Installing Zorin OS Core (not Lite) in ARM64

Getting the ISO

Installing Ubuntu Server 22.04 ARM

Adding the repos

  • After installing it add the Zorin stable and GNOME 43 testing repos:
    sudo add-apt-repository ppa:zorinos/stable
    sudo add-apt-repository ppa:zorinos/gnome-shell-43-testing

  • Refresh apt and install the desktop
    sudo apt update
    sudo apt install zorin-os-desktop -y

  • Reboot system
    sudo reboot

Optional: Install Firefox ESR

  • The Zorin OS desktop meta package does not include the Firefox browser. This is how to do it manually.
    sudo add-apt-repository ppa:mozillateam/ppa
    sudo apt update && sudo apt install firefox-esr

This worked for me in my QEMU ARM64 VM in my MacBook Air M1.

Welcome to the forums. I have moved your thread to tutorials & Guides.

1 Like

You can add the Mozilla-own Repo for this.

1 Like