How to install Audacity (Daily Build) from ubuntu ppa
Audacity is a free, easy-to-use and multilingual audio editor and recorder for Windows, Mac OS X, GNU/Linux and other operating systems. You can use Audacity to:
Record live audio.
Convert tapes and records into digital recordings or CDs.
Edit Ogg Vorbis, MP3, WAV or AIFF sound files.
Cut, copy, splice or mix sounds together.
Change the speed or pitch of a recording
For ubuntu karmic users
Open the command prompt and run the following commands
sudo add-apt-repository ppa:audacity-team/daily
sudo apt-get update
sudo apt-get install audacity
This is currently available for only karmic,lucid users
I thought audacity was available from ubuntu universe – so “apt-get install audacity” should work without all the ppa stuff.
Or is there a reason to use the daily build over the one in universe? (sometimes there is as the packaged versions can get behind).
2tz – Yes, but it is not Daily Build.
For import key
sudo apt-key adv –recv-keys –keyserver keyserver.ubuntu.com 5EC48884BB901940
Thanks! works like a charm 😉