web-dev-qa-db-ja.com

Gimp 64ビットをインストールできません

Ubuntu 14.10を搭載した64ビットPCにGimpをインストールしようとしています。専用のPPAを追加しました

ppa:otto-kesselgulasch/gimp

しかし、多くの32ビットライブラリに依存しているため、Gimpをインストールできません(PPAなしではできませんでした)。

たとえば、Synapticによれば、リポジトリにはないように見えるlibgeglに依存しています。デバッグシンボルを見つけることができますlibgegl-0.2-0-dbg:i386、しかし、それらをインストールしようとすると(彼らが助けになるとは限らないが)、私はそれらが多くのi386 stuff、そしてこれにより、libblas3またはliblapack3、それに依存するnumpylibbablなどの他の依存関係でも同じことが起こります。

したがって、64ビットバージョンのGimpがあるように見えますが、システムにインストールできない32ビットライブラリに依存しているようで、多くの場合、Synapticにはまったく表示されません。

Gimpをインストールする方法は何ですか?

[〜#〜] edit [〜#〜]リクエストとして、端末出力を投稿します

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.
3
Andrea

イタリアのサーバーからメインのサーバーに切り替えると、すべてが修正されるようです。イタリアの鏡で何かが壊れていると思います。

5
Andrea