我在尝试运行“sudo apt-get update”时遇到了问题。运行该命令后,我收到错误
Failed to fetch http://extras.ubuntu.com/ubuntu/dists/trusty/Release
Unable to find expected entry 'maindeb/source/Sources' in Release file
(Wrong sources.list entry or malformed file)
有什么想法或帮助吗?我在 Google 等网站上搜索过此错误,但对我的特定情况没有找到任何帮助。
答案1
打开终端并输入:
sudo nano /etc/apt/sources.list
并查找包含单词“maindeb”的格式错误的行。删除“deb”并仅保留“main”
例如:如果该行内容为:
德布http://extras.ubuntu.com/ubuntu/值得信赖的 maindeb
更改为:
德布http://extras.ubuntu.com/ubuntu/值得信赖的主要
保存并关闭。
答案2
尝试切换更新服务器。您可以通过以下方式执行此操作:软件源 > 安装自 > 其他 > 选择最佳服务器。重新运行更新命令。