我收到以下试图升级Catfish
文件搜索工具的错误消息:
The following packages have been kept back:
catfish
The following packages have unmet dependencies:
catfish : Depends: python3-pexpect but it is not installable
E: Unable to correct problems, you have held broken packages.
因此,当我试图安装缺失的未满足的依赖项python3-pexpect
时,将收到以下错误消息:
Package python3-pexpect is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
E: Package 'python3-pexpect' has no installation candidate
请建议我如何才能纠正这个问题,以便我能够升级Catfish
和删除程序被阻止。
我害怕完全卸载然后重新安装Catfish
,因为python3-pexpect
包是不可用的,如果升级需要它,那么我恐怕根本无法重新安装Catfish
。
发布于 2014-04-03 04:16:14
除非您运行14.04,否则您将无法在以前的版本上安装python3-pexpect
,因为这个包是只在14.04提供。
但是,由于它只依赖于python3,所以您可以在系统上手动安装它:
Catfish
,因为它的所有依赖项都满足了。https://askubuntu.com/questions/442680
复制相似问题