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

apt source

Robert.B

Member
ich hab jetzt mal als alternative zu yast apt probiert
und bin begeistert!!

aber gibt es noch weitere, epfehlenswerte apt-quellen auser die von Thomson (http://www.linux-club.de/ftopic60267.html)??[/url]
 

oc2pus

Ultimate Guru
[TIP] Laufend aktuelle sources.list für Suse 10.0 (i386)
http://www.linux-club.de/ftopic44774.html
http://www.linux-club.de/viewtopic.php?t=59138

[TIP] Neues apt, das repodata versteht
http://www.linux-club.de/ftopic61986.html
 
Mit SUSE 10.0 kann ich das Paket install-apt4suse empfehlen

http://linux01.gwdg.de/~scorot/install-apt4suse.rpm

Das WIKI dazu war im Moment des Schreibens nicht erreichbar. Mit installiertem apt lautet der Befehl

Code:
install-apt4suse --update-srclist

Problematische Quellen werden von dem Skript auskommentiert. Ich empfehle dir trotzdem, die Auswahl mit einem Editor zu überprüfen.

Mit 10.1 gibt es anscheinend Probleme:

http://www.linux-club.de/ftopic60217.html
 

oc2pus

Ultimate Guru
TrialAndError schrieb:
Mit 10.1 gibt es anscheinend Probleme:

http://www.linux-club.de/ftopic60217.html

kann so gelöst werden:
Code:
line 144 contains:

  if [ "$SUSE_VERSION" = "10.0" || "10.1" ]; then

That is a syntax error. It should be:

  if [ "$SUSE_VERSION" = "10.0" ] || [ "$SUSE_VERSION" = "10.1" ]; then

You could try to change this yourself: the file to edit
is /usr/bin/install-apt4suse.
 
Oben