Hello Linux Geeksters. As you may know, ExMplayer is GUI for MPlayer, which provides the basic functions of a video player, including support for audio extraction and conversion, audio equalizer and video equalizer, audio and video effect filters volume booster and many others. The latest version available is ExMplayer 2.0.0.

In this article I will show you how to install ExMplayer 2.0.0 on Ubuntu, Linux Mint, Pear OS, Elementary OS, Debian, KWheezy and Crunchbang OS.
Because it is not available via PPA, we have to download the packages from Launchpad and install them with dpkg. Follow the instructions for your system’s architecture exactly, in order to get a successful installation.
How to install ExMplayer 2.0.0 on 32 bit Ubuntu, Linux Mint, Pear OS, Elementary OS, Debian, KWheezy and Crunchbang systems:
$ wget -c https://launchpad.net/~exmplayer-dev/+archive/exmplayer/+files/exmplayer_2.0.0_i386.deb
$ sudo dpkg -i exmplayer_2.0.0_i386.deb
$ sudo apt-get install -f
How to install ExMplayer 2.0.0 on 64 bit Ubuntu, Linux Mint, Pear OS, Elementary OS, Debian, KWheezy and Crunchbang systems:
$ wget -c https://launchpad.net/~exmplayer-dev/+archive/exmplayer/+files/exmplayer_2.0.0_amd64.deb
$ sudo dpkg -i exmplayer_2.0.0_amd64.deb
$ sudo apt-get install -f