Remove all RC files as listed in dpkg

dpkg -l | grep ^rc | cut -d’ ‘ -f3| sudo xargs dpkg -P

Leave a Reply