• 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] Update auf KDE 4.3.5 nicht vollständig

MiPl

Hacker
Hi,

ich wollte gerade von KDE 4.3.1 auf KDE 4.3.5 updaten mit 1-Click-Install (http://en.opensuse.org/KDE/KDE4#STABLE_KDE_Project_.28KDE_4.3.5.29), doch am Ende kam in Yast die Meldung, dass die Installation nicht vollständig ausgeführt werden konnte. Warum? Keine Ahnung, da keine Angabe dazu gemacht wurde.
Mir wurde aber eine Liste von Programmen mitgeteilt, die nicht installiert werden konnten:

kde4-dolphin
kde4-kdepasswd
kde4-kdialog
kde4-keditbookmarks
kde4-kfind
kde4-kio_sysinfo-branding-openSUSE
kde4-kmix
kde4-konqueror
kde4-konsole
kde4-kwin
kde4-kwrite

Was kann ich jetzt tun, bzw. was fehlt dem System? Eventuell ein Repository? Derzeit aktiv sind folgende:

Code:
#  | Alias                   | Name                    | Aktiviert | Aktualisieren
---+-------------------------+-------------------------+-----------+--------------
1  | KDE:KDE4:STABLE:Desktop | KDE:KDE4:STABLE:Desktop | Ja        | Ja
2  | MULTIMEDIA              | MULTIMEDIA              | Nein      | Ja
3  | MULTIMEDIA-KMP          | MULTIMEDIA-KMP          | Nein      | Ja
4  | Packman-11.2            | Packman-11.2            | Ja        | Ja
5  | RPM-Verzeichnis         | RPM-Verzeichnis         | Ja        | Ja
6  | Update_für_Libusb       | Update für Libusb       | Nein      | Ja
7  | home:anyremote          | home:anyremote          | Nein      | Ja
8  | openSUSE 11.2-0         | openSUSE 11.2-0         | Nein      | Nein
9  | repo-debug              | openSUSE-11.2-Debug     | Nein      | Ja
10 | repo-non-oss            | openSUSE-11.2-Non-Oss   | Ja        | Ja
11 | repo-oss                | openSUSE-11.2-Oss       | Ja        | Ja
12 | repo-source             | openSUSE-11.2-Source    | Nein      | Ja
13 | repo-update             | openSUSE-11.2-Update    | Ja        | Ja

Danke
 

lOtz1009

Moderator
Teammitglied
Hast du evtl. den 1Click für openSUSE 11.1 oder 11.0 genommen?
Code:
zypper lr -uP

kde4-* sollte da eigentlich nichts kommen.

Wenn das richtige Repo schon drinsteht, Root-Terminal öffnen und
Code:
zypper refresh && zypper dup
ausführen. Das sollte die Pakete auf 4.3.5 aktualisieren.
 
OP
M

MiPl

Hacker
Also zypper lr -uP liefert:

Code:
#  | Alias                   | Name                    | Aktiviert | Aktualisieren | Priorität | URI
---+-------------------------+-------------------------+-----------+---------------+-----------+------------------------------------------------------------------------------------
1  | KDE:KDE4:STABLE:Desktop | KDE:KDE4:STABLE:Desktop | Ja        | Ja            |   99      | http://download.opensuse.org/repositories/KDE:/KDE4:/STABLE:/Desktop/openSUSE_11.2/
2  | MULTIMEDIA              | MULTIMEDIA              | Nein      | Ja            |   99      | http://download.opensuse.org/repositories/multimedia:/libs/openSUSE_11.2/
3  | MULTIMEDIA-KMP          | MULTIMEDIA-KMP          | Nein      | Ja            |   99      | http://download.opensuse.org/repositories/multimedia:/audio:/KMP/openSUSE_11.2/
4  | Packman-11.2            | Packman-11.2            | Ja        | Ja            |   99      | http://packman.iu-bremen.de/suse/11.2
5  | RPM-Verzeichnis         | RPM-Verzeichnis         | Ja        | Ja            |   99      | dir:///home/sternebingo-2/RPMs
6  | Update_für_Libusb       | Update für Libusb       | Nein      | Ja            |   99      | http://download.opensuse.org/repositories/hardware/openSUSE_11.2/
7  | home:anyremote          | home:anyremote          | Nein      | Ja            |   99      | http://download.opensuse.org/repositories/home:/anyremote/openSUSE_11.2/
8  | openSUSE 11.2-0         | openSUSE 11.2-0         | Nein      | Nein          |   99      | cd:///
9  | repo-debug              | openSUSE-11.2-Debug     | Nein      | Ja            |   99      | http://download.opensuse.org/debug/distribution/11.2/repo/oss/
10 | repo-non-oss            | openSUSE-11.2-Non-Oss   | Ja        | Ja            |   99      | http://download.opensuse.org/distribution/11.2/repo/non-oss/
11 | repo-oss                | openSUSE-11.2-Oss       | Ja        | Ja            |   99      | http://download.opensuse.org/distribution/11.2/repo/oss/
12 | repo-source             | openSUSE-11.2-Source    | Nein      | Ja            |   99      | http://download.opensuse.org/source/distribution/11.2/repo/oss/
13 | repo-update             | openSUSE-11.2-Update    | Ja        | Ja            |   99      | http://download.opensuse.org/update/11.2/

Wenn ich es richtig sehe, steht das entsprechende Repository für KDE4 drin (wurde meiner Meinung nach von 1-Click angelegt).

Führe jetzt noch zypper refresh && zypper dup aus.....
 

lOtz1009

Moderator
Teammitglied
Passt soweit. Ich würde nur noch die Priorität des KDE-Repos auf 40, Packman auf 30 und Update auf 50 setzen.
 
OP
M

MiPl

Hacker
ja, die Aktualisierung hat nun geklappt - Vielen Dank für die Unterstützung.

Gruß Michael
 

lOtz1009

Moderator
Teammitglied
OK,

der 1Click ist falsch.
Der will nämlich die kde4-*-Pakete installieren.
Da hat einer Murks gemacht.

Die ganze Page gehört mal aufpoliert.

EDIT: Bugreport ist raus → https://bugzilla.novell.com/show_bug.cgi?id=576632
 
Oben