Linux - Ubuntu MATE 24.04 Missing dependancies

Ask for help and post your question on how to use XnView MP.

Moderators: XnTriq, helmut, xnview

mickee384
Posts: 4
Joined: Thu Jun 18, 2020 1:43 am

Linux - Ubuntu MATE 24.04 Missing dependancies

Post by mickee384 »

I tried to update Xnview but am getting a dependency issue. Image

I have been a paid user for about 10 years and I really like to keep it up to date. Here are my specs:
Image

any help with this is greatly appreciated! :D
User avatar
xnview
Author of XnView
Posts: 45053
Joined: Mon Oct 13, 2003 7:31 am
Location: France

Re: Linux - Ubuntu MATE 24.04 Missing dependancies

Post by xnview »

there is a problem with glib name, you need to force isntall
Pierre.
mickee384
Posts: 4
Joined: Thu Jun 18, 2020 1:43 am

Re: Linux - Ubuntu MATE 24.04 Missing dependancies

Post by mickee384 »

ok. How do I force the install?
User avatar
xnview
Author of XnView
Posts: 45053
Joined: Mon Oct 13, 2003 7:31 am
Location: France

Re: Linux - Ubuntu MATE 24.04 Missing dependancies

Post by xnview »

apt install --force xnview.deb
Pierre.
veehem
Posts: 2
Joined: Sun Dec 29, 2024 10:36 am

Re: Linux - Ubuntu MATE 24.04 Missing dependancies

Post by veehem »

It's not working with me (Xubuntu 24.04)

Code: Select all

apt install --force xnview.deb
E: L'option --force de la ligne de commande n'est pas reconnue quand elle est utilisée avec d'autres options.
Idem with sudo
User avatar
xnview
Author of XnView
Posts: 45053
Joined: Mon Oct 13, 2003 7:31 am
Location: France

Re: Linux - Ubuntu MATE 24.04 Missing dependancies

Post by xnview »

Code: Select all

dpkg -i --force-all
?
Pierre.
veehem
Posts: 2
Joined: Sun Dec 29, 2024 10:36 am

Re: Linux - Ubuntu MATE 24.04 Missing dependancies

Post by veehem »

Thanks a lot

Code: Select all

sudo dpkg -i --force-all xnview.deb
is working