Ear Tag is a free and open source music tag editor for Linux. Using this Ear Tag you can easily edit your music file details. It is a simple and easy to use tag editor. You can edit track number, album, album artist, genre, release year and comments. It is still in early stage of development and you still can’t open and edit multiple files at once. It is written in python and uses GTK.
How to install Ear Tag on Ubuntu Linux
Ear Tag is available as a flatpak package file from flathub. So you need to install flatpak and flathub on your system first and restart after the installation. Follow the below link for installation instructions.
How to Install flatpak on Ubuntu Linux
After that open the terminal command-line app (ctrl+alt+t) and run below Ear Tag flatpak installation command. It will install the latest Ear Tag app on your system.
flatpak install flathub app.drey.EarTag
After the installation you can open it via the applications menu or using this flatpak command.
flatpak run app.drey.EarTag
The user interface is very simple and easy to use. Just open your music file and start editing the tags.
And you can also uninstall it via
sudo flatpak uninstall app.drey.EarTag
That’s it.