Page 1 of 1

Not install on Ubuntu 20.04

Posted: Mon May 04, 2020 12:17 pm
by desdecanarias
Hi everyone! i can't install gimx on my Ubuntu version, i have changed the source and updated and nothing, thx

Re: Not install on Ubuntu 20.04

Posted: Mon May 04, 2020 5:05 pm
by LoneWolf81
Hi

Can you try these steps and see if it works.
Download this package http://launchpadlibrarian.net/441448424 ... _amd64.deb
Then open a terminal window and type

Code: Select all

sudo dpkg -i libwxgtk3.0-0v5_3.0.4+dfsg-12_amd64.deb
sudo apt-get install -f
sudo dpkg -i gimx_7.15-1_amd64.deb 
If you still get dependency errors just run this command again and then try to install GIMX

Code: Select all

sudo apt-get install -f
sudo dpkg -i gimx_7.15-1_amd64.deb 
If you are still having trouble please post any output messages from your terminal window and I will try to help you resolve the issue :D

Re: Not install on Ubuntu 20.04

Posted: Mon May 04, 2020 6:50 pm
by desdecanarias
Thx a lot Bro! Its work :)

Re: Not install on Ubuntu 20.04

Posted: Tue May 05, 2020 6:32 am
by LoneWolf81
No problem :mrgreen: