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

[geloest] packman-repo erneuern - steht auf 12.1

hallo u. guten Tag,

hab festgestellt dass ein packman-repo bei mir noch auf 12.1 steht - wie kann ich das aendern - denke mal dass es am Besten ist eine neue URL einzutragen.
Hintergrund: bei gelegentlichen Installationsversuchen bekomm ich immer wieder Fehlermeldungen - libman0 kann nicht installiert werden u. andere Fehlermeldungen

die Repoansicht:

Code:
linux-70ce:/home/martin # zypper lr -d
#  | Alias                     | Name                               | Aktiviert | Aktualisieren | Priorität | Typ    | URI                                                             | Dienst
---+---------------------------+------------------------------------+-----------+---------------+-----------+--------+-----------------------------------------------------------------+-------
 1 | All_of_Packman            | Packman                            | Ja        | Nein          |   99      | rpm-md | http://packman.inode.at/suse/openSUSE_12.3/                     |       
 2 | M17N                      | M17N                               | Ja        | Ja            |   99      | rpm-md | http://download.opensuse.org/repositories/M17N/openSUSE_12.3/   |       
 3 | openSUSE-12.3-1.7         | openSUSE-12.3-1.7                  | Ja        | Nein          |   99      | yast2  | cd:///?devices=/dev/disk/by-id/ata-TEAC-DV-W28S-R,/dev/sr0      |       
 4 | packman                   | packman                            | Ja        | Ja            |   99      | rpm-md | http://ftp.gwdg.de/pub/linux/packman/suse/12.1/                 |       
 5 | repo-debug                | openSUSE-12.3-Debug                | Nein      | Ja            |   99      | NONE   | http://download.opensuse.org/debug/distribution/12.3/repo/oss/  |       
 6 | repo-debug-update         | openSUSE-12.3-Update-Debug         | Nein      | Ja            |   99      | NONE   | http://download.opensuse.org/debug/update/12.3/                 |       
 7 | repo-debug-update-non-oss | openSUSE-12.3-Update-Debug-Non-Oss | Nein      | Ja            |   99      | NONE   | http://download.opensuse.org/debug/update/12.3-non-oss/         |       
 8 | repo-non-oss              | openSUSE-12.3-Non-Oss              | Ja        | Ja            |   99      | yast2  | http://download.opensuse.org/distribution/12.3/repo/non-oss/    |       
 9 | repo-oss                  | openSUSE-12.3-Oss                  | Ja        | Ja            |   99      | yast2  | http://download.opensuse.org/distribution/12.3/repo/oss/        |       
10 | repo-source               | openSUSE-12.3-Source               | Nein      | Ja            |   99      | NONE   | http://download.opensuse.org/source/distribution/12.3/repo/oss/ |       
11 | repo-update               | openSUSE-12.3-Update               | Ja        | Ja            |   99      | rpm-md | http://download.opensuse.org/update/12.3/                       |                                                                                                                                                                                
12 | repo-update-non-oss       | openSUSE-12.3-Update-Non-Oss       | Ja        | Ja            |   99      | rpm-md | http://download.opensuse.org/update/12.3-non-oss/               |                                                                                                                                                                                
linux-70ce:/home/martin #

also das packman repo steht irgendwie auf 12.1 - wie das kam ist mir imho etwas schleierhaft. Wohl hab ich mal was falsches eintragen....
Soll ich den autoupdater wegnehmen - oder den url aendern.

freu mich von euch zu hoeren.
 

tomm.fa

.Linux Club Aushilfsadministrator
Teammitglied
Code:
man zypper
hat dir nicht geholfen?

Entferne das Repositorium komplett:
Code:
zypper rr packman

Hinzufügen musst du kein neues Repo, ist ja noch eines von PackMan vorhanden; dort solltest du aber noch die Aktualisierung des Repositorium aktivieren.
Code:
zypper mr -r All_of_Packman
und eventuell noch die Priorität anpassen:
Code:
zypper mr -p 10 All_of_Packman
 
OP
L

lin

hallo Tomm.Fa
vielen dank für die schnelle Antwort. Super

das hab ich mal gemacht

Code:
inux-70ce:/home/martin # zypper lr -d
#  | Alias                     | Name                               | Aktiviert | Aktualisieren | Priorität | Typ    | URI                                                             | Dienst
---+---------------------------+------------------------------------+-----------+---------------+-----------+--------+-----------------------------------------------------------------+-------
 1 | All_of_Packman            | Packman                            | Ja        | Nein          |   99      | rpm-md | http://packman.inode.at/suse/openSUSE_12.3/                     |       
 2 | M17N                      | M17N                               | Ja        | Ja            |   99      | rpm-md | http://download.opensuse.org/repositories/M17N/openSUSE_12.3/   |       
 3 | openSUSE-12.3-1.7         | openSUSE-12.3-1.7                  | Ja        | Nein          |   99      | yast2  | cd:///?devices=/dev/disk/by-id/ata-TEAC-DV-W28S-R,/dev/sr0      |       
 4 | packman                   | packman                            | Ja        | Ja            |   99      | rpm-md | http://ftp.gwdg.de/pub/linux/packman/suse/12.1/                 |       
 5 | repo-debug                | openSUSE-12.3-Debug                | Nein      | Ja            |   99      | NONE   | http://download.opensuse.org/debug/distribution/12.3/repo/oss/  |       
 6 | repo-debug-update         | openSUSE-12.3-Update-Debug         | Nein      | Ja            |   99      | NONE   | http://download.opensuse.org/debug/update/12.3/                 |       
 7 | repo-debug-update-non-oss | openSUSE-12.3-Update-Debug-Non-Oss | Nein      | Ja            |   99      | NONE   | http://download.opensuse.org/debug/update/12.3-non-oss/         |       
 8 | repo-non-oss              | openSUSE-12.3-Non-Oss              | Ja        | Ja            |   99      | yast2  | http://download.opensuse.org/distribution/12.3/repo/non-oss/    |       
 9 | repo-oss                  | openSUSE-12.3-Oss                  | Ja        | Ja            |   99      | yast2  | http://download.opensuse.org/distribution/12.3/repo/oss/        |       
