If you do "dpkg -l", sometimes you will get to see a long list of packages with the following details:
To remove these packages, do the following:
- rc package-name 0.4-3 package-details
To remove these packages, do the following:
- sudo dpkg --purge package-name
- dpkg -l | grep ^rc | cut -d ' ' -f3 | xargs sudo dpkg --purge
0 comments:
Post a Comment