Advertisement
Guest User

Untitled

a guest
Jul 10th, 2015
162
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. $ dpkg -l | awk '$1 ~ /linux-image/ {print$2}' | xargs sudo apt-get -y purge
  2. Reading package lists... Done
  3. Building dependency tree
  4. Reading state information... Done
  5. The following packages were automatically installed and are no longer required:
  6. wireless-regdb nvidia-settings-319 crda
  7. Use 'apt-get autoremove' to remove them.
  8. 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement