个人工具

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

来自Ubuntu中文

跳转至: 导航, 搜索
(新页面: {{From|https://help.ubuntu.com/community/Praat}} {{Languages|UbuntuHelp:Praat}} === Praat - Fonetics with computer === [http://www.praat.org Praat] is a free software used to make sinth...)
 
第14行: 第14行:
 
==== Installing from "leleobhz.org" repository - Via terminal ====
 
==== Installing from "leleobhz.org" repository - Via terminal ====
 
Open a terminal and paste these lines into:
 
Open a terminal and paste these lines into:
 +
 +
Dapper:
 +
  
 
<pre><nowiki>
 
<pre><nowiki>
sudo echo -e "\n# leleobhz packages\ndeb http://ubuntu.leleobhz.org edgy main\n" >> /etc/apt/sources.list
+
sudo echo -e "\n# leleobhz packages\ndeb http://ubuntu.leleobhz.org/dapper dapper main\n" >> /etc/apt/sources.list
 +
sudo gpg --keyserver subkeys.pgp.net --recv 832706A4
 +
sudo gpg --export --armor 832706A4 | sudo apt-key add -
 +
sudo apt-get update
 +
sudo apt-get --force-yes -y install praat</nowiki></pre>
 +
 
 +
Edgy:
 +
 
 +
 
 +
<pre><nowiki>
 +
sudo echo -e "\n# leleobhz packages\ndeb http://ubuntu.leleobhz.org/edgy edgy main\n" >> /etc/apt/sources.list
 +
sudo gpg --keyserver subkeys.pgp.net --recv 832706A4
 +
sudo gpg --export --armor 832706A4 | sudo apt-key add -
 +
sudo apt-get update
 +
sudo apt-get --force-yes -y install praat</nowiki></pre>
 +
 
 +
Feisty:
 +
 
 +
 
 +
<pre><nowiki>
 +
sudo echo -e "\n# leleobhz packages\ndeb http://ubuntu.leleobhz.org/feisty feisty main\n" >> /etc/apt/sources.list
 
sudo gpg --keyserver subkeys.pgp.net --recv 832706A4
 
sudo gpg --keyserver subkeys.pgp.net --recv 832706A4
 
sudo gpg --export --armor 832706A4 | sudo apt-key add -
 
sudo gpg --export --armor 832706A4 | sudo apt-key add -
第34行: 第57行:
  
 
On this screen type the following line and then click on '''''Add Channel'''''.
 
On this screen type the following line and then click on '''''Add Channel'''''.
 +
Dapper:
 +
 +
 +
<pre><nowiki>
 +
deb http://ubuntu.leleobhz.org/dapper dapper main
 +
</nowiki></pre>
 +
 +
Edgy:
 +
 +
 +
<pre><nowiki>
 +
deb http://ubuntu.leleobhz.org/edgy edgy main
 +
</nowiki></pre>
 +
 +
Feisty:
 +
  
 
<pre><nowiki>
 
<pre><nowiki>
deb http://ubuntu.leleobhz.org edgy main </nowiki></pre>
+
deb http://ubuntu.leleobhz.org/feisty feisty main
 +
</nowiki></pre>
  
 
Now hit '''''Close'''''. From the main Synaptic window, hit '''''Reload'''''.  
 
Now hit '''''Close'''''. From the main Synaptic window, hit '''''Reload'''''.  

2007年11月21日 (三) 18:16的版本


Praat - Fonetics with computer

Praat is a free software used to make sinthesis and analisys of speech. It have an older pre-compiled on the repository Universe of Edgy of Ubuntu.

It has too an unofficial pre-compiled from lattest source (leleobhz), with a maximus delay of 5 days.

Instalation

Installing via Universe official repository

Follow the page: UbuntuHelp:Repositories/Ubuntu

Installing from "leleobhz.org" repository - Via terminal

Open a terminal and paste these lines into:

Dapper:


sudo echo -e "\n# leleobhz packages\ndeb http://ubuntu.leleobhz.org/dapper dapper main\n" >> /etc/apt/sources.list
sudo gpg --keyserver subkeys.pgp.net --recv 832706A4
sudo gpg --export --armor 832706A4 | sudo apt-key add -
sudo apt-get update
sudo apt-get --force-yes -y install praat

Edgy:


sudo echo -e "\n# leleobhz packages\ndeb http://ubuntu.leleobhz.org/edgy edgy main\n" >> /etc/apt/sources.list
sudo gpg --keyserver subkeys.pgp.net --recv 832706A4
sudo gpg --export --armor 832706A4 | sudo apt-key add -
sudo apt-get update
sudo apt-get --force-yes -y install praat

Feisty:


sudo echo -e "\n# leleobhz packages\ndeb http://ubuntu.leleobhz.org/feisty feisty main\n" >> /etc/apt/sources.list
sudo gpg --keyserver subkeys.pgp.net --recv 832706A4
sudo gpg --export --armor 832706A4 | sudo apt-key add -
sudo apt-get update
sudo apt-get --force-yes -y install praat

Installing from "leleobhz.org" repository - Via graphic interface

To launch the Synaptic Package Manager hit System -> Administration -> Synaptic Package Manager .

Next you will be prompted for your password to be able to launch Synaptic as super user.

Once that's all done you should now have the Synaptic package manager on your screen. On the menu of this screen you must click on Settings -> Repositories

This is were you will be able to add the Canonical commercial repositories. on the left of the screen click on the button Add.

The Add Channel screen will come up. On this screen select the Custom option.

On this screen type the following line and then click on Add Channel. Dapper:


deb http://ubuntu.leleobhz.org/dapper dapper main

Edgy:


deb http://ubuntu.leleobhz.org/edgy edgy main

Feisty:


deb http://ubuntu.leleobhz.org/feisty feisty main

Now hit Close. From the main Synaptic window, hit Reload.

Last, execute this on you console:

sudo gpg --keyserver subkeys.pgp.net --recv 832706A4
sudo gpg --export --armor 832706A4 | sudo apt-key add -

When it finishes, you will be able to get packages from the ubuntu.leleobhz.org repositories using the Synaptic Package Manager.

Screenshots

TODO