2

When I login to my 14.04.4 LTS VPS I see the standard system info along with:

7 packages can be updated
7 updates are security updates

When I run apt-get update/upgrade these packages remain uninstalled.

How do I install these packages? Do I need to install these packages? What's the deal?

Thanks!

1 Answers1

1

Solution to held back message is to directly do updates to listed packages held (all of them)

sudo apt-get install linux-generic linux-headers-generic linux-image-generic

... then afterword re-issue your original command