I downloaded the deb package from http://www.openlierox.net, and tried to install it using this command:
sudo dpkg -i openlierox_0.58.rc3_amd64.deb
but it didn't meet all requirements:
dpkg: dependency problems prevent configuration of openlierox:
openlierox depends on libgd2-xpm (>= 2.0.33); however:
Package libgd2-xpm is not installed.
openlierox depends on libgd2-xpm (>= 2.0.33) | libgd2-noxpm (>= 2.0.33); however:
Package libgd2-xpm is not installed.
Package libgd2-noxpm is not installed.
I installed package libgd-dev
as I thought it would solve the problem, which it didn't, so I tried ignoring it and install it by using this command:
sudo dpkg --ignore-depends=libgd2-xpm -i openlierox_0.58.rc3_amd64.deb
But there is problem when I try to run it, as I get this error:
openlierox: error while loading shared libraries: libgd.so.2: cannot open shared object file: No such file or directory
I think it should be easy to fix by installing the libgd2-xpm
package, but I didn't find it in a repository. What should I do, how do I properly install it?
libgd2-xpm
http://old-releases.ubuntu.com/ubuntu/pool/main/libg/libgd2/libgd2-xpm_2.0.36~rc1~dfsg-6.1ubuntu1_amd64.deb ... Install the package:sudo gdebi Downloads/libgd2-xpm_2.0.36~rc1~dfsg-6.1ubuntu1_amd64.deb
. Note : The current version is "libgd3*". β Knud Larsen May 12 '18 at 15:48