个人工具

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

来自Ubuntu中文

跳转至: 导航, 搜索
第5行: 第5行:
 
It has too an unofficial pre-compiled from lattest source ([http://www.leleobhz.org leleobhz]), with a maximus delay of 5 days.
 
It has too an unofficial pre-compiled from lattest source ([http://www.leleobhz.org leleobhz]), with a maximus delay of 5 days.
 
=== Instalation ===
 
=== Instalation ===
 +
https://help.ubuntu.com/community/IconsPage?action=AttachFile&do=get&target=warning.png '''WARNING''': This Praat compilation ill only run on processors newer than PentiumIII and AMD K6-2 or equal.
 
==== Installing via Universe official repository ====
 
==== Installing via Universe official repository ====
 
Follow the page: [[UbuntuHelp:Repositories/Ubuntu|Repositories/Ubuntu]]
 
Follow the page: [[UbuntuHelp:Repositories/Ubuntu|Repositories/Ubuntu]]
第26行: 第27行:
 
<pre><nowiki>
 
<pre><nowiki>
 
sudo echo -e "\n# leleobhz packages\ndeb http://ubuntu.leleobhz.org/feisty feisty main\n" >> /etc/apt/sources.list
 
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</nowiki></pre>
 +
Gutsy:
 +
<pre><nowiki>
 +
sudo echo -e "\n# leleobhz packages\ndeb http://ubuntu.leleobhz.org/gutsy gutsy 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 -
第48行: 第56行:
 
<pre><nowiki>
 
<pre><nowiki>
 
deb http://ubuntu.leleobhz.org/feisty feisty main
 
deb http://ubuntu.leleobhz.org/feisty feisty main
 +
</nowiki></pre>
 +
Gutsy:
 +
<pre><nowiki>
 +
deb http://ubuntu.leleobhz.org/gutsy gutsy main
 
</nowiki></pre>
 
</nowiki></pre>
 
Now hit '''''Close'''''. From the main Synaptic window, hit '''''Reload'''''.  
 
Now hit '''''Close'''''. From the main Synaptic window, hit '''''Reload'''''.  
第57行: 第69行:
 
=== Screenshots ===
 
=== Screenshots ===
 
''TODO''
 
''TODO''
 +
----
 +
[[category:CategoryScience]]
  
 
[[category:UbuntuHelp]]
 
[[category:UbuntuHelp]]

2008年4月23日 (三) 11:54的版本

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

IconsPage?action=AttachFile&do=get&target=warning.png WARNING: This Praat compilation ill only run on processors newer than PentiumIII and AMD K6-2 or equal.

Installing via Universe official repository

Follow the page: 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

Gutsy:

sudo echo -e "\n# leleobhz packages\ndeb http://ubuntu.leleobhz.org/gutsy gutsy 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

Gutsy:

deb http://ubuntu.leleobhz.org/gutsy gutsy 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