LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Installing Adobe AIR (https://www.linuxquestions.org/questions/linux-newbie-8/installing-adobe-air-4175595218/)

eco_bach 12-11-2016 07:38 AM

Installing Adobe AIR
 
Almost have install working on Ubuntu following this install guide

http://www.noobslab.com/2015/05/adob...or-ubuntu.html

However near the end of the install I get


Code:

Now running AdobeAir installer
/tmp/air.QYAFGU/setup: error while loading shared libraries: libgtk-x11-2.0.so.0: cannot open shared object file: No such file or directory
Removing installer file and unlinking symbolic files

So where do I get the libgtk-x11-2.0 library? I tried simply doing a

Code:

sudo apt install libgtk-x11-2.0
but get couldn't find package error

Keruskerfuerst 12-11-2016 08:21 AM

Which GUI are you using?
GTK is Gnome.

ardvark71 12-11-2016 09:37 PM

Hi...

Does this command work...

Code:

sudo apt-get install libgtk2.0-0
Disclaimer: Be careful with commands that are prefaced with "su" or "sudo." They will essentially allow root access to your system. Mistakes could possibly damage or even destroy your OS.

Also, are you running a 32 or 64 bit version of Ubuntu MATE?

Regards...

eco_bach 12-11-2016 09:51 PM

Thanks 64 bit .
Yes on further search I tried sudo apt-get install libgtk2.0-0
But then am left with a list over over a dozen missing dependencies!

Feel I am going down a rabbit hole.
Unless there is an easier reliable 1 script install solution, am going to forget about AIR

ardvark71 12-11-2016 11:13 PM

Quote:

Originally Posted by eco_bach (Post 5640862)
Thanks 64 bit .
Yes on further search I tried sudo apt-get install libgtk2.0-0
But then am left with a list over over a dozen missing dependencies!

Feel I am going down a rabbit hole.
Unless there is an easier reliable 1 script install solution, am going to forget about AIR

Hi...

Adobe AIR for Linux is a 32 bit application, a 64 bit version was never released for Linux, at least to my knowledge. This probably explains, at least partly, your issues. ;)

For the missing dependencies, please run this command and post the resulting output....

Code:

sudo apt-get -f install
I did find this page, which should help you get it installed correctly, even though it was originally written for Ubuntu 12.04. :)

Regards...

eco_bach 12-12-2016 02:59 PM

Great info. Thanks! Will try as suggested and let you know

dugan 12-12-2016 03:51 PM

If it's an option, you should consider installing WINE and running your Adobe Air apps in that instead. It's better than the Linux runtime.

eco_bach 12-13-2016 02:55 AM

Almost there, after running the AIR installer another time get several warnings

Quote:

(setup:4441): Gtk-WARNING **: Unable to locate theme engine in module_path: "murrine",
followed by this error popup

Quote:

Adobe AIR could not be installed. Install either Gnome Keyring or KDE KWallet before installing Adobe AIR.
But when I try and install Gnome Keyring I get the following error

Quote:

gnome-keyring is already the newest version (3.18.3-0ubuntu2)

ardvark71 12-13-2016 01:54 PM

Hi...

Do any of the suggestions here help?

Regards...

eco_bach 12-13-2016 05:13 PM

Quote:

Originally Posted by ardvark71 (Post 5641748)
Hi...

Do any of the suggestions here help?

Regards...


Great, works! should be a sticky

ardvark71 12-13-2016 05:21 PM

Quote:

Originally Posted by eco_bach (Post 5641847)
Great, works! should be a sticky

So you were able to get it installed and working correctly? If so, please mark this thread as "SOLVED" by clicking on "Thread Tools" directly above your initial post. Thanks! :)

Regards...


All times are GMT -5. The time now is 05:20 PM.