10 | repo-source               | openSUSE-12.3-Source               | Nein      | Ja            |   99      | NONE   | http://download.opensuse.org/source/distribution/12.3/repo/oss/ |       
11 | repo-update               | openSUSE-12.3-Update               | Ja        | Ja            |   99      | rpm-md | http://download.opensuse.org/update/12.3/                       |                                                                                                                                                                                
12 | repo-update-non-oss       | openSUSE-12.3-Update-Non-Oss       | Ja        | Ja            |   99      | rpm-md | http://download.opensuse.org/update/12.3-non-oss/               |


Entferung von PackMan

Code:
linux-70ce:/home/martin # zypper rr packman                                                                                                                                         
Repository 'packman' wird entfernt .........................................................................................................................................[fertig]

dann die Entfernung des Repos:

Code:
Repository 'packman' wurde entfernt.                                                                                                                                                
linux-70ce:/home/martin # zypper mr -r All_of_Packman                                                                                                                               
Autoaktualisierung wurde für Repository 'All_of_Packman' aktiviert.


dann noch die anpassung der priorität

Code:
linux-70ce:/home/martin # zypper mr -p 10 All_of_Packman                                                                                                                            
Die Priorität von Repository 'All_of_Packman' wurde auf 10 gesetzt.

das ergibt dann das hier:

Code:
linux-70ce:/home/martin # zypper lr -d
#  | Alias                     | Name                               | Aktiviert | Aktualisieren | Priorität | Typ    | URI                                                             | Dienst
---+---------------------------+------------------------------------+-----------+---------------+-----------+--------+-----------------------------------------------------------------+-------
 1 | All_of_Packman            | Packman                            | Ja        | Ja            |   10      | rpm-md | http://packman.inode.at/suse/openSUSE_12.3/                     |       
 2 | M17N                      | M17N                               | Ja        | Ja            |   99      | rpm-md | http://download.opensuse.org/repositories/M17N/openSUSE_12.3/   |       
 3 | openSUSE-12.3-1.7         | openSUSE-12.3-1.7                  | Ja        | Nein          |   99      | yast2  | cd:///?devices=/dev/disk/by-id/ata-TEAC-DV-W28S-R,/dev/sr0      |       
 4 | repo-debug                | openSUSE-12.3-Debug                | Nein      | Ja            |   99      | NONE   | http://download.opensuse.org/debug/distribution/12.3/repo/oss/  |       
 5 | repo-debug-update         | openSUSE-12.3-Update-Debug         | Nein      | Ja            |   99      | NONE   | http://download.opensuse.org/debug/update/12.3/                 |       
 6 | repo-debug-update-non-oss | openSUSE-12.3-Update-Debug-Non-Oss | Nein      | Ja            |   99      | NONE   | http://download.opensuse.org/debug/update/12.3-non-oss/         |       
 7 | repo-non-oss              | openSUSE-12.3-Non-Oss              | Ja        | Ja            |   99      | yast2  | http://download.opensuse.org/distribution/12.3/repo/non-oss/    |       
 8 | repo-oss                  | openSUSE-12.3-Oss                  | Ja        | Ja            |   99      | yast2  | http://download.opensuse.org/distribution/12.3/repo/oss/        |       
 9 | repo-source               | openSUSE-12.3-Source               | Nein      | Ja            |   99      | NONE   | http://download.opensuse.org/source/distribution/12.3/repo/oss/ |       
10 | repo-update               | openSUSE-12.3-Update               | Ja        | Ja            |   99      | rpm-md | http://download.opensuse.org/update/12.3/                       |       
11 | repo-update-non-oss       | openSUSE-12.3-Update-Non-Oss       | Ja        | Ja            |   99      | rpm-md | http://download.opensuse.org/update/12.3-non-oss/               |       
linux-70ce:/home/martin #

danke nochmals - ich setz das jetzt auf geloest.

Viele Gruesse
lin ;)
 
Nachtrag zu deiner Repositories-Liste:

Deaktiviere bitte alle DEBUG- und SOURCE-Repositories.

Repository Nr. 3 kann getrost gelöscht werden
Repositories Nr. 10 und 11 bekommen die Priorität 70
( Nummer ist das was unter # steht )

Danach in einer Konsole als root

Code:
zypper ref
zypper up

alle Abhängigkeiten auflösen und nichts ignorieren.

LG SUSEDJAlex
 
Oben