audacity

まずはセント

[root@localhost ~]# yum list > /tmp/yumlist
[root@localhost ~]# cat /tmp/yumlist | grep auda
audacity.i686                         1.3.12-0.6.beta.el6      epel             
[root@localhost ~]# 

こっちはうぶ

root@ubu1204:~/first# cat /etc/lsb-release 
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=13.04
DISTRIB_CODENAME=raring
DISTRIB_DESCRIPTION="Ubuntu 13.04"
root@ubu1204:~/first# apt-cache search audacity
vamp-plugin-sdk - audio analysis and feature extraction plugins (SDK)
audacity - 高速でクロスプラットフォームなオーディオエディタ
audacity-data - fast, cross-platform audio editor (data)
audacity-dbg - fast, cross-platform audio editor (debug)
root@ubu1204:~/first# 

lameaudacityをいれてみて、起動してみた

188 apt-get install audacity
189 apt-get install lame
190 audacity
191 history

うぶはいいかんじ
せんとはmp3lameがサポートされていないみたい
http://fosswire.com/post/2007/10/installing-audacity-mp3-export-support-on-linux/
にて libを追加すればよいみたいですね(未確認w)