In Debian, there's at least two ways to delete a package:
apt-get remove pkgnameapt-get purge pkgname
The first preserves system-wide config files (i.e. those found in "/etc"), while the second doesn't.
What is Fedora's equivalent of the second form, purge? Or maybe I should rather ask if yum remove pkgname actually preserves config files.