Changes between Version 36 and Version 37 of ventana/ubuntu


Ignore:
Timestamp:
04/16/2019 06:42:00 PM (5 years ago)
Author:
Tim Harvey
Comment:

fixed typo

Legend:

Unmodified
Added
Removed
Modified
  • ventana/ubuntu

    v36 v37  
    411411 - use {{{apt-get search linux-image}}} to determine what Ubuntu kernel versions are available
    412412
    413 If you want to clean out old kernels no longer used you can use {{{apt list --instealled | 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:
     413If 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:
    414414{{{#!bash
    415415apt purge linux-image-4.15.0-42-generic linux-modules-4.15.0-42-generic linux-headers-4.15.0-42