/ Published in: Bash
Expand |
Embed | Plain Text
dpkg -l | grep ^rc | cut -d' ' -f3| sudo xargs dpkg -P
You need to login to post a comment.
dpkg -l | grep ^rc | cut -d' ' -f3| sudo xargs dpkg -P
You need to login to post a comment.