By releasing version 3.0.3 RC1, Audacity digital audio editor finally adds official Linux binary support!
It’s the 64-bit Appimage package that runs in most Linux Distributions. Without installing, it’s a single executable that launches the software via double-click.
According to the Privacy Notice, Audacity may COLLECT personal data necessary for law enforcement, litigation and authorities. And it dissuade those under 13 years old from using the App.
It is incompatible with the GPL license. Use it at your own risk!
Other changes in Audacity 3.0.3 so far includes:
switch to 64-bit Windows binary, and drop Windows XP support.
Improved default spectrogram colors
Fix user interface display issue on HiDPI display in Linux.
Fix that font size scales incorrectly.
Fix crashes with Macros on files when the macro-output folder is in an unwriteable location
No error message when attempting to save to SMB drive
Audacity audio editor and recorder is easy to install in Ubuntu Software via Snap package. For those prefer the classic deb package, the Ubuntu PPA has updated for the latest Audacity 3.0.2.
Since Audacity 3.0, it requires the development branch of wxWidgets toolkit 3.1.x. However, Ubuntu provides only the stable v3.0 series packages.
Thanks to Pascal de Bruijn, I’ve successfully built wxWidgets 3.1.3 for Audacity. So the audio editor packages updated for Ubuntu 18.04, Ubuntu 20.04, Ubuntu 21.04, and Linux Mint 20.
Known issues:
There are however known issues in the PPA build. When starting Audacity in Ubuntu 21.04 or Linux Mint 20, it will popup “An assertion failed” dialog, which indicates:
./src/widgets/FileConfig.cpp(98): assert “mDirty == false” failed in ~FileConfig().
Just click on “continue” button, and the software should start.
Another issue is that the app window slow to open. It takes a few seconds to start due to AlSA issues and warning. However, it works once app window opens!
Install Audacity 3.0.2 via PPA:
Open terminal either from system application menu or by pressing Ctrl+Alt+T on keyboard. When terminal opens, run following commands one by one:
1.) Run command in terminal to add the Ubuntu PPA:
Type user password (no asterisk feedback due to security reason) when it prompts and hit Enter to continue.
2. Then either upgrade from an old release (if exist) via Software Updater, or run following commands one by one to check updates and install (or upgrade) audacity 3.0.2:
sudo apt update
sudo apt install audacity
Uninstall:
To remove the PPA repository, launch Software & Updates utility and remove relevant line under ‘Other Software’ tab. Or simply run command in terminal:
The Audacity audio editor 3.0.0 was released a week ago as the new major release. Here’s how to install it in Ubuntu / Linux Mint via Flatpak package.
Audacity 3.0.0 features new all-in-one-file aup3 project file format, improved ‘Noise Gate’ effect, new ‘Label Sounds’ analyzer, and over 160 bug-fixes.
According to the Privacy Notice, Audacity may COLLECT personal data necessary for law enforcement, litigation and authorities. And it dissuade those under 13 years old from using the App.
It is incompatible with the GPL license. USE IT AT YOUR OWN RISK!
Why Flatpak?
Ubuntu PPA has updated via the 3.0.x built against wxWidgets 3.1.3. As well, you can install the Snap package from Ubuntu Software.
The distribution’s build and Ubuntu PPAs are mostly “incorrectly built packages” as they are built against the wrong wxWidgets (3.0.x), however Audacity 3.0.0 requires wxWidgets 3.1.3.
Though I’m not a fan of the containerized Flatpak package, it’s so far the only ‘correctly’ build binary package since the Snap is still under testing.
Install Audacity 3.0.0 via Flatpak:
Firstly open terminal from system app launcher. When it opens, run following commands one by one.
1.) For Ubuntu 18.04, add the PPA for updated version of Flatpak framework:
The flatpak package won’t replace the classic deb package. If you have more than one app icon in launcher, either remove Audacity installed via apt, or launch Audacity Flatpak via command in terminal:
flatpak run org.audacityteam.Audacity
Remove Audacity Flatpak package:
To remove the software installed via flatpak, simply run command:
Presets for more effects can be imported and exported.
New Multi-View mode for tracks.
Export audio to Opus in Windows, Linux.
Easier to convert labels between point labels and range labels.
New Loudness Normalization effect.
New RMS measurement analyzer.
New Noise Gate effect.
New Spectral Delete effect.
Tons of bug-fixes.
How to Install Audacity 2.4.1 in Ubuntu:
The unofficial PPA has built the new release packages for Ubuntu 20.04, Ubuntu 19.10, Ubuntu 18.04, and Ubuntu 16.04.
1. Open terminal either via Ctrl+Alt+T keyboard shortcut or by searching for ‘terminal’ from application menu. When it opens, run command to add the PPA:
Hi, Can you fix man page error? It writes after updating broken next to pipewire due to this error On…
Thankyou for the post. I'm stuck with kdenlive problems on Ubuntu and am trying an uninstall/reinstall with the latest.
So simple!
hosed 2 systems with this err... The following packages have unmet dependencies: ffmpeg : Depends: libavcodec60 (= 7:6.0-0ubuntu1~22.04.sav1) Depends: libavfilter9…