Tenacity is a free and open source audio editor and audio recorder application for Linux, Windows and MacOS. Using Tenacity, you can record any real or virtual audio devices, multi track editing track, FFmpeg audio format support for import and export, 32-bit float audio support, VST, LV2, and AU plugins, built-in scripting language, screen reader, narration support, analysis of signals and more. It is a fork of Audacity and released under GNU GPL Version 2 license.
How to install Tenacity on Ubuntu Linux
Tenacity is available as a flatpak package file from the remote flathub. First install the latest version of flatpak and flathub on your system and restart it after the installation. Follow below link for the instructions.
After that open the terminal app (ctrl+alt+t) and run below Tenacity flatpak install command. It will install the latest version of Tenacity on your Ubuntu Linux system.
flatpak install flathub org.tenacityaudio.Tenacity
After the installation of Tenacity, you can open it using below command.
flatpak run org.tenacityaudio.Tenacity
And also uninstall it using below command.
flatpak uninstall org.tenacityaudio.Tenacity
[OR]
sudo flatpak uninstall org.tenacityaudio.Tenacity
That’s it.