[CentOS] RPM Uninstall

Tue Aug 5 19:54:26 UTC 2008
R P Herrold <herrold at owlriver.com>

On Tue, 5 Aug 2008, Matt wrote:

> I am wanting to uninstall an rpm off my CentOS 4.6 box.  Namely
> caching-nameserver.  Is there anywhere I can look at the uninstall
> script to see what it all does on its way out?

Run as an unpriv'd user:

 	rpm -q --scripts caching-nameserver

will show them to you, without running them

-- Russ herrold