You are not logged in.

#1 2013-04-12 15:56:42

felipense
Member
Registered: 2013-04-05
Posts: 62

Delete program config from packages deleted

The command

pacman -Rn <pkg>

doesn't remove

~/.<program-name>

folders. is there any form delete the unneeded .config folders?

Last edited by felipense (2013-04-12 15:57:18)

Offline

#2 2013-04-12 15:59:27

msthev
Member
Registered: 2012-04-05
Posts: 177

Re: Delete program config from packages deleted

$ rm -r <unneeded files>

Offline

#3 2013-04-12 16:16:42

tomk
Forum Fellow
From: Ireland
Registered: 2004-07-21
Posts: 9,839

Re: Delete program config from packages deleted

pacman never touches your $HOME, that's your responsibility.

Read man pacman for full details about the -n/--nosave flag.

Offline

#4 2013-04-12 16:24:46

drcouzelis
Member
From: Connecticut, USA
Registered: 2009-11-09
Posts: 4,092
Website

Re: Delete program config from packages deleted

There are packages in the AUR that can assist you. Search for things like "dotfiles". In my opinion, it's easier to just remove the ones you know you don't need.

This command will help you by telling you which directories take up the most space:

du -s .??* | sort -n

Offline

Board footer

Powered by FluxBB