linux mint 18 Serena系统下,在安装 astah-community的中途,我嫌太慢想关了,于是把电脑重启。之后安装任何软件都会提示一句
“The package astah-community needs to be reinstalled, but I can't find an archive for it.”
参考链接:http://www.ihaveapc.com/2011/10/fix-annoying-the-package-needs-to-be-reinstalled-but-i-cant-find-an-archive-for-it-error-in-linux-mint-ubuntu/
我总结了一下结局方法:
1.打开终端,输入以下命令切换到root用户
su
接着输入root用户的密码,切换到root,以此获得最高授权。
2.在终端敲入以下代码备份dpkg status.
cp /var/lib/dpkg/status status.bkp
3.在终端敲入以下代码,授权修改dpkg status的权限。
chmod 777 /var/lib/dpkg/status
4. 在图形化界面下,沿着 /var/lib/dpkg/status 此路径打开status,注意他会提醒你是“run”或“display”,选择“display”。
5.ctrl+F 打入安装不完整的包,比如我的是“astah”,搜索到其中的package记录,删除整段package记录,接着保存。
6.完毕。