Score:5

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

ar flag

For Ubuntu 20.04, there is this page which has links for Ubuntu desktop for both x86_64 (amd64) and ARM64. This installs fine, but I am having trouble installing libraries so I'm going to try another version.

For Ubuntu 21.10, I found this page which has links for server images and a link for a Raspberry Pi version, but I am not using a Raspberry Pi and am looking for an ISO for installing on a general-purpose ARM device like with the 20.04 image.

For Ubuntu 22.04, I found this page with preview images but I am guessing that they are not very stable for general-purpose usage. It does look like what I'm looking for, but Parallels is not able to boot it.

Is there a way to download the desktop version of Ubuntu 21.10 Impish Indri for ARM?

us flag
AFAIK, there is no preinstalled desktop image for ARM machines other than a Raspberry Pi. You can either try the image for RPi in your generic ARM machine and hope that it would work, or, use the server image, and install a desktop environment with `sudo apt install ubuntu-desktop^` or `sudo apt install xubuntu-desktop^` and so on.
Score:6
bo flag

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
mchid avatar
bo flag
This method of installation is sometimes preferred because the server iso is smaller and faster to install. There's no GUI to slow down the installation.
Aaron Franke avatar
ar flag
Thank you, this works great! `tasksel` is a very nice tool. I got the live server install image for Ubuntu 21.10 for ARM, then installed it, then used `tasksel`, then rebooted and the GUI was immediately working. I was able to easily install Clang unlike with Ubuntu 20.04.
mchid avatar
bo flag
There is a bug in tasksel. NEVER remove packages using tasksel. Doing so may remove your entire system. Tasksel is completely safe to use to install packages but do NOT use tasksel to remove stuff.
mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.