In on 18.04, I've updated to linux kernel 5 using sudo apt install --install-recommends linux-generic-hwe-18.04 xserver-xorg-hwe-18.04
Now, when do a apt-get dist-upgrade
It downloads both kernel 4.15.0-X & 5.0.0-X but ends up using 5.0.0-X. Now how do I prevent dist-upgrade
to download 4.15.0-x
? is it even required?
linux-generic
will be removed by either of the other. – Pilot6 Sep 03 '19 at 17:18