Hi How can I install rrdtool rpm? lt seems that this is only available in fedora How can I know what is this execution file eg: system-config-network coming from which rpm? Thank you --------------------------------- Looking for the perfect gift? Give the gift of Flickr! -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.centos.org/pipermail/centos/attachments/20081209/fcb73048/attachment-0003.html>
Chloe K wrote on Tue, 9 Dec 2008 08:03:12 -0500 (EST):> How can I install rrdtool rpm? lt seems that this is only available in fedorarpmforge> > How can I know what is this execution file eg: system-config-network coming from which rpm?yum whatprovides Kai -- Kai Sch?tzl, Berlin, Germany Get your web at Conactive Internet Services: http://www.conactive.com
chloe K wrote:> Hi > > How can I install rrdtool rpm? lt seems that this is only available in > fedoraChloe, As Kai Schaetzl said, rpmforge. For help on configuring that repo see: http://wiki.centos.org/AdditionalResources/Repositories/RPMForge> How can I know what is this execution file eg: > system-config-network coming from which rpm?Perhaps this is what you're looking for: # which system-config-network /usr/sbin/system-config-network # rpm -qf /usr/sbin/system-config-network system-config-network-tui-1.3.99.10-2.el5 Or as a one-liner: # rpm -qf $(which system-config-network)> Thank youHTH Phil