Puddletag is a free and open source audio tag editor software for Linux. Using Puddletag, you can edit tags of any audio files easily. It supports ID3v1, ID3v2 (mp3), MP4 (mp4, m4a, etc.), VorbisComments (ogg, flac), Musepack (mpc), Monkey’s Audio (.ape) and WavPack (wv) file formats. It comes with spreadsheet-like tag edit layout, extracting tag info from filenames, renaming files based on their tags, get cover art from Amazon, FreeDB and MusicBrainz. It is released under GNU General Public License v3.0 or later.
How to Install Puddletag on Ubuntu
Puddletag is available from the default Ubuntu repository and flathub as a flatpak package. Open the terminal app (ctrl+alt+t) and run below Puddletag apt install command. It will install the latest version of Puddletag on your Ubuntu Linux system.
sudo apt install puddletag -y
After the installation you can open it from the show application menu or using below command.
puddletag
And you can also uninstall Puddletag using below command.
sudo apt remove puddletag
Install Puddletag via Flatpak
First install flatpak and flathub on your system and restart it after the installation.
Install flatpak and flathub on Ubuntu
Now in the terminal software run below Puddletag flatpak install command.
flatpak install flathub net.puddletag.puddletag
After that open Puddletag flatpak using below command.
flatpak run net.puddletag.puddletag
And uninstall Puddletag using below commands.
flatpak uninstall net.puddletag.puddletag
[OR]
sudo flatpak uninstall net.puddletag.puddletag
That’s it.