Skip to content

Instantly share code, notes, and snippets.

@nicnilov
Last active March 9, 2024 12:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nicnilov/d7250b828b4f7082b9454e0a799f7d7b to your computer and use it in GitHub Desktop.
Save nicnilov/d7250b828b4f7082b9454e0a799f7d7b to your computer and use it in GitHub Desktop.
Virtualized Ubuntu Studio on Arm64

Virtualized Ubuntu Studio on Arm64

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:

  1. Install Ubuntu Server LTS (currently 22.04.4).
  2. Update apt:
sudo apt update && sudo apt upgrade
  1. Install Kde desktop:
sudo apt install kde-plasma-desktop
  1. Install Ubuntu Studio Installer:
sudo apt install ubuntustudio-installer
  1. Run it, select the desired components and install.

  2. Install color management System Preferences plugin:

sudo apt install colord-kde
  1. Restart.

See the main source for more options: https://phoenixnap.com/kb/how-to-install-a-gui-on-ubuntu.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment