1.今天运行 sudo apt-get install python-setuptools
报了如下错误(ubuntu 12.04系统):
E: Encountered a section with no Package: header
E: Problem with MergeList /var/lib/apt/lists/ftp.sjtu.edu.cn_ubuntu_dists_precise-security_restricted_binary-i386_Packages
E: The package lists or status file could not be parsed or opened.
在网上查到了解决方法,发出来记录一下
sudo rm /var/lib/apt/lists/* -vf
sudo apt-get update
执行完了命令之后,软件更新器应该会自动要求更新的,更新便是。
1万+

被折叠的 条评论
为什么被折叠?



