Ubuntu_Server版安裝Gnome圖形桌面

 因爲公司的服務器在安裝Ubuntu12.10時候,默認是沒有桌面,但因爲某些緣由,某些部門要用到桌面模式!html

 

1、配置好Source源列表

  詳情能夠參考:http://www.cnblogs.com/sbaicl/archive/2013/01/09/2852357.html web

  另附一個比較好方便的Source源更新方法ubuntu

  咱們能夠先下載以後,能夠cp本地Source中已經存在的安裝包到別的的機器上面(注意:機器與系統最好是同樣的配置才這樣作,不然可能會出現比較多的問題),咱們cp本地源包的路徑爲:/var/cache/apt/ 下面的「archives」目錄!能夠直接覆蓋本機上的一樣目錄。這樣的話,若是你使用apt-get安裝時,它會先在本地找要安裝的包,若是發現本地已經存在了就不會再去源列表上面Download了的,這個是一個很是好的方法。windows

 

2、安裝Gnome桌面

  一、安裝所有桌面環境,其實Ubuntu系列桌面實際上有幾種桌面應用程序,包括Ubuntu-desktop、Kubunut-desktop和Xubuntu- desktop。服務器

  咱們就安裝了Ubuntu-desktop還有Gnome由於安裝桌面相關軟件太多。 網絡

  命令:#sudo aptitude install ubuntu-desktop  或  #sudo apt-get install ubuntu-desktopspa

    通常在網絡不是很好的狀況下,不建議這樣所有安裝orm

 

  二、自定義安裝桌面htm

  1)安裝x-windows的基礎(必須)blog

    # sudo apt-get install x-window-system-core 

  2)安裝gnome基礎(必須) 

    # sudo apt-get install gnome-core 

  3)安裝中文顯示(建議安裝)

    # sudo apt-get install language-pack-gnome-zh  ——>讓gnome面板、菜單顯示中文 

    #sudo apt-get install language-pack-gnome-zh-base sudo apt-get install language-pack-zh    ——>中文語言包 

    # sudo apt-get install language-pack-zh-base sudo apt-get install language-support-zh       ——>中文語言支持 

    # sudo apt-get install scim      ——> scim中文輸入法平臺 

  4)安裝登陸管理器(通常能夠不選)

    # sudo apt-get install gdm

    說明:  gdm(gnome display manager)即gnome圖形界面顯示管理器,還有kdm/xdm等,它將使您能夠在啓動時直接進入GUI桌面環境,而勿需經過 startx 來啓動GUI。 

  5)安裝新利得軟件管理器(可選)

    #  sudo apt-get install synaptic    

  6)卸載gnome桌面環境

    # sudo apt-get –purge remove liborbit2 

  7)進入圖形界面:#startx

  8)退出圖形桌面:#ctrl + alt + backspace 

相關文章
相關標籤/搜索