Greetings all-
Over the years, I've become incredibly spoiled by 'packages.debian.org' which allows me to search for a package, view it's description, download it, see dependencies, see similar packages, etc...
Does such a site or resource exist for CentOS?
Tim Nelson Systems/Network Support Rockbochs Inc. (218)727-4332 x105
On 17.5.2010 18.03, Tim Nelson wrote:
Greetings all-
Over the years, I've become incredibly spoiled by 'packages.debian.org' which allows me to search for a package, view it's description, download it, see dependencies, see similar packages, etc...
Does such a site or resource exist for CentOS?
You could start with
yum info <packagename>.
See man yum for more (yum whatprovides...).
- Jussi
On 05/17/2010 04:03 PM, Tim Nelson wrote:
Greetings all-
Over the years, I've become incredibly spoiled by 'packages.debian.org' which allows me to search for a package, view it's description, download it, see dependencies, see similar packages, etc...
Does such a site or resource exist for CentOS?
I wrote a small ruby app that parsed yum metadata and can easily export that via a json or REST interface, but never made it to be a webUI since my web interface skills are a bit lacking.
If there is real interest in something of this nature, I can prolly export something like this using a small sinatra.rb app - would someone be willing to help with the ui stuff ?
- KB
On 05/17/2010 02:13 PM, Karanbir Singh wrote:
If there is real interest in something of this nature, I can prolly export something like this using a small sinatra.rb app - would someone be willing to help with the ui stuff ?
There's already repoview: https://fedorahosted.org/repoview/
On Tue, May 18, 2010 at 3:46 AM, Gordon Messmer yinyang@eburg.com wrote:
On 05/17/2010 02:13 PM, Karanbir Singh wrote:
If there is real interest in something of this nature, I can prolly export something like this using a small sinatra.rb app - would someone be willing to help with the ui stuff ?
There's already repoview: https://fedorahosted.org/repoview/ _______________________________________________ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
Repoview doesn't provide search; also it doesn't show dependencies and so on...