As you may know, XnViewMP is a free application for managing digital images, having support for over 500 image formats and a feature for importing images from scanner.

The latest version available is XnViewMP 0.92, which brings the only fixes. From the changelog:
- 1495: [Bug] Open problem – viewtopic.php?f=62&t=37920
- 1495: [Bug] Switch mode – viewtopic.php?f=62&t=37916
Installation instructions:
Because the latest version of XnViewMP is not available via any repository or PPA, we need to download the deb package from the official website and install it via gdebi (software that also fixed dependency issues).
How to install XnViewMP on 32 bit (i386) Ubuntu, Linux Mint, Elementary OS and derivative systems:
$ cd /tmp
$ wget https://download.xnview.com/XnViewMP-linux.deb
$ sudo gdebi XnViewMP-linux.deb
How to install XnViewMP on 64 bit (amd64) Ubuntu, Linux Mint, Elementary OS and derivative systems:
$ cd /tmp
$ wget https://download.xnview.com/XnViewMP-linux-x64.deb
$ sudo gdebi XnViewMP-linux-x64.deb
Optional, to remove xnviewmp, do:
$ sudo apt-get remove xnviewmp