如何使Ubuntu在Ubuntu 15.04中进行调整?如果我试图用类似的简单命令安装他,就不能工作
sudo add-apt-repository ppa:tualatrix/ppa
sudo apt-get update
sudo apt-get install ubuntu-tweak它给了我一个错误:
W: Failed to fetch http://ppa.launchpad.net/tualatrix/ppa/ubuntu/dists/vivid/main/source/Sources 404 Not Found
W: Failed to fetch http://ppa.launchpad.net/tualatrix/ppa/ubuntu/dists/vivid/main/binary-amd64/Packages 404 Not Found
W: Failed to fetch http://ppa.launchpad.net/tualatrix/ppa/ubuntu/dists/vivid/main/binary-i386/Packages 404 Not Found
E: Some index files failed to download. They have been ignored, or old ones used instead.那么,有谁知道在Ubuntu15.04中有什么方法可以让它工作呢?
发布于 2015-07-18 23:59:00
这意味着vivid没有包版本。您可以尝试从这个存储库页面手动下载这个包并安装它。但这并不意味着它真的不适用于vivid,通常维护人员只是没有在vivid环境中构建这个包,但是它仍然可以在较新的Ubuntu版本中工作。

https://askubuntu.com/questions/650036
复制相似问题