如何安装Xfce桌面环境?

fik*_*r4n 28 xfce

我已阅读这篇文章如何切换到 Xubuntu?,但它告诉我安装xubuntu-desktop.

我可以安装 Xfce(仅)吗?我的意思是,我不想安装任何与 Xfce 桌面无关但成为xubuntu-desktop.

Rin*_*ail 31

点击这里:

通过软件中心安装

或者通过命令行:

sudo apt-get install xfce4
Run Code Online (Sandbox Code Playgroud)

这就是你会得到的

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]? 
Run Code Online (Sandbox Code Playgroud)

安装后注销并选择 xfce 桌面 - 重新登录

  • 我还建议安装 `xubuntu-default-settings` 包,它会给你带来 Xubuntu 的外观和感觉,而不需要额外的应用程序。 (2认同)

小智 8

默认情况下,可以使用以下命令从终端安装 xfce:

sudo apt-get install xfce4
Run Code Online (Sandbox Code Playgroud)

要安装好东西(额外的程序、插件和艺术品),命令是:

sudo apt-get install xfce4-goodies
Run Code Online (Sandbox Code Playgroud)

出现提示时输入您的密码。

享受使用 Xfce!

  • `sudo apt-get install xfce-goodies` 对我不起作用,我想它一定是 `sudo apt-get install xfce4-goodies`。 (2认同)