14.04 - Is there automatically way to update the linux-image-extra pkg after the kernel is update? - Ask Ubuntu


i using ubuntu 16.04 on google cloud , sometime there kernel updated happen automatically .

i use server docker , when kernel updated docker service stops because of .

is there way cause installed automatically each time kernel updated ? , not run command :

sudo apt-get -y install linux-image-extra-$(uname -r) 

best regards.

i think if install linux-generic instead, you'll end linux-image-extra kernel version (it's dependency), , automatically updated future kernel updates.

sudo apt-get install -y linux-generic 

(this information based on reply here: https://askubuntu.com/a/896004/122097)


Comments

Popular posts from this blog

download - Firefox cannot save files (most of the time), how to solve? - Super User

windows - "-2146893807 NTE_NOT_FOUND" when repair certificate store - Super User

sql server - "Configuration file does not exist", Event ID 274 - Super User