在按照以下站点中给出的安装后,我尝试为 nemo 文件管理器安装 nemo-seahorse 扩展
http://www.webupd8.org/2016/11/nemo-320-with-unity-patches-and-without.html http://www.webupd8.org/2013/10/install-nemo-with-unity -patches-and.html http://www.noobslab.com/2017/01/latest-nemo-file-manager-with.html
但是每次我尝试使用该命令安装 nemo-seahorse 时,sudo apt-get install nemo-seahorse
我都会收到类似以下的错误:
dpkg: error processing archive /var/cache/apt/archives/nemo-seahorse_3.2.0-1~webupd8~xenial0_amd64.deb (--unpack):
trying to overwrite '/usr/bin/seahorse-tool', which is also in package seahorse-nautilus 3.11.92-1
dpkg-deb: error: subprocess paste was killed by signal (Broken pipe)
Errors were encountered while processing:
/var/cache/apt/archives/nemo-seahorse_3.2.0-1~webupd8~xenial0_amd64.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)
或者
dpkg: error processing archive /var/cache/apt/archives/nemo-seahorse_3.2.0-b~xenial~NoobsLab.com_amd64.deb (--unpack):
trying to overwrite '/usr/bin/seahorse-tool', which is also in package seahorse-nautilus 3.11.92-1
dpkg-deb: error: subprocess paste was killed by signal (Broken pipe)
Errors were encountered while processing:
/var/cache/apt/archives/nemo-seahorse_3.2.0-b~xenial~NoobsLab.com_amd64.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)
因此,我每次都删除了软件包和 PPA,现在使用 sudo apt-get install nemo 安装了 nemo,这是 ubuntu 中可用的默认安装,并尝试构建本站点中给出的扩展: 如何安装 nemo 扩展? 但它仍然不起作用我最后在终端得到了这个:
gpg: skipped "Clement Lefebvre <[email protected]>": No secret key
gpg: dpkg-sign.2qaQaPF8/nemo-seahorse_3.2.0.dsc: clearsign failed: No secret key
dpkg-buildpackage: error: failed to sign .dsc and .changes file
所以没有安装扩展?我该如何安装它?并且在 nemo 文件管理器的扩展名列表中,我只能找到 nemo-fileroller 被选中并且看不到任何扩展名。但是我认为如果我通过构建安装,我将不会获得扩展的更新。抱歉,如果我犯了一些非常基本的错误,感谢您抽出宝贵时间。
如果不使用 nautilus 文件管理器
如果您完全使用 nautilus,请在此处停止,然后跳到下一部分。
看起来在您的第一次尝试中,ppa 试图覆盖您系统上的 nautilus 或 nautilus 插件依赖项。覆盖会很糟糕,因为它可能会破坏 nautilus,因此系统会阻止您。如果你不使用 nautilus,你可以尝试完全删除它:
sudo apt-get remove nautilus seahorse-nautilus
sudo apt-get autoremove
# 摆脱 nautilus 的附加功能sudo apt-get install nemo-seahorse
如果你确实使用鹦鹉螺
seahorse-nautilus
如果您简单地删除软件包,然后执行 autoremove 命令,您可能能够从 ppa 完成安装。sudo apt-get remove seahorse-nautilus
sudo apt-get autoremove
# 摆脱多余的未使用依赖项sudo apt-get install nemo-seahorse