• Willkommen im Linux Club - dem deutschsprachigen Supportforum für GNU/Linux. Registriere dich kostenlos, um alle Inhalte zu sehen und Fragen zu stellen.

[gelöst] ,,Paketabhängigkeiten auflösen'' hängt

Hallo!

Ich habe vor Kurzem openSuse 11.1 installiert. Da ich KDE4.1 nicht so ansprechend fand hab ich mit dem ONE-CLICK update 4.2 installiert, geht auch alles soweit.

Allerdings kann ich keine Programme mehr installieren. Yast2 bzw zypper bleiben beim auflösen der Paketabhängigkeiten hängen.

Weiß jemand was los ist und wie ich das wieder hinbekomme?

Vielen Dankt im vorraus.
 
OK, also folgendes passiert:

lokal@daheme:~> sudo zypper install xpdf
root's password:
Daten des Repositorys laden...
Installierte Pakete lesen...
Paketabhängigkeiten auflösen...

Dann passiert garnichts mehr. Zypper belegt jetzt seit über einer Stunde die Hälfte des Arbeitsspeichers und der CPU Leistung.
 
Also zypper lr -uP liefert folgendes.


Code:
#  | Alias                    | Name                     | Aktiviert | Aktualisieren | Priorität | URI
---+--------------------------+--------------------------+-----------+---------------+-----------+-------------------------------------------------------------------------------------------
13 | repo-update              | openSUSE-11.1-Update     | Ja        | Ja            |   20      | http://download.opensuse.org/update/11.1/
1  | 20090804-085433          | 20090804-085433          | Ja        | Ja            |   99      | http://download.opensuse.org/repositories/KDE%3a/KDE4%3a/Factory%3a/Desktop/openSUSE_11.1/
2  | KDE4.2_COMMUNITY         | KDE4.2_COMMUNITY         | Ja        | Ja            |   99      | http://download.opensuse.org/repositories/KDE:/KDE4:/Community/openSUSE_11.1_KDE_42/
3  | KDE4.2_CORE              | KDE4.2_CORE              | Ja        | Ja            |   99      | http://download.opensuse.org/repositories/KDE:/42/openSUSE_11.1/
4  | KDE4.2_PLAYGROUND        | KDE4.2_PLAYGROUND        | Ja        | Ja            |   99      | http://download.opensuse.org/repositories/KDE:/KDE4:/Playground/openSUSE_11.1_KDE_42/
5  | KDE:KDE4:Factory:Desktop | KDE:KDE4:Factory:Desktop | Ja        | Ja            |   99      | http://download.opensuse.org/repositories/KDE:/KDE4:/Factory:/Desktop/openSUSE_11.1/
6  | devel:tools:building     | devel:tools:building     | Ja        | Ja            |   99      | http://download.opensuse.org/repositories/devel:/tools:/building/openSUSE_11.1/
8  | openSUSE:11.1:Update     | openSUSE:11.1:Update     | Ja        | Ja            |   99      | http://download.opensuse.org/update/11.1/
9  | repo-debug               | openSUSE-11.1-Debug      | Ja        | Ja            |  100      | http://download.opensuse.org/debug/distribution/11.1/repo/oss/
10 | repo-non-oss             | openSUSE-11.1-Non-Oss    | Ja        | Ja            |  100      | http://download.opensuse.org/distribution/11.1/repo/non-oss/
11 | repo-oss                 | openSUSE-11.1-Oss        | Ja        | Ja            |  100      | http://download.opensuse.org/distribution/11.1/repo/oss/
12 | repo-source              | openSUSE-11.1-Source     | Ja        | Ja            |  100      | http://download.opensuse.org/source/distribution/11.1/repo/oss/
7  | openSUSE 11.1-0          | openSUSE 11.1-0          | Ja        | Ja            |  200      | cd:///?devices=/dev/sr0,/dev/sr1
 

lOtz1009

Moderator
Teammitglied
Mit den beiden wäre ich bei installiertem KDE 4.2 vorsichtig:
Code:
1  | 20090804-085433          | 20090804-085433          | Ja        | Ja            |   99      |
4  | KDE4.2_PLAYGROUND        | KDE4.2_PLAYGROUND        | Ja        | Ja            |   99      | 
5  | KDE:KDE4:Factory:Desktop | KDE:KDE4:Factory:Desktop | Ja        | Ja            |   99      |
Playground ist so ne Sache für sich, und die beiden Factory:Desktop sind a)doppelt und b)für KDE 4.3. Update ist auch 2x drin. Würd da mal aussortieren. Und persönlich würde ich zypper nicht mit sudo aufrufen sondern direkt mit su - auf Konsole zu Root wechseln...
 
super! hab diese 3 repositories deaktiviert, und jetzt gehts.
wäre im traum nicht drauf gekommen das allein die größere paketauswahl die paketverwaltung zum hängen bringen kann.

danke danke danke!
 
Oben