Study/Linux
(Ubuntu apt-get)The package lists or status file could not be parsed or opened
redyuika
2013. 10. 3. 14:36
반응형
Ubuntu 에서 apt-get update 명령어 사용시 The package lists or status file could not be parsed or opened 오류가 나올때 해결방법입니다.
sudo rm /var/lib/apt/lists/* -vf
sudo apt-get clean
sudo apt-get update
sudo apt-get upgrade
반응형