Installing Audacity
Forum rules
This forum is for Audacity on GNU/Linux.
Please state:
Audacity 1.2.x and 1.3.x are obsolete and no longer supported. If you still have those versions, please upgrade (see https://www.audacityteam.org/download/).
The old forums for those versions are now closed, but you can still read the archives of the 1.2.x and 1.3.x forums.
Please state:
- which version of Linux you are using,
- the exact three-section version number of Audacity from Help menu > About Audacity,
- whether you installed your distribution's release, PPA version, or compiled Audacity from source code.
Audacity 1.2.x and 1.3.x are obsolete and no longer supported. If you still have those versions, please upgrade (see https://www.audacityteam.org/download/).
The old forums for those versions are now closed, but you can still read the archives of the 1.2.x and 1.3.x forums.
Installing Audacity
I'm running Ubuntu 14.04, and Audacity 2.0.5 (the only one supplied with 14.04) has stopped responding. I love the program, but am incompetent when it comes to running manual program installation in Ubuntu. (I can run a terminal, but need explicit line-by-line instructions on the commands to use.) So I can't install the latest version of Audacity. I looked on the forum for installation instructions, without success. If they're here, can someone point me to them? If not, can someone help with what I need?
Thank you.
Thank you.
Re: Installing Audacity
I used these instructions for 14.04. This what you're looking for ?
http://forum.audacityteam.org/viewtopic ... 19&t=88943
http://forum.audacityteam.org/viewtopic ... 19&t=88943
-
Gale Andrews
- Quality Assurance
- Posts: 41761
- Joined: Fri Jul 27, 2007 12:02 am
- Operating System: Windows 10
Re: Installing Audacity
Beatnik gave you instructions to compile Audacity 2.1.2. If you are not comfortable with compiling then you can install a recommendable 2.1.2 PPA of Audacity (you do install this at the command-line). See https://launchpad.net/~ubuntuhandbook1/ ... u/audacity.iraj wrote:I'm running Ubuntu 14.04, and Audacity 2.0.5 (the only one supplied with 14.04) has stopped responding. I love the program, but am incompetent when it comes to running manual program installation in Ubuntu. (I can run a terminal, but need explicit line-by-line instructions on the commands to use.) So I can't install the latest version of Audacity. I looked on the forum for installation instructions, without success. If they're here, can someone point me to them? If not, can someone help with what I need?
If 2.0.5 freezes during playback, the problem may be this: http://wiki.audacityteam.org/wiki/Linux_Issues#pulse. 2.1.2 will be affected the same way.
If you do compile Audacity 2.1.2 or install the 2.1.2 PPA, ensure you uninstall 2.0.5 first:
Code: Select all
sudo apt-get remove audacityGale
________________________________________FOR INSTANT HELP: (Click on Link below)
* * * * * Tips * * * * * Tutorials * * * * * Quick Start Guide * * * * * Audacity Manual
* * * * * Tips * * * * * Tutorials * * * * * Quick Start Guide * * * * * Audacity Manual
Re: Installing Audacity
Thank you Beatnik and Gale. I'll give the compiling a try, the instructions to which Beatnik linked appear straightforward for me. Much appreciation.
Ira
Ira
Re: Installing Audacity
I got as far as #5 in the "Building Audacity ..." instructions. That command is "make". Here's the response:
make: *** No targets specified and no makefile found. Stop.
Are the instructions missing something?
IJ
make: *** No targets specified and no makefile found. Stop.
Are the instructions missing something?
IJ
Re: Installing Audacity
Did step 4 end with an error?iraj wrote:make: *** No targets specified and no makefile found. Stop.
Did you follow all of the instructions in that post that come before "Build Audacity"?
9/10 questions are answered in the FREQUENTLY ASKED QUESTIONS (FAQ)
Re: Installing Audacity
No, 4 went through. I added the "build-essential" by "sudo apt-get build-dep audacity" and then started on the numbered instructions. The only instruction I haven't carried out is to add "WxGTK 3.0". Should I do that first?
Re: Installing Audacity
Wait: Is "build-essential" something separate from what follows under Dependencies? If so, I haven't installed that, but am not sure what command to use to do so.
Re: Installing Audacity
According to the Software Center, "build-essential" is currently installed.
Re: Installing Audacity
Checking for WxGTK 3.0, I find four versions: two each for "media library" and "toolkit". Two of them are "...-dbg:i386" while the other two are just "...-dbg". I'm sorry to be so ignorant, but I don't know which I should load.