Ubuntu 軟體中心在 Ubuntu 14.04 中無法運作

Ubuntu 軟體中心在 Ubuntu 14.04 中無法運作

當我嘗試開啟軟體中心時,它在開啟後 5 秒內關閉。我也無法使用終端安裝或解除安裝任何軟體。當我嘗試卸載軟體中心時,顯示以下內容:

正在讀取包列表...錯誤!

E: Encountered a section with no Package: header
E: Problem with MergeList /var/lib/apt/lists/dl.google.com_linux_chrome_deb_dists_stable_main_i18n_Translation-en%5fIN

E: The package lists or status file could not be parsed or opened.

請幫我解決問題。

答案1

嘗試這個:

sudo rm -f /var/lib/apt/lists/dl.google.com_linux_chrome_deb_dists_stable_main_*

然後

sudo apt-get update

這應該可以解決你的問題

答案2

打開終端機並輸入:

sudo rm /var/lib/apt/lists/* -vf 

sudo apt-get clean all

sudo apt-get update

希望這能解決您的問題:

相關內容