Matlabのインストール中にエラーが発生しました

Matlabのインストール中にエラーが発生しました

Matlabをインストールすると、次のエラーが発生します。

fawaz@fawaz-Lenovo-B590~$ sudo apt-get install python-matplotlib
Reading package lists... Error!
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
E: The package lists or status file could not be parsed or opened.

ベストアンサー1

この試み:

sudo rm /var/lib/apt/lists/* -vf
sudo apt-get clean
sudo apt-get update
sudo apt-get install python-matplotlib

おすすめ記事