在 Kubuntu 19.04 上,我尝试安装 f.lux,但缺少 python-gconf 依赖项。当我尝试安装它时,终端显示:
Package python-gconf is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or is only available from another source
E: Package 'python-gconf' has no installation candidate
答案1
您可以python-gconf
从以下位置手动安装宇宙的存储库:
cd ~/Downloads
wget http://mirrors.kernel.org/ubuntu/pool/universe/g/gnome-python/python-gconf_2.28.1+dfsg-1.2_amd64.deb
sudo apt-get install ./python-gconf_2.28.1+dfsg-1.2_amd64.deb
(通常不推荐此方法,但我们也没有其他方法)