Ubuntu 13.04,如何升级到 GNOME 3.8.x

Ubuntu 13.04,如何升级到 GNOME 3.8.x

我想更新 GNOME,但我不想使用 3.10,直到我使用的几个扩展更新为止。我可以用 apt-get 指定要更新的版本吗?

答案1

根据apt-cache policy存储库中的 Gnome 当前版本为 3.8:

user@host:~$ apt-cache policy gnome
gnome:
  Installed: (none)
  Candidate: 1:3.8+4ubuntu1
  Version table:
     1:3.8+4ubuntu1 0
        500 http://us.archive.ubuntu.com/ubuntu/ saucy/universe amd64 Packages

因此您目前应该能够顺利升级。

注意我运行的是 13.10,但 13.04 应该也一样。运行apt-cache policy gnome以仔细检查

相关内容