Guest User

Untitled

a guest
Dec 17th, 2017
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. apt list --installed "linux-image-*" | cut -d/ -f1
  2.  
  3. WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
  4.  
  5. Listing...
  6.  
  7. dpkg-query --showformat='${Package}n' --show "linux-image*"
  8.  
  9. dpkg-query --list "linux-image-*" | grep "ii"
Add Comment
Please, Sign In to add comment