我想重新安装软件中心,因为我无法打开。我使用了这个命令
sudo apt-get update && apt-get install --reinstall software-center
但这表明——
E: Type '}ckage' is not known on line 2 in source list /etc/apt/sources.list.d/mongo.list E: The list of sources could not be read.
答案1
看起来您的配置文件 (/etc/apt/sources.list.d/mongo.list) 中有一个拼写错误
由于这是一个第三方存储库配置文件,您可以通过删除该文件,然后重新添加有问题的第三方存储库来解决问题,或者您可以手动修复拼写错误。
要删除文件:
sudo rm /etc/apt/sources.list.d/mongo.list