首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >X-瓷砖/ python-gconf不能在18.10 MATE上安装

X-瓷砖/ python-gconf不能在18.10 MATE上安装
EN

Ask Ubuntu用户
提问于 2019-03-02 03:34:20
回答 2查看 854关注 0票数 3

在18.10大副,我试图安装x瓦https://www.giuspen.com/x-tile/,我一直使用从16.04左右。

安装失败,查找python,而python安装失败,看起来是循环依赖。18.10的有问题吗?它被替换了吗?我在开发人员的网站上留下了一张便条,但是有一段时间没有在那里进行x块活动了。

下面是安装尝试的样子。我把一些输出切成了<...>

代码语言:javascript
复制
 sudo dpkg -i x-tile_2.5.1-1_all.deb 
 <...>
  x-tile depends on python-gconf; however:
   Package python-gconf is not installed.
<...>
sudo apt install python-gconf
 The following packages have unmet dependencies:
  python-gconf : Depends: gconf-service
                 Depends: libgconf-2-4 (>= 3.2.5) but it is not going to be installed
 <...>
  gconf-service : Depends: gconf-service-backend (= 3.2.6-4.1ubuntu2) but it is not going to be installed
  <...>
  gconf-service-backend : Depends: gconf-service
                          Depends: libgconf-2-4 (= 3.2.6-4.1ubuntu2) but it is not going to be installed
                          Depends: gconf2-common (= 3.2.6-4.1ubuntu2) but it is not going to be installed
  x-tile : Depends: python-gconf but it is not going to be installed
 E: Unmet dependencies. Try 'apt --fix-broken install' with no packages (or specify a solution).

apt --fix-broken install只是移除x-瓷砖.

代码语言:javascript
复制
  apt-cache policy python-gconf apt
  python-gconf:
    Installed: (none)
    Candidate: 2.28.1+dfsg-1.2
    Version table:
       2.28.1+dfsg-1.2 500
          500 http://ca.archive.ubuntu.com/ubuntu cosmic/universe amd64 Packages
  apt:
    Installed: 1.7.2
    Candidate: 1.7.2
    Version table:
   *** 1.7.2 500
          500 http://ca.archive.ubuntu.com/ubuntu cosmic-updates/main amd64 Packages
          100 /var/lib/dpkg/status
       1.7.0ubuntu0.1 500
          500 http://security.ubuntu.com/ubuntu cosmic-security/main amd64 Packages
       1.7.0 500
          500 http://ca.archive.ubuntu.com/ubuntu cosmic/main amd64 Packages



  And 

   apt-cache policy libgconf-2-4:
   Installed: (none)
   Candidate: 3.2.6-4.1ubuntu2
   Version table:
      3.2.6-4.1ubuntu2 500
         500 http://ca.archive.ubuntu.com/ubuntu cosmic/universe amd64 Packages
EN

回答 2

Ask Ubuntu用户

回答已采纳

发布于 2019-03-02 09:52:23

关于丢失包的错误信息向我指出,您已经禁用了宇宙口袋。您应该首先启用它并安装更新:

代码语言:javascript
复制
sudo add-apt-repository universe
sudo apt-get dist-upgrade

然后通过sudo apt-get install ./x-tile_2.5.1-1_all.deb或下面的方法继续使用您的方法。

Ubuntu 18.10 (宇宙鳕鱼)在官方的PPA中还没有得到支持。但是X-Tile是可用的Ubuntu 18.04 LTS (如您在先前的回答中看到的)。

您可以从PPA手动安装x-tile包:

代码语言:javascript
复制
cd ~/Downloads
wget https://launchpad.net/~giuspen/+archive/ubuntu/ppa/+files/x-tile_2.5.1-3_all.deb
sudo apt install -y ./x-tile_2.5.1-3_all.deb

并像以前一样享受它:

更新:我已经通过电子邮件收到官方软件包18.10和即将到来的19.04。

在即将到来的Ubuntu19.10( Dingo)中,如果手动获得x-tile,则仍然可以安装python-gconf

代码语言:javascript
复制
cd ~/Downloads
wget http://archive.ubuntu.com/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

wget https://launchpad.net/~giuspen/+archive/ubuntu/ppa/+files/x-tile_2.5.1-3_all.deb
sudo apt install -y ./x-tile_2.5.1-3_all.deb
票数 1
EN

Ask Ubuntu用户

发布于 2019-03-02 06:34:43

关于Gconf和python2

他没有回答你的字面意思,但是高康已经离开了很长一段时间(用dconf代替)和python2,在python2中写了x瓦,也不是很新鲜。看看X瓦的代码,它最近的一次提交几乎是三年前的事了,这在开发人员中是很长的一段时间。

然后呢?

您的选项是,要么尝试并与x瓦的维护者联系,看看他是否要更新,要么使用另一个贴图扩展,比如这一个,这是Ubuntu中的默认扩展,但也可以在Mate上工作(免责声明:我是作者)。

扩展还有越来越多的cli选项和canA.O。用于四分铺快捷键,安排所有在一个网格等.

要安装,只需遵循自述这里中的说明。

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

https://askubuntu.com/questions/1122388

复制
相关文章

相似问题

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