How do I download the desktop version of Ubuntu 21.10 for ARM?

Solution 1:

Personally, I would try the Pi image first as it's probably compatible with any ARM device.

Alternatively, after you install the server image, you can use the tasksel command to install the desktop environment.

The tasksel interface is very straight forward. Use the arrow keys and space bar to select items (Ubuntu Desktop) However, do not install any of the ones listed as "live" desktops! Then, use tab and enter to select OK, similar to legacy BIOS interface.

sudo apt update
sudo apt dist-upgrade
sudo tasksel

There are also a number of other groups of packages to install as well (media tools and other neat stuff).


Again, install the server first. After the installation, boot up the server use the tasksel command to install the desktop environment.

Additionally, if you get command not found, just install tasksel:

sudo apt update
sudo apt install tasksel
sudo tasksel