解决The package lists or status file could not be parsed or opened. 发表于 2015-10-08 更新于 2026-03-03 分类于 技术分享 在使用Ubuntu apt-get命令时发现如下错误: 1E: The package lists or status file could not be parsed or opened. 解决方法是删除 /var/lib/apt/lists下的文件,然后: 1apt-get update 即可.