Ubuntu Studio only offers amd64 downloads. These can run in a VM in emulation mode which is slow. The sequence to install an equivalent system in arm64 is the following:
- Install Ubuntu Server LTS (currently 22.04.4).
- Update apt:
sudo apt update && sudo apt upgrade
- Install Kde desktop:
sudo apt install kde-plasma-desktop
- Install Ubuntu Studio Installer:
sudo apt install ubuntustudio-installer
-
Run it, select the desired components and install.
-
Install color management System Preferences plugin:
sudo apt install colord-kde
- Restart.
See the main source for more options: https://phoenixnap.com/kb/how-to-install-a-gui-on-ubuntu.