I installed build-essential
by running sudo apt install build-essential
. It was already installed and got the message:
build-essential set to manually installed
When running this command the second time this message disappeared (which makes sense).
What i do not understand: afaik all packages are always installed by using apt. Where does the message "build-essential set to manually installed" come from? When is a package flagged as manually installed?