Page 1 of 1

Installation on Linux using Gbebi shows same version already installed

Posted: Thu Jun 24, 2021 6:12 pm
by cday
Installing a DEB download on Linux Mint Cinnamon (19.3 or 20.1) using Gdebi on completion shows that the same version is already installed...

This happens consistently with XnView MP and XnConvert, the applications run normally, though.

An XnView or Gdebi bug?


Screenshot.png
Screenshot.png (16.2 KiB) Viewed 701 times

Re: Installation on Linux using Gbebi shows same version already installed

Posted: Fri Jun 25, 2021 4:32 pm
by Friedrich
To check if a package and which version of it is installed:
Open a terminal and enter:

Code: Select all

dpkg -s 
followed by package name.
Example:

Code: Select all

dpkg -s xnview
To offer reinstallation in case its already installed is normal behaviour of package managers.

Re: Installation on Linux using Gbebi shows same version already installed

Posted: Fri Jun 25, 2021 5:55 pm
by cday
Friedrich wrote: Fri Jun 25, 2021 4:32 pm To offer reinstallation in case it's already installed is normal behaviour of package managers.
Thank you, that isn't obvious, maybe the text could be improved?

Would something like 'Installation complete, do you wish to repeat the installation' be the intended meaning as you understand it?