i am trying to setup ubuntustudio , just as directed by the wiki.<br>
<br>
i am still on step 1, from this page:<br>
<br>
<a href="http://ubuntustudio.com/wiki/index.php/Breezy:Studio_Preparation">http://ubuntustudio.com/wiki/index.php/Breezy:Studio_Preparation</a><br>
<br>
<h2> Installing the Applications </h2>

<p>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:
</p>

<pre>sudo -i<br>echo deb <a href="http://archive.ubuntu.com/ubuntu/" class="external free" title="http://archive.ubuntu.com/ubuntu/" rel="nofollow">http://archive.ubuntu.com/ubuntu/</a> breezy main restricted universe multiverse &gt; /etc/apt/sources.list
<br>echo deb <a href="http://security.ubuntu.com/ubuntu/" class="external free" title="http://security.ubuntu.com/ubuntu/" rel="nofollow">http://security.ubuntu.com/ubuntu/</a> breezy-security main restricted universe multiverse &gt;&gt; /etc/apt/sources.list
<br>echo deb <a href="http://archive.ubuntu.com/ubuntu/" class="external free" title="http://archive.ubuntu.com/ubuntu/" rel="nofollow">http://archive.ubuntu.com/ubuntu/</a> breezy-updates main restricted universe multiverse &gt;&gt; /etc/apt/sources.list
<br>echo deb-src <a href="http://archive.ubuntu.com/ubuntu/" class="external free" title="http://archive.ubuntu.com/ubuntu/" rel="nofollow">http://archive.ubuntu.com/ubuntu/</a> breezy main restricted universe multiverse &gt;&gt; /etc/apt/sources.list
<br>echo deb-src <a href="http://security.ubuntu.com/ubuntu/" class="external free" title="http://security.ubuntu.com/ubuntu/" rel="nofollow">http://security.ubuntu.com/ubuntu/</a> breezy-security main restricted universe multiverse &gt;&gt; /etc/apt/sources.list
<br>echo deb-src <a href="http://archive.ubuntu.com/ubuntu/" class="external free" title="http://archive.ubuntu.com/ubuntu/" rel="nofollow">http://archive.ubuntu.com/ubuntu/</a> breezy-updates main restricted universe multiverse &gt;&gt; /etc/apt/sources.list
<br>apt-get update<br>apt-get dist-upgrade<br>exit<br></pre>
<br>
:::<br>
<br>
so i run that in the terminal, and it goes about its business of lacating all the bits and pieces...and then asks me:<br>
<br>
Need to get 49.4MB of archives.<br>
After unpacking 66.8MB of additional disk space will be used.<br>
Do you want to continue [Y/n]? <br>
<br>
so i just type:&nbsp; y<br>
<br>
and then it&nbsp; says:&nbsp; Abort.<br>
<br>
<br>
<br>
*** i tried it again, typing&nbsp; 'yes' / 'Y' / 'YES' / yes, pretty
please with a cherry on top...but it just aborts every time.<br>
<br>
so when terminal asks me:&nbsp; Do you want to continue [Y/n]? <br>
<br>
how do i tell it 'YES' ????<br>
<br>
<br>
&nbsp;<br>
<br>
<br>
<br>
<br>