I have an AWS instance running 4.4.0-1037-aws #40-Ubuntu. When I login in get:
109 packages can be updated. 89 updates are security updates.
How do I preview which these are? and How do I install them?
Regards
Tariq
I have an AWS instance running 4.4.0-1037-aws #40-Ubuntu. When I login in get:
109 packages can be updated. 89 updates are security updates.
How do I preview which these are? and How do I install them?
Regards
Tariq
To preview (edited the answer linked in user535733 comment: no sudo needed, and shouldn't escape $
):
apt list --upgradable | grep "$(lsb_release -cs)-security"
To install:
sudo apt upgrade