Page 1 of 1

Linux - Ubuntu MATE 24.04 Missing dependancies

Posted: Tue Dec 17, 2024 3:43 pm
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

Re: Linux - Ubuntu MATE 24.04 Missing dependancies

Posted: Wed Dec 18, 2024 7:30 am
by xnview
there is a problem with glib name, you need to force isntall

Re: Linux - Ubuntu MATE 24.04 Missing dependancies

Posted: Wed Dec 18, 2024 3:17 pm
by mickee384
ok. How do I force the install?

Re: Linux - Ubuntu MATE 24.04 Missing dependancies

Posted: Thu Dec 19, 2024 4:54 pm
by xnview
apt install --force xnview.deb

Re: Linux - Ubuntu MATE 24.04 Missing dependancies

Posted: Sun Dec 29, 2024 10:40 am
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

Re: Linux - Ubuntu MATE 24.04 Missing dependancies

Posted: Mon Dec 30, 2024 8:06 am
by xnview

Code: Select all

dpkg -i --force-all
?

Re: Linux - Ubuntu MATE 24.04 Missing dependancies

Posted: Mon Dec 30, 2024 9:01 am
by veehem
Thanks a lot

Code: Select all

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