i am trying to setup ubuntustudio , just as directed by the wiki.
i am still on step 1, from this page:
http://ubuntustudio.com/wiki/index.php/Breezy:Studio_Preparation
So, first things first. We highly recommend you enable all of the official software repositories. If you aren't sure how to do this, and you haven't changed your sources.list file yet, this is the quickest and easiest way to do it, as well as getting your system up-to-date with security fixes:
sudo -i
echo deb http://archive.ubuntu.com/ubuntu/ breezy main restricted universe multiverse > /etc/apt/sources.list
echo deb http://security.ubuntu.com/ubuntu/ breezy-security main restricted universe multiverse >> /etc/apt/sources.list
echo deb http://archive.ubuntu.com/ubuntu/ breezy-updates main restricted universe multiverse >> /etc/apt/sources.list
echo deb-src http://archive.ubuntu.com/ubuntu/ breezy main restricted universe multiverse >> /etc/apt/sources.list
echo deb-src http://security.ubuntu.com/ubuntu/ breezy-security main restricted universe multiverse >> /etc/apt/sources.list
echo deb-src http://archive.ubuntu.com/ubuntu/ breezy-updates main restricted universe multiverse >> /etc/apt/sources.list
apt-get update
apt-get dist-upgrade
exit