Just installed 18.04 using the minimal install. A great option!
But then I ran sudo apt update and it showed 179 packages can be upgraded. I suspect that it will then add back all the stuff that I don't need.
How do I just upgrade the current minimal installation? Or, how do I select what is to be upgraded or the converse, not upgraded?
apt updateagain, and read the output carefully, you will see how to list the upgradable packages. Usedpkg -l | grep <packagename>to wander that list and prove to yourself that it's merely and upgrade to an already-installed package. – user535733 Oct 07 '18 at 17:16