小编Erd*_*ase的帖子

在 Ubuntu 12.04 上安装 Gnome 3.8

Gnome 3.8 发布了,我想在我的系统上运行 Ubuntu 12.04。我遇到了这个: Ubuntu 12.04.2 lts 上的 Gnome 3.8

在答案中,提到 Gnome 3.8 在 12.04 中不可用。

有人可以解释为什么吗?

据我了解,只有当 Canonical 通过他们的更新提供 3.8 版本时,它才会通过软件中心提供。

  1. 我已经通过 Gnome 3 团队提供的 PPA 安装了 Gnome 3。那么它不应该在 PPA 中发布新版本后立即可用吗?或者,它是否还取决于操作系统版本?

  2. 这里提到的解决方案在软件源中添加了三个 PPA。

    http://www.ubuntkiller.com/2013/03/how-to-installupgrade-gnome-38-in.html

第一个 PPA(Gnome 3 团队)是我已经拥有的。另外两个 PPA 应该做什么?

gnome 12.04

8
推荐指数
1
解决办法
4万
查看次数

apt-get - 分段错误:错误处理包 libc-bin

嗨,我在过去的一个月里一直在为此苦苦挣扎。

sudo apt-get upgradesudo apt-get autoremove因以下错误而出错

E: Unmet dependencies. Try using -f.
Run Code Online (Sandbox Code Playgroud)

当我运行时sudo apt-get install -f,它出现如下错误。

Fetched 30.2 MB in 32s (928 kB/s)                                              
Preconfiguring packages ...
Setting up libc-bin (2.23-0ubuntu9) ...
Segmentation fault
/sbin/ldconfig.real: Can't stat /lib/i686-linux-gnu: No such file or directory
/sbin/ldconfig.real: Can't stat /usr/lib/i686-linux-gnu: No such file or directory
/sbin/ldconfig.real: Path `/usr/local/lib' given more than once
/sbin/ldconfig.real: Path `/usr/lib/x86_64-linux-gnu' given more than once
/sbin/ldconfig.real: Path `/lib/x86_64-linux-gnu' given more than once
/sbin/ldconfig.real: Path `/usr/lib/x86_64-linux-gnu' …
Run Code Online (Sandbox Code Playgroud)

package-management apt segmentation-fault libraries

6
推荐指数
1
解决办法
3256
查看次数