尝试运行apt-get update
某些程序时,会出现“404 未找到”错误。其中第一个是:
W:Failed to fetch http://ppa.launchpad.net/freyja-dev/unity-tweak-tool-daily/ubuntu/dists/precise/main/source/Sources 404 Not Found
我该如何解决?
答案1
/etc/apt/sources.list 中的该条目不正确。
我可能是错的,但我猜测 sources.list 中的这个条目看起来像:
deb ppa.launchpad.net/freyja-dev/unity-tweak-tool-daily/ubuntu/dists precise main sources<br/>
我不知道有任何来源的 repo,但您可以尝试将来源从列表中取出并在该行后添加它。
deb-src ppa.launchpad.net/freyja-dev/unity-tweak-tool-daily/ubuntu/dists precise main sources<br/>
...再次,我凭着头脑写下了那一行,但是行末的列表似乎是错误的。