Guest User

Untitled

a guest
Oct 20th, 2018
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.05 KB | None | 0 0
  1. $ dpkg -l | grep linux-image
  2. ii linux-image-4.15.0-36-generic 4.15.0-36.39 amd64 Signed kernel image generic
  3. ii linux-image-generic 4.15.0.36.38 amd64 Generic Linux kernel image
  4.  
  5. $ ls -al /boot
  6. total 92545
  7. drwxr-xr-x 5 root root 3072 Oct 6 10:04 .
  8. drwxr-xr-x 26 root root 4096 Oct 3 14:54 ..
  9. -rw-r--r-- 1 root root 1537610 Aug 27 10:45 abi-4.15.0-34-generic
  10. -rw-r--r-- 1 root root 1537821 Sep 24 10:08 abi-4.15.0-36-generic
  11. -rw-r--r-- 1 root root 216905 Aug 27 10:45 config-4.15.0-34-generic
  12. -rw-r--r-- 1 root root 216954 Sep 24 10:08 config-4.15.0-36-generic
  13. drwx------ 3 root root 4096 Dec 31 1969 efi
  14. drwxr-xr-x 5 root root 1024 Oct 12 08:36 grub
  15. -rw-r--r-- 1 root root 15422137 Sep 2 14:30 initrd.img-4.13.0-19-generic
  16. -rw-r--r-- 1 root root 58504792 Oct 6 10:04 initrd.img-4.15.0-36-generic
  17. drwx------ 2 root root 12288 Jul 29 2015 lost+found
  18. -rw-r--r-- 1 root root 182704 Jan 28 2016 memtest86+.bin
  19. -rw-r--r-- 1 root root 184380 Jan 28 2016 memtest86+.elf
  20. -rw-r--r-- 1 root root 184840 Jan 28 2016 memtest86+_multiboot.bin
  21. -rw-r--r-- 1 root root 0 Aug 27 10:45 retpoline-4.15.0-34-generic
  22. -rw-r--r-- 1 root root 0 Sep 24 10:08 retpoline-4.15.0-36-generic
  23. -rw------- 1 root root 4044038 Aug 27 10:45 System.map-4.15.0-34-generic
  24. -rw------- 1 root root 4046393 Sep 24 10:08 System.map-4.15.0-36-generic
  25. -rw------- 1 root root 8277752 Sep 24 11:54 vmlinuz-4.15.0-36-generic
  26.  
  27. $ sudo apt-get autoremove linux-image-4.15.0-34-generic
  28. [sudo] password for matt:
  29. Reading package lists... Done
  30. Building dependency tree
  31. Reading state information... Done
  32. Package 'linux-image-4.15.0-34-generic' is not installed, so not removed
  33. ...
  34.  
  35. $ sudo update-grub
  36. Generating grub configuration file ...
  37. Found linux image: /boot/vmlinuz-4.15.0-36-generic
  38. Found initrd image: /boot/initrd.img-4.15.0-36-generic
  39. Adding boot menu entry for EFI firmware configuration
  40. done
Add Comment
Please, Sign In to add comment