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

관련 정보