I'm investigating what I will need on new computers I will set up. For this purpose I installed Ubuntu with the minimal option in a VM. I found that ubuntu-desktop-minimal
and ubuntu-desktop
are installed. Which brings up the question: How do I install the full desktop and could I revert this action?
Both meta packages are built from ubuntu-meta
, so I downloaded it and compared some of the contained files:
--- ubuntu-meta/ubuntu-meta-1.440/desktop-minimal-recommends-amd64
+++ ubuntu-meta/ubuntu-meta-1.440/desktop-recommends-amd64
@@ -1,15 +1,20 @@
acpi-support
+aisleriot
app-install-data-partner
apport-gtk
avahi-autoipd
avahi-daemon
+baobab
bluez
bluez-cups
+branding-ubuntu
brltty
+cheese
cups
cups-bsd
cups-client
cups-filters
+deja-dup
dirmngr
eog
evince
@@ -36,16 +41,21 @@
gir1.2-gmenu-3.0
gnome-accessibility-themes
gnome-bluetooth
+gnome-calendar
gnome-disk-utility
gnome-font-viewer
gnome-getting-started-docs
gnome-initial-setup
gnome-keyring
+gnome-mahjongg
+gnome-mines
gnome-power-manager
gnome-screenshot
gnome-software-plugin-snap
+gnome-sudoku
gnome-system-monitor
gnome-terminal
+gnome-todo
gpg-agent
gsettings-ubuntu-schemas
gvfs-fuse
@@ -61,6 +71,14 @@
libpam-gnome-keyring
libproxy1-plugin-gsettings
libproxy1-plugin-networkmanager
+libreoffice-calc
+libreoffice-gnome
+libreoffice-impress
+libreoffice-math
+libreoffice-ogltrans
+libreoffice-pdfimport
+libreoffice-style-breeze
+libreoffice-writer
libwmf0.2-7-gtk
memtest86+
mousetweaks
@@ -85,14 +103,25 @@
printer-driver-sag-gdi
printer-driver-splix
pulseaudio-module-bluetooth
+remmina
+rhythmbox
seahorse
+shotwell
+simple-scan
snapd
speech-dispatcher
system-config-printer
+thunderbird
+thunderbird-gnome-support
+totem
+transmission-gtk
ubuntu-docs
ubuntu-report
ubuntu-software
ubuntu-wallpapers
+ubuntu-web-launchers
+usb-creator-gtk
+vino
whoopsie
xcursor-themes
xdg-desktop-portal-gtk
I guess this is the list of packages that differs from minimal to full desktop?
I tried sudo apt install --install-recommends ubuntu-desktop
but that had no effect.
Okay I got it. You need to remove
ubuntu-desktop-minimal
:Then install
ubuntu-desktop
:And moving back to minimal by installing
ubuntu-desktop-minimal
and then removingubuntu-desktop
also works: