Skip to content

XnViewMP

Allow to browse your pictures

Installation

Using a script

You can use xnviewmp-install script to install or update XnViewMP [recommended].

Summary

wget https://gitea.cclaude.rocks/installers/xnviewmp-install/raw/branch/master/xnviewmp-install.sh -O /tmp/xnviewmp-install.sh && bash /tmp/xnviewmp-install.sh --last-version

More documentation on xnviewmp-install project page.

Manual

Identify if you are running on 32 bits or on 64 bits Linux

uname -m

For 32 bits (no more supported, newest versions are 64 bits only)

cd ~/Downloads/
wget https://download.xnview.com/XnViewMP-linux.deb
sudo dpkg -i ~/Downloads/XnViewMP-linux.deb
cd -

For 64 bits

cd ~/Downloads/
wget https://download.xnview.com/XnViewMP-linux-x64.deb
sudo dpkg -i ~/Downloads/XnViewMP-linux-x64.deb
cd -