每当我尝试在我的 Xubuntu 操作系统上安装任何东西(例如 VirtualBox)时,我总是会收到类似这样的错误。
Reading package lists... Done Building dependency tree Reading
state information... Done You might want to run 'apt-get -f install'
to correct these. The following packages have unmet dependencies:
vbam-wx : Depends: libsfml-network2 (>= 2.1) but it is not installable
Depends: libsfml-system2 (>= 2.1) but it is not installable
Depends: libwxbase3.0-0 (>= 3.0.2) but it is not installable
Depends: libwxgtk3.0-0 (>= 3.0.2) but it is not installable
有人能告诉我这是什么意思以及如何解决它吗?
答案1
系统会告诉您软件包树中存在一些未满足的依赖关系,并提供通过命令进行更正的建议apt-get -f install
。
最好先这样做,然后再(如果第一次没有帮助)卸载软件包vbam-wx
,因为它没有正确安装而且很可能无法工作。