You are not logged in.
Pages: 1
how to delete unused resident config files of uninstalled application using pacman
Offline
From the pacman entry in the wiki:
Note: Pacman will not remove configurations that the application itself creates (for example "dotfiles" in the home folder).
"Think for yourself and question authority." -T. Leary
Offline
If you are refering to .pacsave files that are sometimes left when a package is removed, you can remove them with :
pacman -Rn <package>
Offline
is there any pacman alternative that can do that
Last edited by jambi (2014-03-30 23:05:53)
Offline
I usualy use pacman -Rns to completely remove a program.
Offline
is there any pacman alternative that can do that
Pacman's options are documented in `man pacman`. You should read it.
Offline
You can use lostfiles to find `orphaned` files and delete them manually:
Offline
Pages: 1