Audacity (audio editor):
Audacity is a free and open-source digital audio editor and recording application software, available for Windows, macOS, Linux, and other Unix-like operating systems.
Install Audacity on Ubuntu via Command terminal:
Open the command Terminal in Ubuntu Linux.
Run the update command,
sudo apt-get update
Once the update completed, run the Audacity installation command on your Ubuntu terminal,
sudo apt-get install audacity
-Then, run the Lame library installation command,
sudo apt-get install lame
And the final step, run the FFmpeg library installation command,
sudo apt-get install ffmpeg
#InstallAudacity #OnUbuntu #UsingTerminal