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\``