時至今日,linux在服務(wù)器端的地位是毋庸置疑的,其常見的命令行界面是相當(dāng)穩(wěn)定的,圖形界面嘛,存在眾多版本,兼容性有待進一步提升。
常見的圖形界面有,以ubuntu系統(tǒng)為例:
- Unity
這是Ubuntu自帶的圖形界面,相當(dāng)炫,但吃內(nèi)存比較大,在老爺機上可能會卡頓哈。
- gnome
gnome大家再熟悉不過了吧,看,就是這貨。
是不是有種似曾相識的感覺呀。
- lxde
lxde是輕量級的圖形界面,但由于其社區(qū)活躍度低,因此,不推薦安裝。
- xfce
最后,我就要說我用的xfce了,其社區(qū)活躍,是輕量級的桌面。
安裝:apt-get install xubuntu-desktop
附上ubuntu自帶桌面的unload:
ubuntu卸載 gnome 系統(tǒng)桌面:
1.將ubuntu 的圖形界面切到命令行界面。
2.卸掉 gnome-shell 的主程序
apt-get remove gnome-shell
3.卸載 gnome
apt-get remove gnome
4.卸載不需要的依賴
apt-get autoremove
5.徹底卸載和刪除gnome的相關(guān)配置文件
apt-get purge gnome
6.清理安裝gnome的時候的留下的緩存程序軟件包。
apt-get autoclean
apt-get clean
7. 重啟,然后gnome桌面就沒有了。
ubuntu卸載xfce桌面環(huán)境的方法:
1.卸載xfce桌面
apt-get remove xfce4*
apt-get autoremove
2.卸載xubuntu-desktop
apt-get remove xubuntu*
apt-get autoremove
這里,要推薦一個ubuntu下的開源dock——cairo-dock,安裝步驟如下:
sudo add-apt-repository ppa:cairo-dock-team/ppa
sudo apt-get update
sudo apt-get install cairo-dock cairo-dock-plug-ins
就三行命令搞定啦,然后logout系統(tǒng)后重新進入就可以啦。
如下為Cairo-Dock官網(wǎng)對其解釋:
Cairo-Dock is a desktop interface that takes the shape of docks, desklets, panel, etc
It is designed to be light, fast and customizable, and is desktop-agnostic.
It has a powerful DBus interface, to be controlled from a terminal or another Application.Features can be added by plug-ins or applets, and applets can be written in C or in any language.Most actions can be done from keyboard.
我們注意到 light, customizable,這正是我們所需要的。