我一直得到这个输出:
soham@fortress:~$ sudo apt-get install gnome-shell-extensions gnome-tweak-tool
Reading package lists... Done
Building dependency tree
Reading state information... Done
gnome-tweak-tool is already the newest version.
The following NEW packages will be installed:
gnome-shell-extensions
0 upgraded, 1 newly installed, 0 to remove and 43 not upgraded.
1 not fully installed or removed.
Need to get 0 B/121 kB of archives.
After this operation, 849 kB of additional disk space will be used.
Do you want to continue [Y/n]? y
(Reading database ... 179291 files and directories currently installed.)
Unpacking gnome-shell-extensions (from .../gnome-shell-extensions_3.4.1~git20120508.dfd7191a-0ubuntu1~12.04~ricotz0_all.deb) ...
dpkg: error processing /var/cache/apt/archives/gnome-shell-extensions_3.4.1~git20120508.dfd7191a-0ubuntu1~12.04~ricotz0_all.deb (--unpack):
trying to overwrite '/usr/share/locale/lv/LC_MESSAGES/gnome-shell-extensions.mo', which is also in package gnome-shell-extensions-common 3.2.0-0ubuntu1~oneiric1
No apport report written because MaxReports is reached already
dpkg-deb: error: subprocess paste was killed by signal (Broken pipe)
Errors were encountered while processing:
/var/cache/apt/archives/gnome-shell-extensions_3.4.1~git20120508.dfd7191a-0ubuntu1~12.04~ricotz0_all.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)更新:修好了。现在,GNOME调整工具在扩展enable按钮旁边给我显示一个感叹号,上面写着"Extension不支持shell版本“。我的GNOME外壳已经是最新版本了。帮助!
发布于 2012-06-20 17:02:14
使用来自gnome发射台的gnome扩展包。
发布于 2012-08-24 09:10:19
运行以下命令:
sudo apt-get -f install强制安装由于错误而没有安装的软件包。然后,再次运行安装命令。
然后,apt-get -f install来回。很有可能你能挺过去。
发布于 2013-01-10 11:26:33
如果您正在使用GNOME 3.6,如果您收到:
Extension doesn't support shell version因为GNOME 3.6太新了,所以开发人员需要重写它以使其支持新版本。
https://askubuntu.com/questions/143147
复制相似问题