Removing packages

Gordon Messmer yinyang at eburg.com
Sun Mar 26 19:51:07 UTC 2006


Ali Helmy wrote:
> 
> So how exactly do I list find and list all their rpms so that I can 
> remove them using rpm?

Determine the path:
$ which epiphany

Determine the package:
$ rpm -qf `which epiphany`

Remove the package:
$ yum remove `rpm -qf \`which epiphany\``





More information about the fedora-list mailing list