无法安装gimp

无法安装gimp

我尝试安装 Gimp,但出现错误,提示存在未满足的依赖项。我该如何处理。我正在运行 64 位 UBUNTU 12.04。

这是我收到的消息:

The following packages have unmet dependencies:

gimp: Depends: python-gtk2 (>= 2.8.0) but 2.24.0-3 is to be installed
      Depends: libc6 (>= 2.15) but 2.15-0ubuntu10 is to be installed
      Depends: libfontconfig1 (>= 2.8.0) but 2.8.0-3ubuntu9 is to be installed
      Depends: libgdk-pixbuf2.0-0 (>= 2.22.0) but 2.26.1-1 is to be installed
      Depends: libglib2.0-0 (>= 2.31.2) but 2.32.3-0ubuntu1 is to be installed
      Depends: libgtk2.0-0 (>= 2.24.0) but 2.24.10-0ubuntu6 is to be installed
      Depends: libjpeg8 (>= 8c) but 8c-2ubuntu7 is to be installed
      Depends: librsvg2-2 (>= 2.14.4) but 2.36.1-0ubuntu1 is to be installed
      Depends: zlib1g (>= 1:1.1.4) but 1:1.2.3.4.dfsg-3ubuntu4 is to be installed
      Depends: python (>= 2.7.1-0ubuntu2) but 2.7.3-0ubuntu2 is to be installed

答案1

尝试使用 ppa 安装 gimp

打开终端并运行此命令

sudo add-apt-repository ppa:otto-kesselgulasch/gimp
sudo apt-get update && sudo apt-get install gimp

答案2

我在安装应用程序时遇到了同样的问题。事实证明我只需要sudo apt-get update,否则它会尝试使用旧版本的依赖项...您已经尝试过了吗?

相关内容