Remove all RC files as listed in dpkg


/ Published in: Bash
Save to your folder(s)



Copy this code and paste it in your HTML
  1. dpkg -l | grep ^rc | cut -d' ' -f3| sudo xargs dpkg -P

URL: http://www.linuxquestions.org/questions/debian-26/how-do-i-get-rid-of-those-rc-packages-as-seen-in-dpkg-l-output-418956/

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.