linux install error fix solution
时间:2015-04-29 23:02:21
收藏:0
阅读:283
The package <package name> needs to be reinstalled, but I can’t find an archive for it
execute
sudo cp /var/lib/dpkg/status status.bkp
sudo gedit /var/lib/dpkg/status
delete the package name‘s infomation which show the "purge reinstreq half-installed"
原文:http://www.cnblogs.com/davidlan/p/4467502.html
评论(0)