Tips Linux Explorers   All Things Linux Forum   Great Linux Links   LinuxClues.com   Hometown    



URPMI SOURCES MANDRAKE 9.2


There are a few sources you can add to the package manager of Mandrake to get extra software.
Some of them everybody can add, a few ( last two ) are only for Club Members.

See here how it´s done:
 
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 ! 


Here they are: ( Don´t click on the links but paste them in a root-console ) YOU HAVE TO BE ON LINE !


Contributions:

CODE
urpmi.addmedia contrib ftp://ftp.nluug.nl/pub/os/Linux/distr/Mandrake/Mandrake/9.2/contrib/i586 with ../../i586/Mandrake/base/hdlist2.cz

( sometimes gives an error about a not up to date list after an install, but still does the install fine )
To remove:

CODE
urpmi.removemedia contrib_ftp.nluug.nl_i586_9.2



Club Contributions: ( not the same as contrib, free for all )

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

To remove:
CODE
urpmi.removemedia club.contrib_ftp.join.uni-muenster.de_i586_9.2



PLF Link

CODE
urpmi.addmedia plf http://mandrakeusers.com/PLF/mandrake/9.2 with hdlist.cz

Cheatcode:

CODE
wget http://plf.zarb.org/plf.asc; rpm --import plf.asc; rm -f plf.asc

To remove:

CODE
urpmi.removemedia plf_ftp.easynet.fr_i586_9.2




Thacs RPM´s: Link

CODE
urpmi.addmedia thacs.rpms http://rpm.nyvalls.se/9.2/RPMS with hdlist.cz



El Buho RPM's Link

CODE
urpmi.addmedia BUHO http://www.linuxlots.com/~buho/rpms/ with hdlist.cz



Eshlarc Link

CODE
urpmi.addmedia eslrahc http://www.eslrahc.com/9.2/ with hdlist.cz



Chip Cuccio's Link

CODE
urpmi.addmedia NORLUG-9.2 http://www.ibiblio.org/pub/mirrors/norlug/mandrake-9.2/RPMS/ with hdlist.cz

Cheatcode
 
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



Additional pages with links to more sources:
Easy URPMI
TheBix



- - - - - - - - - - - - - - - -
Only Club Members:
- - - - - - - - - - - - - - - -

Commercial Apps:

CODE
urpmi.addmedia club.comm_i586_9.2 http://NICKNAME:PAS[email protected]/downloads2/comm/9.2/ with ./hdlist.cz

To remove:

CODE
urpmi.removemedia club.comm_i586_9.2



Test RPM´s: ( at your own risk )

CODE
urpmi.addmedia Club_test http://NICKNAME:PA[email protected]/downloads2/test/9.2 with ./hdlist.cz

To remove:

CODE
urpmi.removemedia Club_test_i586_9.2


For the last two you have to replace “NICKNAME” and “PASSWORD” . . .




Don´t forget you have to update your sources on a regular basis with:

CODE
# urpmi.update -a

Because frequently new packages are added and updated.



Bruno


-- Nov 28 2003 ( Obsolete ) --


Tips Linux Explorers   All Things Linux Forum   Great Linux Links   LinuxClues.com   Hometown