个人工具

“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 [[UbuntuWiki:UbuntuStudio/UpgradingFromFeisty/UbuntuStudioUpgradingFromGutsy|this guide]]'''
+
'''ATTENTION: These Instructions are now out of date, and do not work. They Have been left here for Archival Purposes. Please use [[UbuntuHelp:UbuntuStudio/UpgradingFromHardy|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: <pre><nowiki>
 
* Add the following repository to your `sources.list` file: <pre><nowiki>
第20行: 第20行:
 
* ''Optional:'' Change the Theme to [[UbuntuHelp:UbuntuStudio|UbuntuStudio]]. In the Ubuntu menu, select ''System'' -> ''Preferences'' -> ''Theme'' and select ''[[UbuntuHelp:UbuntuStudio|UbuntuStudio]]'' from the list of themes that is presented to you. Then select ''System'' -> Administration -> ''Login Window'', enter your password, and select ''[[UbuntuHelp:UbuntuStudio|UbuntuStudio]]'' in the list of Login Window themes that is presented to you in the ''Local'' tab.
 
* ''Optional:'' Change the Theme to [[UbuntuHelp:UbuntuStudio|UbuntuStudio]]. In the Ubuntu menu, select ''System'' -> ''Preferences'' -> ''Theme'' and select ''[[UbuntuHelp:UbuntuStudio|UbuntuStudio]]'' from the list of themes that is presented to you. Then select ''System'' -> Administration -> ''Login Window'', enter your password, and select ''[[UbuntuHelp:UbuntuStudio|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.
 
'''Note''': The last step installs a complete system. If you only want an audio, graphics, or video platform, remove the other respective packages.
'''''[[UbuntuHelp:UbuntuStudio/UpgradingFromFeisty?action=AttachFile&do=get&target=ubuntustudio-upgrade-feisty.sh|Alternative to above, this script automates the process of upgrading from vanilla Ubuntu Desktop Feisty to Ubuntu Studio Desktop Feisty]]'''''
+
'''''[[UbuntuHelp:UbuntuStudio/UpgradingFromFeisty?action=AttachFile&do=get&target=ubuntustudio-upgrade-feisty.sh_Alternative|to above, this script automates the process of upgrading from vanilla Ubuntu Desktop Feisty to Ubuntu Studio Desktop Feisty]]'''''
  
 
[[category:UbuntuHelp]]
 
[[category:UbuntuHelp]]

2008年10月19日 (日) 17:47的版本

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. to above, this script automates the process of upgrading from vanilla Ubuntu Desktop Feisty to Ubuntu Studio Desktop Feisty