7

I have been using Ubuntu Studio for a number of years on old laptops and have always installed it via USB. However, I have splashed out on a purpose built Ubuntu Laptop and 20.04.2LTS came pre-installed.

My query is, is there an easy way to "convert" the installation to Ubuntu Studio?

I found this Installing Ubuntu Studio but its 7 years old and i don't really want to break anything.

Thanks Ed

2 Answers2

6

The process of Ubuntu Studio installation is straight-forward.
You need to install relevant main task-package by

sudo apt-get install ubuntustudio-desktop^

If you know your own creativity area, then install more tasks:

Task Package Purpose
ubuntustudio-audio^ Audio recording and editing suite
ubuntustudio-fonts^ Large selection of font packages
ubuntustudio-graphics^ 2D/3D creation and editing suite
ubuntustudio-photography^ Photograph touchup and editing suite
ubuntustudio-publishing^ Publishing applications
ubuntustudio-video^ Video creation and editing suite
N0rbert
  • 103,263
2

For this purpose the package ubuntustudio-installer exists:

sudo apt install ubuntustudio-installer

and run the installer.

mook765
  • 18,644