I am looking for something that resembles packages.debian.org Debian Package Browser only for CentOS 5 and/or RHEL 5 [Red Hat Enterprise Linux].
Asked
Active
Viewed 4.4k times
37
-
1It's not a web interface, but you can search packages and get metadata information with `yum search` and `yum info`. – mattdm Feb 25 '11 at 04:56
-
2You may also be interested in EPEL http://fedoraproject.org/wiki/EPEL – mattdm Feb 25 '11 at 04:57
-
It's interesting that Fedora has a [fairly good package browser](https://apps.fedoraproject.org/packages/). – Franklin Yu Aug 08 '18 at 18:40
4 Answers
22
Per my comment, I don't believe there is an equivalent to the "packages.debian.org" central package archive (with web interface) in CentOS.
It's something I think is really missing!
Coops
- 5,967
- 1
- 31
- 52
-
-
7I just wanted to find out what is the Python version in CentOS 5.8 -- it's incredibly hard to find out via google. A web-based package search engine would really be nice. – Jan-Philip Gehrcke May 23 '12 at 12:36
-
1@Jan-PhilipGehrcke I agree. I do find distrowatch useful though http://distrowatch.com/table.php?distribution=centos – Coops May 23 '12 at 13:49
21
https://pkgs.org/ provides a "Linux Packages Search" for several distributions, including CentOS 5–7.
simon04
- 325
- 2
- 5
5
People are working on one for CentOS. it is called Pandora. Currently, the best bet is to use a GUI based package manager running on CentOS itself in an X windows system (called yumex).
Update: http://rpm.pbone.net though cumbersome, allows searching the RPMs of various redhat-based distros
unixman83
- 1,912
- 8
- 25
- 33
-1
Well, I would advise you to hit up mirrors.centos.org if you are looking for the packages.
Mister IT Guru
- 1,158
- 3
- 15
- 35
-
Not the actual packages (the files) but a meta search engine like packages.debian.org – unixman83 Feb 23 '11 at 16:49
-
@unixman83 this is something I really miss when dealing with centos servers. The debian package archives are amazing in comparison, and I'm yet to find anything similar for centos. – Coops Feb 23 '11 at 16:56
-
@Coops, if you are saying there isn't currently one. Then if you could type that as an answer; I will consider it as the answer to my question. – unixman83 Feb 23 '11 at 16:59
-