Web Hosting Talk







View Full Version : Updating linux top program


PhilG
06-18-2004, 07:46 PM
Well I've tried searching but the word TOP brings in to many results so I will ask here.

How do I update my top program on my linux box? which RPM does it belong to?

PhilG
06-18-2004, 08:26 PM
Found it :-)

procps

zupanm
06-18-2004, 10:48 PM
you can run this command next time to find what rpm it belongs to

rpm -qf `which top`

PhilG
06-18-2004, 11:49 PM
Thanks zupanm that is a real handy command.

eth00
06-18-2004, 11:52 PM
www.freshmeat.net

very good site for searching for this type of thing :)