Changes between Version 36 and Version 37 of ventana/ubuntu
- Timestamp:
- 04/16/2019 06:42:00 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ventana/ubuntu
v36 v37 411 411 - use {{{apt-get search linux-image}}} to determine what Ubuntu kernel versions are available 412 412 413 If you want to clean out old kernels no longer used you can use {{{apt list --inst ealled | grep linux}} to list installed packages and remove them (remove linux-headers, linux-image, linux-modules for example). For example if you want to remove the 4.15.0-42-generic packages:413 If you want to clean out old kernels no longer used you can use {{{apt list --installed | grep linux}}} to list installed packages and remove them (remove linux-headers, linux-image, linux-modules for example). For example if you want to remove the 4.15.0-42-generic packages: 414 414 {{{#!bash 415 415 apt purge linux-image-4.15.0-42-generic linux-modules-4.15.0-42-generic linux-headers-4.15.0-42