个人工具

“UbuntuHelp:InstallingAudacityBeta”的版本间的差异

来自Ubuntu中文

跳转至: 导航, 搜索
(撤销由Snowtown86对话)所作出的修订141144)
 
(未显示2个用户的5个中间版本)
第6行: 第6行:
 
==== Installation on Edgy Eft ====
 
==== 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:
 
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:
<pre><nowiki>deb http://morgoth.free.fr/ubuntu edgy-backports main
+
<pre><nowiki>
 +
deb http://morgoth.free.fr/ubuntu edgy-backports main
 
deb-src http://morgoth.free.fr/ubuntu edgy-backports main </nowiki></pre>
 
deb-src http://morgoth.free.fr/ubuntu edgy-backports main </nowiki></pre>
 
To authenticate the repository, type in the following command into the Terminal:
 
To authenticate the repository, type in the following command into the Terminal:
<pre><nowiki>wget http://morgoth.free.fr/files/morgoth-signkey.gpg.asc
+
<pre><nowiki>
 +
wget http://morgoth.free.fr/files/morgoth-signkey.gpg.asc
 
sudo apt-key add morgoth-signkey.gpg.asc</nowiki></pre>
 
sudo apt-key add morgoth-signkey.gpg.asc</nowiki></pre>
 
<!> If you do not authenticate the repository, you will receive a message saying "The integrity of the packages cannot be verified" when upgrading.
 
<!> 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 [http://wiki.debian.org/SecureApt Secure Apt] on the Debian wiki.
 
(./) For more information on securing repositories, see [http://wiki.debian.org/SecureApt Secure Apt] on the Debian wiki.
 
Now update the package list and upgrade Audacity to version 1.3.2:  
 
Now update the package list and upgrade Audacity to version 1.3.2:  
<pre><nowiki>sudo apt-get update
+
<pre><nowiki>
 +
sudo apt-get update
 
sudo apt-get upgrade</nowiki></pre>
 
sudo apt-get upgrade</nowiki></pre>
 
If you do not have a previous version of Audacity installed, make sure that you run
 
If you do not have a previous version of Audacity installed, make sure that you run
第22行: 第25行:
 
==== Installation on Dapper Drake ====
 
==== 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:
 
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:
<pre><nowiki>deb http://morgoth.free.fr/ubuntu dapper-backports main
+
<pre><nowiki>
 +
deb http://morgoth.free.fr/ubuntu dapper-backports main
 
deb-src http://morgoth.free.fr/ubuntu dapper-backports main </nowiki></pre>
 
deb-src http://morgoth.free.fr/ubuntu dapper-backports main </nowiki></pre>
 
To authenticate the repository, type in the following command into the Terminal:
 
To authenticate the repository, type in the following command into the Terminal:
<pre><nowiki>wget http://morgoth.free.fr/files/morgoth-signkey.gpg.asc
+
<pre><nowiki>
 +
wget http://morgoth.free.fr/files/morgoth-signkey.gpg.asc
 
sudo apt-key add morgoth-signkey.gpg.asc</nowiki></pre>
 
sudo apt-key add morgoth-signkey.gpg.asc</nowiki></pre>
 
Now update the package list and upgrade Audacity to version 1.3.0:  
 
Now update the package list and upgrade Audacity to version 1.3.0:  
<pre><nowiki>sudo apt-get update
+
<pre><nowiki>
 +
sudo apt-get update
 
sudo apt-get upgrade</nowiki></pre>
 
sudo apt-get upgrade</nowiki></pre>
 
If you do not have a previous version of Audacity installed, make sure that you run
 
If you do not have a previous version of Audacity installed, make sure that you run
第35行: 第41行:
 
<code><nowiki>sudo apt-get upgrade</nowiki></code>.
 
<code><nowiki>sudo apt-get upgrade</nowiki></code>.
 
----
 
----
[[category:CategoryDocumentation]]
 
  
 
[[category:UbuntuHelp]]
 
[[category:UbuntuHelp]]

2010年8月26日 (四) 13:23的最新版本

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 New 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 Secure 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.