我正在尝试使用这些命令在 ubuntu 15.10 上安装 flux
sudo add-apt-repository ppa:kilian/f.lux
sudo apt-get update && sudo apt-get install fluxgui
但我收到以下错误消息
W: Failed to fetch
http://ppa.launchpad.net/fantasyleague0629/wildguppy/ubuntu/dists/wily/main/binary-amd64/Packages 404 Not Found
W: Failed to fetch http://ppa.launchpad.net/fantasyleague0629/wildguppy/ubuntu/dists/wily/main/binary-i386/Packages 404 Not Found
W: Failed to fetch http://ppa.launchpad.net/kilian/f.lux/ubuntu/dists/wily/main/binary-amd64/Packages 404 Not Found
W: Failed to fetch http://ppa.launchpad.net/kilian/f.lux/ubuntu/dists/wily/main/binary-i386/Packages 404 Not Found
W: Failed to fetch http://ppa.launchpad.net/nvbn-rm/ppa/ubuntu/dists/wily/main/binary-amd64/Packages 404 Not Found
W: Failed to fetch http://ppa.launchpad.net/nvbn-rm/ppa/ubuntu/dists/wily/main/binary-i386/Packages 404 Not Found
E: Some index files failed to download. They have been ignored, or old ones used instead.
我现在应该怎么做?
答案1
Kilian 的 flux 存储库不再更新。但您可以按如下方式安装它:
sudo add-apt-repository ppa:nathan-renniewaldock/flux
sudo apt-get update
sudo apt-get install fluxgui
笔记 :您可能需要在执行上述步骤之前删除 kilan 的 ppa,为此:
删除旧的存储库:
sudo add-apt-repository --remove ppa:kilian/f.lux
消除它的 gpg 密钥:
sudo apt-key del 9BD4ED25
更新 sources.list
sudo apt-get update