我对终端中的代码有问题:
sudo apt-get install gnome-shell不起作用
看看这个错误
E: Could not get lock /var/lib/dpkg/lock - open (11: Resource temporarily unavailable)
E: Unable to lock the administration directory (/var/lib/dpkg/), is another process using it?我应该如何安装gnome3?
谢谢你的链接。
我在终端中输入了以下代码:
sudo rm /var/lib/apt/lists/lock这是:
sudo rm /var/cache/apt/archives/lock我以前的问题已经解决了。
但当我再次输入终端时:
sudo apt-get install gnome-shell它又不起作用了!
看看这个错误:
Reading package lists... Done
Building dependency tree
Reading state information... Done
gnome-shell is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 219 not upgraded.如何使用gnome3接口?
发布于 2013-08-22 13:01:54
安装gnome 3后,您是否已退出系统?
Gnome不是你刚刚加载的应用程序,它是一个桌面环境。
我建议您退出并在登录屏幕上单击Ubuntu符号并选择Gnome 3选项。然后,你应该看到Gnome Shell的所有荣耀。
发布于 2013-08-23 15:34:21
看看它给你的信息:
gnome-shell is already the newest version.这意味着您的系统上已经安装了最新的gnome-shell。
另请注意:
0 upgraded, 0 newly installed, 0 to remove and 219 not upgraded. 您有219个需要执行的更新。您可以使用更新管理器或运行。
sudo apt-get dist-upgrade发布于 2013-08-22 11:08:50
我认为您可以到ubuntu软件中心安装Gnome3桌面环境。它可能被列为gnome桌面环境。否则,您可以从终端安装它,正如这教程所解释的。
https://askubuntu.com/questions/335741
复制相似问题