2

I really like the Ubuntu Studio Linux distribution on AMD/Intel-based CPUs. However, I would like to run Ubuntu Studio on my ARM-based ODROID M1. Are there any plans to port Ubuntu Studio to ARM-based CPUs?

If not, what other similar Linux distributions would be good to use on an ODROID M1?

Trevor Sullivan
  • 233
  • 1
  • 3
  • 14

1 Answers1

1

Try this:

  • Install and run Ubuntu for ARM.

  • Then

    $ sudo apt install tasksel
    $ sudo tasksel install ubuntustudio-desktop
    # OR
    $ sudo tasksel install ubuntustudio-desktop-core
    

More information here.

NotTheDr01ds
  • 17,888