每当我输入命令
sudo apt-get update它返回:
Ign http://security.ubuntu.com vivid-security InRelease
Ign http://us.archive.ubuntu.com vivid InRelease
Get:1 http://security.ubuntu.com vivid-security Release.gpg [933 B]
Ign http://us.archive.ubuntu.com vivid-updates InRelease
Ign http://archive.canonical.com vivid InRelease
Get:2 http://security.ubuntu.com vivid-security Release [63.5 kB]
Ign http://us.archive.ubuntu.com vivid-backports InRelease
Ign http://archive.canonical.com vivid InRelease
Hit http://us.archive.ubuntu.com vivid Release.gpg
Get:3 http://us.archive.ubuntu.com vivid-updates Release.gpg [933 B]
Hit http://archive.canonical.com vivid Release.gpg
Hit http://us.archive.ubuntu.com vivid-backports Release.gpg
Get:4 http://security.ubuntu.com vivid-security/main Sources [26.4 kB]
Hit http://archive.canonical.com vivid Release.gpg
Hit http://us.archive.ubuntu.com vivid Release
Get:5 http://security.ubuntu.com vivid-security/restricted Sources [28 B]
Get:6 http://us.archive.ubuntu.com vivid-updates Release [63.5 kB]
Hit http://archive.canonical.com vivid Release
Get:7 http://security.ubuntu.com vivid-security/universe Sources [12.3 kB]
Hit http://archive.canonical.com vivid Release
Hit http://us.archive.ubuntu.com vivid-backports Release
Get:8 http://us.archive.ubuntu.com vivid-updates/main Sources [59.1 kB]
Get:9 http://us.archive.ubuntu.com vivid-updates/restricted Sources [28 B]
Get:10 http://us.archive.ubuntu.com vivid-updates/universe Sources [26.7 kB]
Hit http://us.archive.ubuntu.com vivid-backports/main Sources
Hit http://us.archive.ubuntu.com vivid-backports/restricted Sources
Hit http://us.archive.ubuntu.com vivid/main Sources
Hit http://us.archive.ubuntu.com vivid/restricted Sources
Hit http://us.archive.ubuntu.com vivid/universe Sources
Hit http://us.archive.ubuntu.com vivid-backports/universe Sources
Fetched 253 kB in 4s (62.5 kB/s)
W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/vivid-security/Release Unable to find expected entry 'main/binary-1386/Packages' in Release file (Wrong sources.list entry or malformed file)
W: Failed to fetch http://us.archive.ubuntu.com/ubuntu/dists/vivid/Release Unable to find expected entry 'main/binary-1386/Packages' in Release file (Wrong sources.list entry or malformed file)
W: Failed to fetch http://us.archive.ubuntu.com/ubuntu/dists/vivid-updates/Release Unable to find expected entry 'main/binary-1386/Packages' in Release file (Wrong sources.list entry or malformed file)
W: Failed to fetch http://archive.canonical.com/ubuntu/dists/vivid/Release Unable to find expected entry 'partner/binary-1386/Packages' in Release file (Wrong sources.list entry or malformed file)
W: Failed to fetch http://us.archive.ubuntu.com/ubuntu/dists/vivid-backports/Release Unable to find expected entry 'main/binary-1386/Packages' in Release file (Wrong sources.list entry or malformed file)
W: Failed to fetch http://archive.canonical.com/dists/vivid/Release Unable to find expected entry 'partner/binary-1386/Packages' in Release file (Wrong sources.list entry or malformed file)
E: Some index files failed to download. They have been ignored, or old ones used instead.请帮帮忙。我已经尝试安装skype很长一段时间了,我尝试过无数次的修复。
更新:我也不能安装蒸汽,因为这一点。
发布于 2015-07-10 06:28:48
有时我也会遇到同样的问题。我想你不能安装任何东西,对吗?我用两个解决方案解决了这个问题。
首先,尝试更好的镜像更新。
从图形模式中找到最快的镜像非常容易。您要做的就是打开,转到Settings ->存储库。从Ubuntu软件部分,在“从”下拉框中选择“其他”,然后单击。
来源
第二,移除任何不能工作的ppa。
使用GUI删除PPA :还可以通过打开软件源(> Edit > Software )删除PPA,然后转到“其他软件”选项卡,选择要删除的PPA,然后单击" remove“按钮。每个PPA在这里应该有两行,一行用于编译包,一行用于源,因此移除这两行。
来源
其中一个可能对你有帮助。
https://askubuntu.com/questions/646696
复制相似问题