个人工具

UbuntuHelp:InstallingAudacityBeta

来自Ubuntu中文

Wikibot讨论 | 贡献2008年10月19日 (日) 12:25的版本

跳转至: 导航, 搜索

Currently, the latest stable version of Audacity is 1.2.6. If you'd prefer, you can install 1.3.2 beta. Note that this version has not been officially released, and while it will have the latest and greatest features, it may be very unstable. For more information, see [features in Audacity 1.3].

Setting up repositories

<!> If you need help with adding repositories, please see Repositories/Ubuntu.

Installation on Edgy Eft

Audacity 1.3.2 is not in any official software channel. Make sure that you have the proper repositories configured by adding the following third-party repositories:

deb http://morgoth.free.fr/ubuntu edgy-backports main
deb-src http://morgoth.free.fr/ubuntu edgy-backports main 

To authenticate the repository, type in the following command into the Terminal:

wget http://morgoth.free.fr/files/morgoth-signkey.gpg.asc
sudo apt-key add morgoth-signkey.gpg.asc

<!> If you do not authenticate the repository, you will receive a message saying "The integrity of the packages cannot be verified" when upgrading. (./) For more information on securing repositories, see [Apt] on the Debian wiki. Now update the package list and upgrade Audacity to version 1.3.2:

sudo apt-get update
sudo apt-get upgrade

If you do not have a previous version of Audacity installed, make sure that you run sudo apt-get install audacity instead of sudo apt-get upgrade.

Installation on Dapper Drake

Currently, only Audacity 1.3.0 beta is built for Dapper Drake. Make sure that you have the proper repositories configured by adding the following third-party repositories:

deb http://morgoth.free.fr/ubuntu dapper-backports main
deb-src http://morgoth.free.fr/ubuntu dapper-backports main 

To authenticate the repository, type in the following command into the Terminal:

wget http://morgoth.free.fr/files/morgoth-signkey.gpg.asc
sudo apt-key add morgoth-signkey.gpg.asc

Now update the package list and upgrade Audacity to version 1.3.0:

sudo apt-get update
sudo apt-get upgrade

If you do not have a previous version of Audacity installed, make sure that you run sudo apt-get install audacity instead of sudo apt-get upgrade.