소프트웨어 센터를 열려고 하면 열린 후 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
문제가 해결되었길 바랍니다.