I know why they're listed as held-back, and I know what I want to do to get them updated, but I've got like 100 or more packages that are held-back so it's not a simple matter of copy/pasting the list from the apt-get upgrade
command because of the multiple lines and multiple screens worth of packages.
How can I streamline this from my current solution of copy/pasting just some of them at a time?
dist-upgrade
is. I have used it many times. Make sure that you pay attention to it wanting to install and not remove TONS of packages. Plus, without usingdist-upgrade
there is no way to go to the next point release, i.e. 16.04.1 to 16.04.2 without manually downloading the next release from the site. – Terrance Sep 23 '16 at 17:36