安裝ubuntu server 8.10后,覺得有時候需要用一下桌面,打算試試xfce了。
xfce是一個相對於Gnome和KDE來說非常輕量的GUI。
首先我改了源,不知為什麽,cn99現在不能用了,找了個台灣大學的,感覺也還挺快的:
deb http://ubuntu.csie./ubuntu/ intrepid main restricted universe multiverse
deb-src http://ubuntu.csie./ubuntu/ intrepid main restricted universe multiverse
deb http://ubuntu.csie./ubuntu/ intrepid-updates main restricted universe multiverse
deb-src http://ubuntu.csie./ubuntu/ intrepid-updates main restricted universe multiverse
deb http://ubuntu.csie./ubuntu/ intrepid-backports main restricted universe multiverse
deb-src http://ubuntu.csie./ubuntu/ intrepid-backports main restricted universe multiverse
deb http://ubuntu.csie./ubuntu/ intrepid-security main restricted universe multiverse
deb-src http://ubuntu.csie./ubuntu/ intrepid-security main restricted universe multiverse
deb http://ubuntu.csie./ubuntu/ intrepid-proposed main multiverse restricted universe
deb-src http://ubuntu.csie./ubuntu/ intrepid-proposed main restricted universe multiverse
修改源后需要更新一下:
sudo apt-get update
sudo apt-get upgrade
安裝xfce,很簡單:
sudo apt-get install x-window-system-core
sudo apt-get install xorg
sudo apt-get install xfce4
启动xfce:
startx(或startxfce)
一切OK了.
要是嫌这样启动麻烦, 不妨再装个登陆界面:
sudo apt-get install xdm
这个台湾的源似乎也不太稳定了, 那就试试日本的这个吧, 速度也挺快:
deb http://ubuntu-ashisuto./ubuntu/ intrepid main restricted universe multiverse
deb-src http://ubuntu-ashisuto./ubuntu/ intrepid main restricted universe multiverse
deb http://ubuntu-ashisuto./ubuntu/ intrepid-updates main restricted universe multiverse
deb-src http://ubuntu-ashisuto./ubuntu/ intrepid-updates main restricted universe multiverse
deb http://ubuntu-ashisuto./ubuntu/ intrepid-backports main restricted universe multiverse
deb-src http://ubuntu-ashisuto./ubuntu/ intrepid-backports main restricted universe multiverse
deb http://ubuntu-ashisuto./ubuntu/ intrepid-security main restricted universe multiverse
deb-src http://ubuntu-ashisuto./ubuntu/ intrepid-security main restricted universe multiverse
deb http://ubuntu-ashisuto./ubuntu/ intrepid-proposed main multiverse restricted universe
deb-src http://ubuntu-ashisuto./ubuntu/ intrepid-proposed main restricted universe multiverse