Tips Linux Explorers | ![]() |
All Things Linux Forum | ![]() |
Great Linux Links | ![]() |
LinuxClues.com | ![]() |
Hometown | ![]() |
QUOTE (Bruno @ Tips) |
Go to a console, log in as 'su' and paste the line after the prompt and hit enter. Now it should work and get the list . . . be patient, it takes a while. Then as you get the prompt back, close the console ( Ctrl+d , 2x ). Now that we have added the source to your software manager, we can have a look at all the packages: Go to the MCC --> Software Management --> 'RpmDrake helps you install software packages' ( the icon with the + ). Now you will see the text : 'All packages' under the search-box., 'All packages' 'by group' change the by group in: 'by medium repository' and you will get a list with the sources you can choose from: CD1, CD2, CD3 and also the Update source and the just added source. Click in the little triangle in front of the new source, and a list will fold out with all the packages you can choose from . . . . FUN, MAGIC, BLISS ! |
CODE |
urpmi.addmedia contrib ftp://ftp.nluug.nl/pub/os/Linux/distr/Mandrake/Mandrake/9.2/contrib/i586 with ../../i586/Mandrake/base/hdlist2.cz |
CODE |
urpmi.removemedia contrib_ftp.nluug.nl_i586_9.2 |
CODE |
urpmi.addmedia club.contrib_ftp.join.uni-muenster.de_i586_9.2 ftp://ftp.join.uni-muenster.de/pub/linux/distributions/mandrake-devel/contrib/ppc/../../unsupported/MandrakeClub/9.2/i586/ with hdlist.cz |
CODE |
urpmi.removemedia club.contrib_ftp.join.uni-muenster.de_i586_9.2 |
CODE |
urpmi.addmedia plf http://mandrakeusers.com/PLF/mandrake/9.2 with hdlist.cz |
CODE |
wget http://plf.zarb.org/plf.asc; rpm --import plf.asc; rm -f plf.asc |
CODE |
urpmi.removemedia plf_ftp.easynet.fr_i586_9.2 |
CODE |
urpmi.addmedia thacs.rpms http://rpm.nyvalls.se/9.2/RPMS with hdlist.cz |
CODE |
urpmi.addmedia BUHO http://www.linuxlots.com/~buho/rpms/ with hdlist.cz |
CODE |
urpmi.addmedia eslrahc http://www.eslrahc.com/9.2/ with hdlist.cz |
CODE |
urpmi.addmedia NORLUG-9.2 http://www.ibiblio.org/pub/mirrors/norlug/mandrake-9.2/RPMS/ with hdlist.cz |
CODE |
lynx -source http://norlug.org/~chipster/public_key.tgz | gunzip -c > norlug_rpms.asc; rpm --import \ norlug_rpms.asc; rm -f norlug_rpms.asc |
CODE |
urpmi.addmedia club.comm_i586_9.2 http://NICKNAME:PAS[email protected]/downloads2/comm/9.2/ with ./hdlist.cz |
CODE |
urpmi.removemedia club.comm_i586_9.2 |
CODE |
urpmi.addmedia Club_test http://NICKNAME:PA[email protected]/downloads2/test/9.2 with ./hdlist.cz |
CODE |
urpmi.removemedia Club_test_i586_9.2 |
CODE |
# urpmi.update -a |
Tips Linux Explorers | ![]() |
All Things Linux Forum | ![]() |
Great Linux Links | ![]() |
LinuxClues.com | ![]() |
Hometown | ![]() |