在安装与 python3 相关的任何包时,我总是遇到以下一些错误。但它与 python2 包配合得很好。以下是错误:以下包具有未满足的依赖关系:
cav-linux : Depends: libssl0.9.8 (>= 0.9.8m-1) but it is not installable
python3-tk : Depends: blt (>= 2.4z-9) but it is not going to be installed
Depends: tk8.6-blt2.5 (>= 2.5.3) but it is not going to be installed
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution)
。
答案1
可以使用以下命令解决此问题:
sudo apt-get -f install
此命令将消除上述所有错误。