GIMP-Paket defekt, Ubuntu Software Center funktioniert nicht

GIMP-Paket defekt, Ubuntu Software Center funktioniert nicht

Ich verwende Ubuntu 11.10 und habe gestern Abend GIMP installiert. Aber heute zeigt mein Update-Manager an, dass mein System beschädigte Pakete und Abhängigkeiten hat. Wenn ich versuche, das im Update-Manager verfügbare GIMP-Update zu installieren, tritt der folgende Fehler auf.

Das Paketsystem ist kaputt

 The following packages have unmet dependencies:

 gimp: Depends: python-gtk2 (>= 2.8.0) but 2.24.0-2 is installed
       Depends: libc6 (>= 2.11) but 2.13-20ubuntu5 is installed
       Depends: libfontconfig1 (>= 2.8.0) but 2.8.0-3ubuntu2 is installed
       Depends: libgdk-pixbuf2.0-0 (>= 2.22.0) but 2.24.0-1ubuntu1 is installed
       Depends: libglib2.0-0 (>= 2.24.0) but 2.30.0-0ubuntu4 is installed
       Depends: libgtk2.0-0 (>= 2.20.0) but 2.24.6-0ubuntu5 is installed
       Depends: libjpeg62 (>= 6b1) but 6b1-1ubuntu2 is installed
       Depends: librsvg2-2 (>= 2.14.4) but 2.34.1-2 is installed
       Depends: zlib1g (>= 1:1.1.4) but 1:1.2.3.4.dfsg-3ubuntu3 is installed
       Depends: python (>= 2.7.1-0ubuntu2) but 2.7.2-7ubuntu2 is installed

Dann habe ich versucht, verschiedene Befehle vom Terminal aus auszuführen, und es sind folgende Fehler aufgetreten.

randomhero@randomhero-Inspiron-N5010:~$ sudo apt-get install -f
[sudo] password for randomhero: 
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Correcting dependencies... Done
The following extra packages will be installed:
  gimp
Suggested packages:
  gimp-help-en gimp-help libgimp-perl gimp-gap gimp-console
The following packages will be upgraded:
  gimp
1 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Need to get 0 B/4,388 kB of archives.
After this operation, 324 kB disk space will be freed.
Do you want to continue [Y/n]? y
(Reading database ... 213862 files and directories currently installed.)
Preparing to replace gimp 2.6.11-2ubuntu4 (using .../gimp_2.7.4-2011102201~oo_amd64.deb) ...
Unpacking replacement gimp ...
dpkg: error processing /var/cache/apt/archives/gimp_2.7.4-2011102201~oo_amd64.deb (--unpack):
 trying to overwrite '/usr/lib/gimp/2.0/plug-ins/file-xmc', which is also in package gimp-plugin-registry 3.5.4-1
dpkg-deb: error: subprocess paste was killed by signal (Broken pipe)
Processing triggers for menu ...
Errors were encountered while processing:
 /var/cache/apt/archives/gimp_2.7.4-2011102201~oo_amd64.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)

Der Update Manager zeigt das GIMP-Update unter „Andere Updates“ (LP-PPA-matthaeus123-mrw-gimp-svn) an. Ist das ein offizielles Repository? Muss ich dieses Repository entfernen? Wenn ja, wie?

Außerdem zeigt das Ubuntu Software Center den Fehler an, der besagt: „Elemente können nicht installiert oder entfernt werden, bis der Paketkatalog repariert ist.“

Wenn ich auf „Reparieren“ klicke, wird mir erneut der folgende Fehler angezeigt.

installArchives() failed: perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
    LANGUAGE = (unset),
    LC_ALL = (unset),
    LANG = "en_IN.ISO8859-1"
    are supported and installed on your system.
perl: warning: Falling back to the standard locale ("C").
locale: Cannot set LC_CTYPE to default locale: No such file or directory
locale: Cannot set LC_MESSAGES to default locale: No such file or directory
locale: Cannot set LC_ALL to default locale: No such file or directory
p    erl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
    LANGUAGE = (unset),
    LC_ALL = (unset),
    LANG = "en_IN.ISO8859-1"
    are supported and installed on your system.
perl: warning: Falling back to the standard locale ("C").
locale: Cannot set LC_CTYPE to default locale: No such file or directory
locale: Cannot set LC_MESSAGES to default locale: No such file or directory
locale: Cannot set LC_ALL to default locale: No such file or directory
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
    LANGUAGE = (unset),
    LC_ALL = (unset),
    LANG = "en_IN.ISO8859-1"
    are supported and installed on your system.
