On Tue, Jul 29, 2003 at 02:18:37AM +0000, Ben Sewell wrote:
> I remeber rpm -e but no idea what the package is called.

$ rpm -qa | egrep 'apache|http'
$ locate http

Given one of the package file names, you can then use something like:
$ rpm -qf /usr/sbin/httpd

-- 
Ed Wilts, Mounds View, MN, USA
mailto:[EMAIL PROTECTED]
Member #1, Red Hat Community Ambassador Program


-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list

Reply via email to