首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >fluxgui / python-gconf不能在Kubuntu 19.04上安装

fluxgui / python-gconf不能在Kubuntu 19.04上安装
EN

Ask Ubuntu用户
提问于 2019-05-19 17:26:34
回答 1查看 322关注 0票数 1

在Kubuntu19.04上,我正在尝试安装f.lux,但是我缺少python依赖项。当我试图安装它时,终端上写着:

代码语言:javascript
复制
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
EN

回答 1

Ask Ubuntu用户

发布于 2019-05-19 17:59:45

您可以从python-gconf手动从宇宙存储库安装:

代码语言:javascript
复制
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

(通常不推荐这种方法,但我们没有其他方法)

票数 0
EN
页面原文内容由Ask Ubuntu提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://askubuntu.com/questions/1144556

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档