less than 1 minute read

  1. Download and install Ubuntu Server Arm iso file.

  2. Follow the installer and login to the Ubuntu Server virtual machine.

  3. Remove unnecessary Ubuntu Server packages and download Ubuntu desktop:
    sudo apt purge --autoremove ubuntu-server -y && sudo apt-get install --no-install-recommends ubuntu-desktop -y && sudo reboot
    
  4. Once rebooted, fix dark mode:
    sudo apt purge ubuntu-session yaru-theme-gnome-shell yaru-theme-gtk yaru-theme-icon yaru-theme-sound && sudo apt install ubuntu-session yaru-theme-gnome-shell yaru-theme-gtk yaru-theme-icon yaru-theme-sound
    
  5. Enjoy a bloatware-free and lightweight Ubuntu ARM desktop

Categories:

Updated: