个人工具

“UbuntuHelp:UbuntuStudio/UpgradingFromFeisty”的版本间的差异

来自Ubuntu中文

跳转至: 导航, 搜索
第1行: 第1行:
 
{{From|https://help.ubuntu.com/community/UbuntuStudio/UpgradingFromFeisty}}
 
{{From|https://help.ubuntu.com/community/UbuntuStudio/UpgradingFromFeisty}}
 
{{Languages|UbuntuHelp:UbuntuStudio/UpgradingFromFeisty}}
 
{{Languages|UbuntuHelp:UbuntuStudio/UpgradingFromFeisty}}
'''ATTENTION: These Instructions are now out of date, and do not work. They Have been left here for Archival Purposes. Please use Ubuntu Studio Gutsy'''
+
'''ATTENTION: These Instructions are now out of date, and do not work. They Have been left here for Archival Purposes. Please use [[UbuntuWiki:UbuntuStudio/UpgradingFromFeisty/UbuntuStudioUpgradingFromGutsy|this guide]]'''
 
Instead of reinstalling Ubuntu Studio, you can upgrade to it from a current Ubuntu Feisty Fawn install.
 
Instead of reinstalling Ubuntu Studio, you can upgrade to it from a current Ubuntu Feisty Fawn install.
* Add the following repository to your `sources.list` file:  
+
* Add the following repository to your `sources.list` file: <pre><nowiki>
<pre><nowiki>
+
 
deb http://archive.ubuntustudio.org/ubuntustudio feisty main
 
deb http://archive.ubuntustudio.org/ubuntustudio feisty main
 
</nowiki></pre>
 
</nowiki></pre>
'''OR''' run the following command:
+
'''OR''' run the following command:<pre><nowiki>
<pre><nowiki>
+
 
sudo su -c 'echo deb http://archive.ubuntustudio.org/ubuntustudio feisty main >> /etc/apt/sources.list'
 
sudo su -c 'echo deb http://archive.ubuntustudio.org/ubuntustudio feisty main >> /etc/apt/sources.list'
 
</nowiki></pre>
 
</nowiki></pre>
* Add the repository GPG key by running the following command:
+
* Add the repository GPG key by running the following command:<pre><nowiki>
<pre><nowiki>
+
 
wget -q http://archive.ubuntustudio.org/ubuntustudio.gpg -O- | sudo apt-key add -
 
wget -q http://archive.ubuntustudio.org/ubuntustudio.gpg -O- | sudo apt-key add -
 
</nowiki></pre>
 
</nowiki></pre>
* Update your repository information:
+
* Update your repository information:<pre><nowiki>
<pre><nowiki>
+
 
sudo apt-get update
 
sudo apt-get update
 
</nowiki></pre>
 
</nowiki></pre>
* Install Ubuntu Studio:  
+
* Install Ubuntu Studio: <pre><nowiki>  
<pre><nowiki>  
+
 
sudo apt-get install ubuntustudio-desktop ubuntustudio-audio ubuntustudio-audio-plugins ubuntustudio-graphics ubuntustudio-video
 
sudo apt-get install ubuntustudio-desktop ubuntustudio-audio ubuntustudio-audio-plugins ubuntustudio-graphics ubuntustudio-video
 
</nowiki></pre>
 
</nowiki></pre>

2007年12月6日 (四) 10:58的版本

ATTENTION: These Instructions are now out of date, and do not work. They Have been left here for Archival Purposes. Please use this guide Instead of reinstalling Ubuntu Studio, you can upgrade to it from a current Ubuntu Feisty Fawn install.

  • Add the following repository to your `sources.list` file:

deb http://archive.ubuntustudio.org/ubuntustudio feisty main

OR run the following command:
sudo su -c 'echo deb http://archive.ubuntustudio.org/ubuntustudio feisty main >> /etc/apt/sources.list'
  • Add the repository GPG key by running the following command:

wget -q http://archive.ubuntustudio.org/ubuntustudio.gpg -O- | sudo apt-key add -

  • Update your repository information:

sudo apt-get update

  • Install Ubuntu Studio:
     

sudo apt-get install ubuntustudio-desktop ubuntustudio-audio ubuntustudio-audio-plugins ubuntustudio-graphics ubuntustudio-video

  • Optional: Change the Theme to UbuntuStudio. In the Ubuntu menu, select System -> Preferences -> Theme and select UbuntuStudio from the list of themes that is presented to you. Then select System -> Administration -> Login Window, enter your password, and select UbuntuStudio in the list of Login Window themes that is presented to you in the Local tab.

Note: The last step installs a complete system. If you only want an audio, graphics, or video platform, remove the other respective packages. Alternative to above, this script automates the process of upgrading from vanilla Ubuntu Desktop Feisty to Ubuntu Studio Desktop Feisty