When I do yum remove, it sometimes keeps a package's configuration files.
Is there anyway to remove a package completely, without keeping any file that belonged to the package?
I am running CentOS.
Thank you.
|
Check the There says: In any event, the command syntax for package removal is:
As noted above, it removes package1 and all packages in the dependency tree that depend on package1, possibly irreversibly as far as configuration data is concerned. As a quick way you can try:
Also here is an interesting The one that keeps configs in a backup is What you can do is find out what is in a rpm using:
or
then, you can manually make the modifications you want. Hope this helps! |
|||||||
|
rpm -qf ~/.mozillaand it will report that that file is not part of any package. – ZaSter Feb 8 at 22:37