On Ubuntu 18.04 (or 20.04, etc) will install recommended packages along with apt-get install
, I understand that depended packages should be installed, but why recommended? who decides the recommendation?
But I guess there will be a valid reason, what are the reasons?
apt
- whether or not it should install recommended packages by default. – Artur Meinild Oct 13 '22 at 06:33--no-install-recommends
if you like,--install-suggests
etc... Refer to the reference manual page on your system (eg.man apt-get
) – guiverc Oct 13 '22 at 06:35