perl: warning: Falling back to the standard locale ("C").
locale: Cannot set LC_CTYPE to default locale: No such file or directory
locale: Cannot set LC_MESSAGES to default locale: No such file or directory
locale: Cannot set LC_ALL to default locale: No such file or directory
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 213862 files and directories currently installed.)
Preparing to replace gimp 2.6.11-2ubuntu4 (using .../gimp_2.7.4-2011102201~oo_amd64.deb) ...
Unpacking replacement gimp ...
dpkg: error processing /var/cache/apt/archives/gimp_2.7.4-2011102201~oo_amd64.deb (--unpack):
 trying to overwrite '/usr/lib/gimp/2.0/plug-ins/file-xmc', which is also in package gimp-plugin-registry 3.5.4-1
No apport report written because MaxReports is reached already
dpkg-deb: error: subprocess paste was killed by signal (Broken pipe)
Processing triggers for menu ...
Errors were encountered while processing:
 /var/cache/apt/archives/gimp_2.7.4-2011102201~oo_amd64.deb
Error in function: 
SystemError: E:Sub-process /usr/bin/dpkg returned an error code (1)

Ich habe versucht, das Gimp-Paket mit „sudo apt-get remove gimp“ zu entfernen, aber es wird folgender Fehler angezeigt.

randomhero@randomhero-Inspiron-N5010:~$ sudo apt-get remove gimp
Reading package lists... Done
Building dependency tree       
Reading state information... Done
You might want to run 'apt-get -f install' to correct these:
The following packages have unmet dependencies:
 gimp-gmic : Depends: gimp (>= 2.6) but it is not going to be installed
 gimp-paint-studio : Depends: gimp but it is not going to be installed
 gimp-plugin-registry : Depends: gimp (>= 2.6) but it is not going to be installed
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).

Ich weiß nicht, wie ich diesen Fehler beheben kann. Ich muss einige Anwendungen installieren, aber wegen dieser Fehler kann ich das nicht. Ich möchte die GIMP-Software als solche nicht, ich habe sie nur für alle Fälle installiert. Aber ich möchte, dass mein Ubuntu Software Center funktioniert.

Bitte helfen Sie mir, Danke im Voraus.

Antwort1

Sie müssen eliminieren gimp-paint-studio , gimp-gmic , and gimp-plugin-registry, um Ihr letztes Problem zu beheben.

sudo apt-get remove gimp-paint-studio gimp-gmic gimp-plugin-registry

Für das Repository verwenden Sie , apt-add-repository -r ppa:user/repositoryum eins zu entfernen

Antwort2

Wenn dutatWenn Sie Gimp von diesem PPA installieren möchten, finden Sie auf der Webseite (https://launchpad.net/~matthaeus123/+archive/mrw-gimp-svn) die Lösung:

GIMP 2.7.5 funktioniert nicht mit der aktuellen glib und gtk in Oneiric. Um das Problem zu beheben, installieren Sie diese Repos

debhttp://ppa.launchpad.net/gnome3-team/gnome3/ubuntuTraumhafte Haupt

debhttp://ppa.launchpad.net/ricotz/testing/ubuntuTraumhafte Haupt

Antwort3

Ich erzähle Ihnen, was bei mir funktioniert hat.

Entfernen Sie diese 3 PPAs aus dem Repository-Manager:

http://ppa.launchpad.net/gnome3-team/gnome3/ubuntu
http://ppa.launchpad.net/ricotz/testing/ubuntu
http://ppa.launchpad.net/matthaeus123/mrw-gimp-svn/ubuntu

Weil es eine falsche Abhängigkeitsliste für Oneiric (libglib2.0) hat.

Und entfernen Sie Gimpdata aus Synaptics, die von früheren Installationsversuchen übrig geblieben sind.

Fügen Sie dann dieses PPA über die Befehlszeile hinzu:

sudo add-apt-repository ppa:jmou/ppa
sudo apt-get update
sudo apt-get install gimp

Dadurch wird GIMP 2.7.4 installiert.

Ich weiß nicht, wie ich das falsche PPA-Paket für Oneiric reparieren kann.

Hoffe das hilft.

verwandte Informationen