今天,我在更新VirtualBox新版本的时候遇到了一个问题。
E: /var/cache/apt/archives/ subprocess new pre-removal script returned error exit status 1
解决:
我google了一下并找到了方法。下面是我解决的方法。
sudo apt-get clean
sudo apt-get update && sudo apt-get upgrade
这样几乎可以修复这个问题了。
如果你仍然有问题,那就试试下面的命令:
sudo dpkg --configure -a
sudo apt-get-f install
或者你可以按照下面的方法从Oracle VirtualBox官网下载最新版本并安装。
sudo apt-get update
sudo dpkg -i virtualbox-4.3_4.3.24-98716~Ubuntu~raring_amd64.deb
sudo apt-get-f install
sudo apt-get autoclean && sudo apt-get autoremove
干杯!
更多Ubuntu相关信息见Ubuntu 专题页面 http://www.linuxidc.com/topicnews.aspx?tid=2
本文永久更新链接地址:http://www.linuxidc.com/Linux/2015-05/117300.htm