Basically I would like to know if there's is an actual web page that can be searched for the programs available under yum. I have yumex and I've tried using it but its super slow to search (sometimes it takes 5 minutes) and I would like some webpage or other method of doing a search.

thanks,

link|improve this question
Debian and Gentoo have an online package index...I'd be surprised if yum doesn't have one too. I can't find it though :( – marcusw May 9 '10 at 19:34
feedback

migrated from stackoverflow.com May 9 '10 at 18:23

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

1 Answer

I'm not sure if you just want a big list/overview of all available packages or that you're specifically searching for something like "ftp".

In the latter you could use

yum search ftp

or any other terms you want to search for.

If you use YUM under Fedora core you can also look here -> Fedora Package DB

link|improve this answer
feedback

Your Answer

 
or
required, but never shown