Flacon is a free and open source audio file encoder for Linux and MacOS. Using Flacon you can extract individual tracks from entire album of music and saves them as separate audio files. It supports WAV, FLAC, APE, WavPack, True Audio (TTA) input formats and FLAC, WAV, WavPack, AAC, OGG or MP3 output file formats. It comes with ALBUM-gain and TRACK-gain modes, multi-threaded conversion process, automatic character set detection for CUE files and some more.
Install Flacon on Ubuntu Linux
Flacon is available as Ubuntu PPA and flatpak package from flathub. Open the terminal application (ctrl+alt+t) and run below commands one by one to install Flacon on your Ubuntu system.
sudo add-apt-repository ppa:flacon
sudo apt-get update
sudo apt-get install flacon
flacon
Install Flacon via Flatpak:
First you need to install flatpak and flathub on your system. If you already have it then skip this step.
Restart your system after the installation. Now open the terminal software and run below Flacon flatpak install command.
flatpak install flathub com.github.Flacon
After the installation you can run Flacon via
flatpak run com.github.Flacon
and uninstall it via
sudo flatpak uninstall com.github.Flacon
That’s all