我不再想要团结,我想切换到Gnome,我读到这里,你必须安装gnome-session-fallback软件包。
但是,要在运行时执行以下操作:
sudo apt-get install gnome-session-fallback我得到了这个输出:
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package gnome-session-fallback is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
However the following packages replace it:
gnome-session-flashback
E: Package 'gnome-session-fallback' has no installation candidate因此,这是否意味着我应该安装gnome-session-flashback而不是gnome-session-fallback来获取Gnome?另外,当我想得到Gnome的最新版本,它将是Gnome 3而不是2,这是正确的软件包安装吗?
Description: Ubuntu 15.04
Release: 15.04发布于 2015-07-21 14:04:56
gnome-session-fallback不再适用于Ubuntu >14.04,因此为了获得这个老gnome,您应该参考另一个称为闪回的包。
sudo apt-get install gnome-session-flashback的确,侏儒闪回和侏儒倒戈完全一样。
引用自Gnome wiki:
Gnome Flashback是Gnome 3的一个会话,最初被称为"Gnome Fallback",并作为Debian和Ubuntu中的独立会话发布。它提供了类似于Gnome2.x系列会话的用户体验。Mate项目的不同之处在于Gnome使用Gtk+3,并试图通过集成Gnome库的最新变化来跟踪当前的Gnome开发。目前的开发落后于一点,但已经取得了很大的进展,最重要的是,许多开放的bug已经修复。目前,Gnome Flashback由以下组件组成:
发布于 2015-07-21 14:41:09
因为您实际上并没有指定要安装Gnome2.x(这就是Gnome会话闪回安装的内容)。
如果您希望在3.X系列中使用Gnome的最新版本,可以安装ubuntu桌面。
https://askubuntu.com/questions/650951
复制相似问题