I tried to install Ubuntu 20.04 desktop on my Raspberry Pi 4, but the ISO image is not found on the official website.
Is this image unavailable already ?
33 Answers
There never was a specific desktop version of Ubuntu 20.04 for Raspberry Pi. Instead, you have to install the server version of Ubuntu 20.04, and when that is installed, you install the desktop environment with this command:
sudo apt-get install ubuntu-desktop 1 As a follow up to your question: Please note that on the official download page that you refer to you will not find every possible Ubuntu version there is. For that have a look at Ubuntu releases. There it is quite easy to find e.g. a 64 bit AArch64 server for Ubuntu 20.04.1 or what ever your heart desire.
I believe you may be looking in the wrong place, this is what you're looking for:
1