Greetings all,

I come from Debian world and I installed Fedora 12 in my Macbook Pro. When I try to install software , I noticed that I cant find the huge software list which had in Debian. (first thing I found missing was bioinformatics tool called blast which can be found in debian repo http://packages.debian.org/sid/blast2 ) I used rpmfusion as :

su -c 'rpm -Uvh http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-stable.noarch.rpm http://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-stable.noarch.rpm'

but couldn't see many of packages found in Debian.

Is there any single massive repository for Fedora like in Debian ?

Thanks in advance.

link|improve this question

40% accept rate
feedback

migrated from stackoverflow.com Dec 3 '09 at 13:08

This question came from our site for professional and enthusiast programmers.

3 Answers

Yes: It is the Fedora repositories. There may of course be differences between Fedora and Debian, since otherwise they wouldn't both exist.

And of course if you find something is missing, feel free to package it and submit it back to Fedora so that other people can take advantage of it too.

link|improve this answer
feedback

Fedora doesn't have the same central repository philosophy as Debian. It relies more on the upstream developers, so you can get newer packages at the theoreticaly risk of less compatibility. I typically recommend rpmforge to people, it's large and well enough used to be good quality.

link|improve this answer
feedback

The repo's I use are: google fedora rpmfusion-free-updates Dropbox rpmfusion-nonfree-updates rpmfusion-free adobe-linux-i386 updates google-chrome rpmfusion-nonfree

There are several others to choose from though. A quick google for the above should get you going though.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.