Hello Linux Geeksters. As you may know, EasyTag is a tool for editing tags for the following file formats: MP3, MP2, FLAC, Ogg Vorbis, Speex, MP4/AAC, MusePack, Monkey’s Audiand WavPack files. It works both on Linux and Windows, and has an simple and intuitive interface written in GTK2. The latest version of EasyTag is EasyTag 2.2.0, which has been released last week. For information about this release, see the mailing lists.

In this article I will show you how to install EasyTag 2.2.0 on Ubuntu, Linux Mint, Elementary OS, Debian and their derivative systems.
Because it is not available via any PPA or repository, we have to downlload the easytag packages from sourceforge and install them via gdebi (gdebi handles the dependencies better then dpkg). Follow the instructions for your system’s architecture exactly, in order to get a successful installation.
How to install EasyTag 2.2.0 on 32 bit Ubuntu, Linux Mint, Elementary OS and Debian systems:
$ wget http://goo.gl/wOMidV -O easytag_2.2.0.deb
$ sudo apt-get install gdebi
$ sudo gdebi easytag_2.2.0.deb
How to install EasyTag 2.2.0 on 64 bit Ubuntu, Linux Mint, Elementary OS and Debian systems:
$ wget http://goo.gl/y1TkBd -O easytag_2.2.0.deb
$ sudo apt-get install gdebi
$ sudo gdebi easytag_2.2.0.deb