PDA

View Full Version : Repositoies


RajivNair
22nd July 2007, 07:26 AM
hello everyone ,

im new to fedora ... just switched here from ubuntu (got bugged of all da bugs) ..... unlike ubuntu i havent been able to figure out da diff. repositories for fedora (3rd party n branches) ... can anyone list all da repositories that i can use without compatibility issues with fedora and at the same time increase the number of packages available .

thnx in advance ,
rajiv nair

leigh123linux
22nd July 2007, 07:37 AM
Thats easy

1 .Livna

http://rpm.livna.org/rlowiki/


There are no more safe repo's for fedora ( freshrpms & dries & atrpms all will try to replace key fedora rpm's )

RajivNair
22nd July 2007, 07:42 AM

thnx a lot for tht info ... also wht abt da branches (development , testing ) ... which one can give me da latest packages wid da least bugs ... i would like to get out of stable branch ... :D

leigh123linux
22nd July 2007, 07:51 AM
thnx a lot for tht info ... also wht abt da branches (development , testing ) ... which one can give me da latest packages wid da least bugs ... i would like to get out of stable branch ... :D

You can temporary enable updates-testing to update or install packages


su
yum --enablerepo=updates-testing install <packagename>

If you want development

try editing the repos

/etc/yum.repos.d

you can enable the fedora-development.repo and disable the fedora.repo

RajivNair
22nd July 2007, 08:09 AM
If you want development

try editing the repos

/etc/yum.repos.d

you can enable the fedora-development.repo and disable the fedora.repo


do i have to do the same if i want to enable testing ... ????

leigh123linux
22nd July 2007, 08:21 AM
do i have to do the same if i want to enable testing ... ????

You could if you wanted or you could just


su
yum --enablerepo=updates-testing update

RajivNair
22nd July 2007, 08:28 AM
okay .. allrite .... thnx a lot for ur help .... :)