无法安装 Gimp 64 位

And*_*rea 3 64-bit package-management gimp 32-bit

我正在尝试在装有 Ubuntu 14.10 的 64 位 PC 上安装 Gimp。我添加了专用的 PPA

ppa:otto-kesselgulasch/gimp
Run Code Online (Sandbox Code Playgroud)

但我无法安装 Gimp,因为它依赖于许多 32 位库(如果没有 PPA,我也无法安装)。

例如libgegl,根据 Synaptic 的说法,它取决于,它似乎不在存储库中。我可以找到调试符号libgegl-0.2-0-dbg:i386,但是如果我尝试安装它们(并不是说它们会有所帮助,只是为了看看),我发现它们依赖于很多i386东西,这反过来又会迫使我删除很多重要的东西依赖于64 位库,例如libblas3或。其他依赖项也会发生同样的情况,例如.liblapack3numpylibbabl

因此,虽然似乎有 64 位版本的 Gimp,但它似乎依赖于 32 位库,这些库无法安装在我的系统中,并且通常根本不会出现在 Synaptic 中。

Gimp的安装方式是什么?

编辑根据要求,我发布了终端输出

andrea@lafcadio:~$ LC_ALL=C sudo apt-get install gimp
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 gimp : Depends: libbabl-0.1-0 (>= 0.1.10) but it is not installable
        Depends: libgegl-0.2-0 (>= 0.2.0) but it is not installable
        Depends: libwebkitgtk-1.0-0 (>= 1.3.10) but it is not installable
E: Unable to correct problems, you have held broken packages.
Run Code Online (Sandbox Code Playgroud)

And*_*rea 5

从意大利服务器切换到主要服务器似乎可以解决所有问题。我想现在意大利镜子里的东西坏了。