I had upgraded my Ubuntu 16.04 installation to 18.04 in 2020, but never checked the Linux kernel being used - it is still 3.13.0-57-generic! Now I need a newer Linux kernel because the iptables complain about the missing tables as there are no 3.13.xx modules any more in /lib/modules (only 4.x and 5.x)!
How can I ask Ubuntu to use a newer Linux kernel? (I'm a Linux beginner).
Output of "sudo apt-get update" is:
Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB]
Hit:2 http://ppa.launchpad.net/certbot/certbot/ubuntu bionic InRelease
Hit:3 https://repos.insights.digitalocean.com/apt/do-agent main InRelease
Hit:4 https://deb.nodesource.com/node_6.x bionic InRelease
Hit:5 http://ppa.launchpad.net/ondrej/nginx/ubuntu bionic InRelease
Hit:6 http://mirrors.digitalocean.com/ubuntu bionic InRelease
Hit:7 http://ppa.launchpad.net/ondrej/php/ubuntu bionic InRelease
Hit:8 https://repos-droplet.digitalocean.com/apt/droplet-agent main InRelease
Hit:9 http://ppa.launchpad.net/teejee2008/ppa/ubuntu bionic InRelease
Hit:10 http://mirrors.digitalocean.com/ubuntu bionic-updates InRelease
Hit:11 http://mirrors.digitalocean.com/ubuntu bionic-backports InRelease
Get:12 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1,198 kB]
Get:13 http://security.ubuntu.com/ubuntu bionic-security/universe i386 Packages [1,018 kB]
Fetched 2,305 kB in 1s (1,660 kB/s)
Reading package lists... Done
sudo apt-get update
. – user535733 May 16 '22 at 15:10