I wish to have Jammy Jellyfish GUI available for use on a Ubuntu Server 22.04 LTS.
On an Oracle VM(v6.1.14) I have successfully installed Ubuntu Server 22.04 LTS (.iso downloaded from https://ubuntu.com/download/server and Option 2 was selected). The installation of Ubuntu Server 22.04 LTS went without a hitch.
Next, from the CLI, I installed tasksel
and when I run tasksel --list-task
I get the following image which does not have the Ubuntu Jammy Jellyfish GUI listed. Debian is the default GUI and Debian is also installed when I choose GNOME or GNOME Flashback
This is a list of the options available. Jammy Jellyfish does not seem to be an available option. tasksel --list-task options
Any ideas, anyone, please,
Tommy.
^
to install a task (sudo apt install {task}^
will have the text underneath it show it is going to install a task. " Jammy Jellyfish does not seem to be an available option. " it never will. You install a task in an operating system, not an operating system. So the task can be budgie-desktop and when on Jammy will install Jammy's version – Rinzwind Jul 22 '22 at 10:33sudo apt-get install --no-install-recommends ubuntu-desktop
orsudo aptitude install --without-recommends ubuntu-desktop
is an excellent addition, one that I will be trying. – Tommy Gibbons Jul 25 '22 at 07:44sudo apt install ubuntu-desktop
on VMs on 3 different machines last Friday, all successful. Question that arises now is why in Ubuntu Server 22.04 Ubuntu Desktop is not the default GUI? Why was this changed from 20.04? – Tommy Gibbons Jul 25 '22 at 07:54