I chose the "minimal install" option, so I don't have libreoffice
and probably other things:
# apt list libreoffice
Listing... Done
libreoffice/focal-updates 1:6.4.6-0ubuntu0.20.04.1 amd64
ubuntu-desktop
is installed though:
# apt list ubuntu-desktop*
Listing... Done
ubuntu-desktop-minimal/focal-updates,now 1.450.2 amd64 [installed]
ubuntu-desktop/focal-updates,now 1.450.2 amd64 [installed]
This also does nothing:
# apt install ubuntu-desktop --install-recommends
Reading package lists... Done
Building dependency tree
Reading state information... Done
ubuntu-desktop is already the newest version (1.450.2).
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Is there a metapackage that includes the full install of Ubuntu?
apt-config dump | grep Recommend
and ofapt-config dump | grep Suggest
– user535733 Feb 26 '21 at 04:33ubuntu-desktop
(even without --install-recommends). On my 20.04 test rig, it works properly. Not sure why it's not working on yours; seems to defy logic. Next step to try issudo apt install --reinstall ubuntu-desktop
– user535733 Feb 26 '21 at 05:14--install-recommends
makes no difference either. Maybe "reinstall" behaves differently from "install" ? – MWB Feb 26 '21 at 05:43ubuntu-desktop
's Recommends list. – MWB Feb 26 '21 at 06:42ubuntu-desktop
. You somehow installed it without the recommends, so the dupe tells you how to get those recommends and install them. – muru Feb 26 '21 at 07:06