如何安裝Xfce桌面環境?

如何安裝Xfce桌面環境?

我讀過這篇文章如何切換到 Xubuntu?,但它告訴我要安裝xubuntu-desktop

我可以(僅)安裝 Xfce 嗎?我的意思是,我不想安裝任何與 Xfce 桌面無關但又成為 Xfce 桌面依賴的應用程序xubuntu-desktop,例如 abiword、gthumb 等。

答案1

點這裡:

透過軟體中心安裝

或透過命令列:

sudo apt-get install xfce4

這就是你會得到的

Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following packages were automatically installed and are no longer required:
  libstdc++5 libvncserver0 libaio-dev sysstat ksh expat libelf-dev
Use 'apt-get autoremove' to remove them.
The following extra packages will be installed:
  desktop-base exo-utils gtk2-engines-xfce libexo-1-0 libexo-common libgarcon-1-0 libgarcon-common
  libthunarx-2-0 libxfce4ui-1-0 libxfce4util-bin libxfce4util-common libxfce4util4 libxfconf-0-2
  orage thunar thunar-data thunar-volman xfce-keyboard-shortcuts xfce4-appfinder xfce4-mixer
  xfce4-panel xfce4-session xfce4-settings xfce4-utils xfconf xfdesktop4 xfdesktop4-data xfwm4
  xfwm4-themes xscreensaver
Suggested packages:
  thunar-archive-plugin thunar-media-tags-plugin xfprint4 xfce4-goodies fortunes-mod aumix xli
  xloadimage xfishtank xdaliclock qcam streamer
The following NEW packages will be installed:
  desktop-base exo-utils gtk2-engines-xfce libexo-1-0 libexo-common libgarcon-1-0 libgarcon-common
  libthunarx-2-0 libxfce4ui-1-0 libxfce4util-bin libxfce4util-common libxfce4util4 libxfconf-0-2
  orage thunar thunar-data thunar-volman xfce-keyboard-shortcuts xfce4 xfce4-appfinder xfce4-mixer
  xfce4-panel xfce4-session xfce4-settings xfce4-utils xfconf xfdesktop4 xfdesktop4-data xfwm4
  xfwm4-themes xscreensaver
0 upgraded, 31 newly installed, 0 to remove and 17 not upgraded.
Need to get 19.8 MB of archives.
After this operation, 80.0 MB of additional disk space will be used.
Do you want to continue [Y/n]? 

安裝後登出並選擇 xfce 桌面 - 重新登入

答案2

預設情況下,可以使用以下命令從終端機安裝 xfce:

sudo apt-get install xfce4

要安裝好東西(額外的程式、插件和藝術品),命令是:

sudo apt-get install xfce4-goodies

出現提示時輸入您的密碼。

享受使用 Xfce 的樂趣!

答案3

2015年9月30日

若要安裝最新版本Xfce 4.12在 Ubuntu 14.04 和 15.04 上:

打開終端機並執行以下命令:

sudo add-apt-repository ppa:xubuntu-dev/xfce-4.12
sudo apt-get update && sudo apt-get dist-upgrade
sudo apt-get install xfce4

這是命令的輸出,

ravan@ravan:~$ sudo apt-get install xfce4
Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following packages were automatically installed and are no longer required:
account-plugin-windows-live libupstart1
Use 'apt-get autoremove' to remove them.
The following extra packages will be installed:
desktop-base exo-utils gtk2-engines-xfce libexo-1-0 libexo-common
libexo-helpers libgarcon-1-0 libgarcon-common libjpeg-progs
libjpeg-turbo-progs libkeybinder0 libthunarx-2-0 libtumbler-1-0
libxfce4ui-1-0 libxfce4ui-common libxfce4ui-utils libxfce4util-bin
libxfce4util-common libxfce4util7 libxfconf-0-2 orage tango-icon-theme
thunar thunar-data thunar-volman tumbler tumbler-common xfce4-appfinder
xfce4-mixer xfce4-notifyd xfce4-panel xfce4-session xfce4-settings
xfce4-volumed xfconf xfdesktop4 xfdesktop4-data xfwm4 xscreensaver
xscreensaver-data xubuntu-icon-theme
Suggested packages:
devhelp sox kdelibs-data thunar-archive-plugin thunar-media-tags-plugin
tumbler-plugins-extra xfce4-goodies xfce4-power-manager gtk3-engines-xfce
fortunes-mod menu xfwm4-themes xfishtank xdaliclock xscreensaver-gl fortune
qcam streamer gdm3 kdm-gdmcompat
Recommended packages:
greybird-gtk-theme
The following NEW packages will be installed:
desktop-base exo-utils gtk2-engines-xfce libexo-1-0 libexo-common
libexo-helpers libgarcon-1-0 libgarcon-common libjpeg-progs
libjpeg-turbo-progs libkeybinder0 libthunarx-2-0 libtumbler-1-0
libxfce4ui-1-0 libxfce4ui-common libxfce4ui-utils libxfce4util-bin
libxfce4util-common libxfce4util7 libxfconf-0-2 orage tango-icon-theme
thunar thunar-data thunar-volman tumbler tumbler-common xfce4
xfce4-appfinder xfce4-mixer xfce4-notifyd xfce4-panel xfce4-session
xfce4-settings xfce4-volumed xfconf xfdesktop4 xfdesktop4-data xfwm4
xscreensaver xscreensaver-data xubuntu-icon-theme
0 upgraded, 42 newly installed, 0 to remove and 6 not upgraded.
Need to get 19.7 MB of archives.
After this operation, 69.3 MB of additional disk space will be used.
Do you want to continue? [Y/n] 

卸載 PPA:

sudo apt-get install ppa-purge
sudo ppa-purge ppa:xubuntu-dev/xfce-4.12

答案4

我更喜歡使用命令列,但您也可以從 Synaptic 安裝 Xfce,只需在搜尋欄中輸入“xfce4”,選擇與 Xfce 相關的所有內容,然後按一下“應用”即可安裝。

相關內容