尝试安装 google-talkplugin 后,Ubuntu 13.04 apt-get 和软件中心崩溃

尝试安装 google-talkplugin 后,Ubuntu 13.04 apt-get 和软件中心崩溃

由于某些原因,Google Talk 安装失败,现在我无法安装任何东西。第一次尝试时apt-get,系统要求我运行此命令:

sudo dpkg --configure -a

一切顺利,但是当我尝试安装任何东西时仍然出现以下错误:

sudo apt-get install r-base
Reading package lists... Done
Building dependency tree       
Reading state information... Done
E: The package google-talkplugin needs to be reinstalled, but I can't find an archive for it.

如果我尝试重新安装google-talkplugin,Ubuntu 软件中心甚至无法启动!我该如何修复这个错误?

答案1

尝试这个命令:

sudo apt-get install -f

如果问题仍然存在,则编辑dpkg状态文件

sudo -H gedit /var/lib/dpkg/status   

找到有问题的包,删除与其相关的所有内容,然后保存文件并重新启动系统。

相关内容