每当我尝试安装 Flux(在终端中)并输入“ sudo apt-get update
”时,它都会显示:
Failed to fetch http://ppa.launchpad.net/kilian/f.lux/ubuntu/dists/saucy/main/binary-i386/Packages 404 Not Found.
答案1
没有flex gui
针对 saucy 的官方版本。因此尝试从 raring 安装 flex-gui。按照下面给出的简单步骤在 ubuntu 13.10 中安装 flex-gui。
运行以下命令(如果您已经执行此操作,请跳至下一步)
sudo add-apt-repository ppa:kilian/f.lux sudo apt-get update
运行以下命令来编辑
kilian-f_lux-raring.list
文件,sudo gedit /etc/apt/sources.list.d/kilian-f_lux-saucy.list
并删除该文件中的所有行,添加以下行并保存文件。
deb http://ppa.launchpad.net/kilian/f.lux/ubuntu raring main # deb-src http://ppa.launchpad.net/kilian/f.lux/ubuntu raring main
更新软件存储库,然后安装
flex-gui
sudo apt-get update sudo apt-get install fluxgui
答案2
你是从这里获取链接的吗: http://justgetflux.com/linux.html
我注意到那里有一组说明。上面的 ppa 确实出现 404。也许可以尝试我链接的网站上的说明。
编辑:我注意到页面上有此评论,所以我认为这是你的问题。检查链接中的页面。:
fluxgui 尚未针对 Ubuntu 13.10 (saucy salamander) 进行官方更新。
答案3
尝试红移相反。它在官方存储库中。
sudo apt-get install redshift-gtk
设置配置
cd ~/.config wget https://raw.githubusercontent.com/reversiblean/redshift-config/master/redshift.conf
示例配置文件:https://github.com/reversiblean/redshift-config/blob/master/redshift.conf