XnView: MP 1.9.3 64 bit
OS: Linux 64bit
I downloaded both the Linux deb and AppImage files for XnViewMP 1.9.3 from https://www.xnview.com/en/xnview-mp/. The AppImage works correctly (thank you for providing that format). The deb file failed to install on Debian 13 with the following error:
Code: Select all
$ sudo apt install ~/XnViewMP-linux-x64-1.9.3.deb
Note, selecting 'xnview' instead of '/home/user/XnViewMP-linux-x64-1.9.3.deb'
Solving dependencies... Error!
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
Unsatisfied dependencies:
xnview : Depends: libgdk-pixbuf2.0-0 (>= 2.22.0) but it is not installable
Error: Unable to correct problems, you have held broken packages.
Error: The following information from --solver 3.0 may provide additional context:
Unable to satisfy dependencies. Reached two conflicting decisions:
1. xnview:amd64=1.9.3 is selected for install
2. xnview:amd64 Depends libgdk-pixbuf2.0-0 (>= 2.22.0)
but none of the choices are installable:
[no choices]
To reproduce:
1. install Debian 13
2. install the XnViewMP deb via apt
3. receive the dependency error as shown above
Actual behaviour (bug): does not install from a deb

Expected behaviour: should install from a deb