Hello,
run

# rpm -qa | grep caching-nameserver

it shows the whole package name.
Uninstall it using

# rpm -e <package name>

or

remove it using yum (recommended)

yum remove <package name>


On Wed, Aug 6, 2008 at 1:24 AM, R P Herrold <[EMAIL PROTECTED]> wrote:

> 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
>
> _______________________________________________
> CentOS mailing list
> CentOS@centos.org
> http://lists.centos.org/mailman/listinfo/centos
>



-- 
Thanks and Regards,
Kapil Singh Kushwah
Linux System Administrator
Hotwax Media Inc.
Indore,(M.P) INDIA
_______________________________________________
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos

Reply via email to