Wednesday 23 May 2007

"Upgrade" to Ubuntu Studio.

So, seeing as it gets asked in the forums a lot, I thought I'd stick a guide here on how to "upgrade" from regular Ubuntu 7.04 (Feisty Fawn) to Ubuntu studio. This gives you the option of converting your regular Feisty install to Studio (meaning you don't lose any configuration, etc that you would doing a fresh install) or it's for if you don't have the option of burning the Studio .iso to DVD (either you don't have a DVD burner, you can't manage to download the .iso or you just don't want to waste a whole DVD on 900MB). So here goes.

First add the Ubuntu Studio repositories by running these two commands:

# sudo su -c 'echo deb http://archive.ubuntustudio.org/ubuntustudio feisty main >> /etc/apt/sources.list'
# wget -q http://archive.ubuntustudio.org/ubuntustudio.gpg -O- | sudo apt-key add - && sudo apt-get update

Then use your preferred method (synaptic, apt-get, aptitude, etc) to install these packages:

ubuntustudio-desktop
ubuntustudio-audio
ubuntustudio-audio-plugins
ubuntustudio-graphics
ubuntustudio-video
ubuntustudio-artwork
ubuntustudio-gdm-theme
ubuntustudio-icon-theme
ubuntustudio-look
ubuntustudio-session-splashes
ubuntustudio-sounds
ubuntustudio-screensaver
ubuntustudio-theme
ubuntustudio-wallpapers
usplash-theme-ubuntustudio
wired


If you just want to copy and paste, chuck this (yes, the whole damn line) into a command line:

# sudo apt-get install ubuntustudio-desktop ubuntustudio-audio ubuntustudio-audio-plugins ubuntustudio-graphics ubuntustudio-video ubuntustudio-artwork ubuntustudio-gdm-theme ubuntustudio-icon-theme ubuntustudio-look ubuntustudio-session-splashes ubuntustudio-sounds ubuntustudio-screensaver ubuntustudio-theme ubuntustudio-wallpapers usplash-theme-ubuntustudio wired

Or if you just want audio stuff (no themes, etc):

# sudo apt-get install ubuntustudio-desktop ubuntustudio-audio ubuntustudio-audio-plugins wired

Though it would really be a hell of a lot simpler just to fire up Synaptic and do a search for "ubuntustudio" and then "wired".

This is adapted from ep2011's post in this thread.

I also recommend checking out LMMS, it's a programme similar to Fruity Loops and is pretty simple to use and can yield some great results. It's not in Ubuntu's simplified "add/remove programmes" app, you have to either get it via synaptic or do a "sudo apt-get install lmms" (or aptitude or whatever). Also, when it installs, you won't get a menu entry made for you. You'll have to right click on your "Applications" menu and hit "edit menus" and add a new launcher there (this is assuming you're running GNOME, which you probably will be if you're running Ubuntu Studio. If you use KDE, I'm sure you know how to edit the menus. If not, ask on the forums). A graphic you can use for the menu icon can be found here.

-Andy