Linux中國

如何修復 Ubuntu 上「…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

乾杯!

via: http://www.unixmen.com/linux-basics-how-to-fix-e-varcacheaptarchives-subprocess-new-pre-removal-script-returned-error-exit-status-1-in-ubuntu/

作者:SK 譯者:geekpi 校對:wxy

本文由 LCTT 原創翻譯,Linux中國 榮譽推出


本文轉載來自 Linux 中國: https://github.com/Linux-CN/archive

對這篇文章感覺如何?

太棒了
0
不錯
0
愛死了
0
不太好
0
感覺很糟
0
雨落清風。心向陽

    You may also like

    Leave a reply

    您的電子郵箱地址不會被公開。 必填項已用 * 標註

    此站點使用Akismet來減少垃圾評論。了解我們如何處理您的評論數據

    More in:Linux中國