grep -ZErl "shawn-p-huang" /etc/apt/sources.list.d | sudo xargs -0 rm
sudo apt-get update
W:Failed to fetch http://ppa.launchpad.net/shawn-p-huang/ppa/ubuntu/dists/oneiric/main/source/Sources 404 Not Found , W:Failed to fetch http://ppa.launchpad.net/shawn-p-huang/ppa/ubuntu/dists/oneiric/main/binary-i386/Packages 404 Not Found , E:Some index files failed to download. They have been ignored, or old ones used instead.
本文记录了使用grep和apt-get命令尝试移除指定PPA源的过程,并遇到了404错误提示。通过这些命令,作者展示了如何查找并删除Ubuntu系统中不再需要的软件包资源列表。

被折叠的 条评论
为什么被折叠?



