AskOverflow.Dev

AskOverflow.Dev Logo AskOverflow.Dev Logo

AskOverflow.Dev Navigation

  • 主页
  • 系统&网络
  • Ubuntu
  • Unix
  • DBA
  • Computer
  • Coding
  • LangChain

Mobile menu

Close
  • 主页
  • 系统&网络
    • 最新
    • 热门
    • 标签
  • Ubuntu
    • 最新
    • 热门
    • 标签
  • Unix
    • 最新
    • 标签
  • DBA
    • 最新
    • 标签
  • Computer
    • 最新
    • 标签
  • Coding
    • 最新
    • 标签
主页 / ubuntu / 问题 / 1122388
Accepted
Stephen Boston
Stephen Boston
Asked: 2019-03-02 19:34:20 +0800 CST2019-03-02 19:34:20 +0800 CST 2019-03-02 19:34:20 +0800 CST

x-tile / python-gconf 无法在 18.10 MATE 上安装

  • 772

在 18.10 MATE 上,我正在尝试安装我从 16.04 左右开始使用的 x-tile https://www.giuspen.com/x-tile/ 。

寻找 python-gconf 的安装失败,并且 python-gconf 的安装失败,看起来是一个循环依赖。18.10 的 python-gconf 有问题吗?它被替换了吗?我已经在开发者网站上留下了一张便条,但那里已经有一段时间没有 x-tile 活动了。

这是安装尝试的样子。我已经削减了一些输出<...>

 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-tile。


  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
python window-manager gconf mate 18.10
  • 2 2 个回答
  • 822 Views

2 个回答

  • Voted
  1. Jacob Vlijm
    2019-03-02T22:34:43+08:002019-03-02T22:34:43+08:00

    关于 Gconf 和 python2

    不是他回答您实际上正在寻找的答案,但是gconf已经消失了很长一段时间(由dconf代替),而编写 x-tile 的 python2也不是很新鲜。查看x-tile的代码,它的最新提交几乎是三年前,这在开发人员的时间里是一个很长的时间。

    然后呢?

    您的选择是尝试联系 x-tile 的维护人员并了解他是否要更新,或者使用另一个平铺扩展,例如这个,它是 Ubuntu Budgie 中的默认扩展,但也适用于 Mate(免责声明:I我是作者)。

    该扩展还具有越来越多的 cli 选项,可用于四分之一平铺快捷方式、将所有内容排列在网格中等。

    在此处输入图像描述

    要安装,只需按照此处README 中的说明进行操作。

    • 2
  2. Best Answer
    N0rbert
    2019-03-03T01:52:23+08:002019-03-03T01:52:23+08:00

    关于丢失包裹的错误消息让我想到了你禁用了Universe口袋的想法。您应该先启用它并安装更新:

    sudo add-apt-repository universe
    sudo apt-get dist-upgrade
    

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


    官方 PPA(尚)不支持 Ubuntu 18.10(Cosmic Cuttlefish)。但是 X-Tile 可用于 Ubuntu 18.04 LTS (如您在之前的答案中所见)。

    您可以暂时x-tile从 PPA 手动安装软件包:

    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
    

    像以前一样享受它:

    Ubuntu MATE 18.10 上的 x-tile

    更新:我已向giuspen发送电子邮件以获取 18.10 和即将推出的 19.04 的官方包。


    在即将推出的 Ubuntu 19.10 (Disco Dingo) 中,如果您手动x-tile获取,该软件包仍然可以安装:python-gconf

    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

相关问题

  • 可以将窗口(例如浏览器窗口)的大小限制为精确的像素尺寸吗?

  • 如何使用 pynotify 创建可点击通知?

  • 有没有安装 Django 1.2.*(最新稳定版)的简单方法?

  • 为 Python 应用程序设置构建系统

  • 为我的 PPA 创建包时遇到问题

Sidebar

Stats

  • 问题 205573
  • 回答 270741
  • 最佳答案 135370
  • 用户 68524
  • 热门
  • 回答
  • Marko Smith

    如何运行 .sh 脚本?

    • 16 个回答
  • Marko Smith

    如何安装 .tar.gz(或 .tar.bz2)文件?

    • 14 个回答
  • Marko Smith

    如何列出所有已安装的软件包

    • 24 个回答
  • Marko Smith

    无法锁定管理目录 (/var/lib/dpkg/) 是另一个进程在使用它吗?

    • 25 个回答
  • Martin Hope
    Flimm 如何在没有 sudo 的情况下使用 docker? 2014-06-07 00:17:43 +0800 CST
  • Martin Hope
    Ivan 如何列出所有已安装的软件包 2010-12-17 18:08:49 +0800 CST
  • Martin Hope
    La Ode Adam Saputra 无法锁定管理目录 (/var/lib/dpkg/) 是另一个进程在使用它吗? 2010-11-30 18:12:48 +0800 CST
  • Martin Hope
    David Barry 如何从命令行确定目录(文件夹)的总大小? 2010-08-06 10:20:23 +0800 CST
  • Martin Hope
    jfoucher “以下软件包已被保留:”为什么以及如何解决? 2010-08-01 13:59:22 +0800 CST
  • Martin Hope
    David Ashford 如何删除 PPA? 2010-07-30 01:09:42 +0800 CST

热门标签

10.10 10.04 gnome networking server command-line package-management software-recommendation sound xorg

Explore

  • 主页
  • 问题
    • 最新
    • 热门
  • 标签
  • 帮助

Footer

AskOverflow.Dev

关于我们

  • 关于我们
  • 联系我们

Legal Stuff

  • Privacy Policy

Language

  • Pt
  • Server
  • Unix

© 2023 AskOverflow.DEV All Rights Reserve