Hello Linux Geeksters. As you may know, XnViewMP is a software for reading and organizing images. The latest version available is XnViewMP 0.6.1.

In this article I will show you how to install XnViewMP 0.61 on Ubuntu 13.04 Raring Ringtail, Ubuntu 12.10 Quantal Quetzal, Ubuntu 12.04 Precise Pangolin, Linux Mint 15 Olivia, Linux Mint 14 Nadia, Linux Mint 13 Maya and Elementary OS 0.2 Luna.
For Ubuntu 13.04, Ubuntu 12.04, Linux Mint 15, Linux Mint 13 and Elementary OS 0.2 Luna, XnViewMP 0.61 is available via the GetDeb repository. All you have to do is:
Download the GetDeb Repository:
$ wget http://archive.getdeb.net/install_deb/getdeb-repository_0.1-1~getdeb1_all.deb
$ sudo dpkg -i getdeb-repository_0.1-1~getdeb1_all.deb
Update the local repository index:
$ sudo apt-get update
Install XnViewMP 0.61:
$ sudo apt-get install xnview
Because the XnViewMP version from the repositories on Ubuntu 12.10 and Linux Mint 14 is deprecated, we have to download XnViewMP 0.61 from the official site and install it with dpkg -i:
For 32 bit Ubuntu 12.10 and Linux Mint 14 systems:
$ wget -c download.xnview.com/XnViewMP-linux.deb
$ sudo dpkg -i download.xnview.com/XnViewMP-linux.deb
$ sudo apt-get install -f
For 64 bit Ubuntu 12.10 and Linux Mint 14 systems:
$ wget -c download.xnview.com/XnViewMP-linux-x64.deb
$ sudo dpkg -i download.xnview.com/XnViewMP-linux-x64.deb
$ sudo apt-get install -f