Removing packages with aptitude or apt-get keeps some configuration and temp files on disk.
to purge them (to get rid of these configuration files) execute:
dpkg -l |awk ‘/^rc/ {print $2}’ |xargs sudo dpkg --purge
to purge them (to get rid of these configuration files) execute:
dpkg -l |awk ‘/^rc/ {print $2}’ |xargs sudo dpkg --purge
Powered by 123ContactForm | Report abuse
Provided by: ForthScale systems, scalable infrastructure experts
No comments:
Post a Comment