I have installed Ubuntu 16.04 in April, but since I have barely received any system updates (the ones popping up automatically with the Software Updater
).
When checking the kernel version with uname -r
I get 4.4.0-21-generic
which according to this list here seems pretty out of date.
By trying to run an update manually with apt upgrade
and apt update
I receive:
sudo apt upgrade
Reading package lists... Done
Building dependency tree
Reading state information... Done
Calculating upgrade... Done
The following packages have been kept back:
hostapd
0 upgraded, 0 newly installed, 0 to remove and 1 not upgraded.
sudo apt update
Hit:1 http://ftp.lysator.liu.se/ubuntu xenial InRelease
Ign:2 http://dl.google.com/linux/chrome/deb stable InRelease
Hit:3 http://dl.google.com/linux/chrome/deb stable Release
Hit:4 http://archive.canonical.com/ubuntu xenial InRelease
Hit:5 http://ppa.launchpad.net/nilarimogard/webupd8/ubuntu xenial InRelease
Reading package lists... Done
Building dependency tree
Reading state information... Done
1 package can be upgraded. Run 'apt list --upgradable' to see it.
sudo apt list --upgradable
Listing... Done
hostapd/xenial 1:2.4-0ubuntu6 amd64 [upgradable from: 1:1.0-3ubuntu2.1]
N: There is 1 additional version. Please use the '-a' switch to see it
Are there really any updates to install or is my system not finding them anymore?