首頁 > 軟體

如何修復 Ubuntu 上「...script returned error exit status 1」的錯誤

2020-06-16 18:00:30

今天,我在更新VirtualBox新版本的時候遇到了一個問題。

E: /var/cache/apt/archives/ subprocess new pre-removal script returned error exit status 1

 

解決:

我google了一下並找到了方法。下面是我解決的方法。

  1. sudo apt-get clean
  2. sudo apt-get update && sudo apt-get upgrade

這樣幾乎可以修復這個問題了。

如果你仍然有問題,那就試試下面的命令:

  1. sudo dpkg --configure -a
  2. sudo apt-get-f install

或者你可以按照下面的方法從Oracle VirtualBox官網下載最新版本並安裝。

  1. sudo apt-get update
  2. sudo dpkg -i virtualbox-4.3_4.3.24-98716~Ubuntu~raring_amd64.deb
  3. sudo apt-get-f install
  4. sudo apt-get autoclean && sudo apt-get autoremove

乾杯!


IT145.com E-mail:sddin#qq.com