You are here

ubuntu packages can be upgraded. Run apt list --upgradable

apt list --upgradable

Then (if desired) they can be upgraded one at a time with:

apt install --only-upgrade [packagename]
Topic: