Advertisement
kuboode

Cinnamon

May 29th, 2014
3,848
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. sudo su
  2.  
  3. echo 'deb http://packages.linuxmint.com/ qiana main upstream import' >> /etc/apt/sources.list
  4.  
  5. Actualizamos el repositorio y entonces instalamos la llave de autenticación
  6.  
  7. sudo apt-get update
  8. sudo apt-get install linuxmint-keyring
  9.  
  10. Actualizamos el repositorio nuevamente e instalamos Cinnamon 2.2:
  11.  
  12. sudo apt-get update
  13. sudo apt-get install cinnamon
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement