Advertisement
shokti

ubuntu 12.04 mate(gnome2) desktop installation

Sep 13th, 2012
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.91 KB | None | 0 0
  1. edit sources.list:
  2.     sudo nano /etc/apt/sources.list
  3. add mate-desktop repository(visit the website mate-desktop.org for updated repository):
  4.     deb http://repo.mate-desktop.org/ubuntu precise main
  5. update database:
  6.     sudo apt-get update
  7. add mate repository key:
  8.     sudo apt-get install mate-archive-keyring
  9. update database:
  10.     sudo apt-get update
  11. install mate core:
  12.     sudo apt-get install mate-core
  13. install mate desktop:
  14.     sudo apt-get install mate-desktop-environment
  15.  
  16. -------------------------------------------------------------------------------------------
  17. if install mate from ubuntu server 12.04 without desktop environment the do the following below:
  18.     sudo apt-get install xinit
  19. when the server start it will not go directly to the desktop, instead you run command below to start mate. only root user available:
  20.     sudo startx
  21. ------------------------------------------------------------------------------------------
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement