User Tools

Site Tools


packages:remove_config_files

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
packages:remove_config_files [2016/07/04 08:26] – created peterpackages:remove_config_files [2019/12/01 12:03] (current) – removed peter
Line 1: Line 1:
-====== Packages - Remove Config Files ====== 
- 
-If you uninstall stuff with **apt-get remove** sometimes Debian does not removes config files and they also take up space.  Now you can just use **apt-get purge** but I tend to forget that every time.  This command lists all the packages which are removed but still have config files on your system: 
- 
-<code bash> 
-dpkg --list | grep '^rc ' 
- 
-rc binutils     2.20.1-15           The GNU assembler, linker and binary utilities 
-rc dbus         1.2.24-3            simple interprocess messaging system 
-rc dpkg-dev     1.15.8.5            Debian package development tools 
-rc erlang-base  1:14.a-dfsg-2       Erlang/OTP virtual machine and base applications 
-rc fakeroot     1.14.4-1            Gives a fake root environment 
-</code> 
- 
-Now, just to make sure check the output and then remove the config files with this command: 
- 
-<code bash> 
-dpkg --list | grep '^rcb' | awk '{ print $2 }' | xargs dpkg -P 
-</code> 
  
packages/remove_config_files.1467620762.txt.gz · Last modified: 2020/07/15 09:30 (external edit)

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki