0

I use Ubuntu Studio 15.10, 64 bit, and WineHQ 1.9.1.

I've tried to install a Windows software which needs Adobe Air complement, but I can not to install it, not from the original software CD, not from the Internet.

What's wrong here?

How can I install it?

Is there some "replacement" for Adobe Air, somewhere?

Greetings & Blessings from Chile!

Juan

Juan
  • 1,797

1 Answers1

2

Adobe air is now available for Ubuntu 14.04+

wget -O adobe-air.sh http://drive.noobslab.com/data/apps/AdobeAir/adobe-air.sh
chmod +x adobe-air.sh
sudo ./adobe-air.sh

That's it, here is some more information

Mark Kirby
  • 18,529
  • 19
  • 78
  • 114
  • Thanks you so much!!! BTW: I discovered that the reason I couldn't install Air the first time was because we have to install a lot of extra packages when we install Wine. Why there is not instructions about? Or, better, Why not to make an installer which install all those extra and necessary packages? ??? – Juan Jan 12 '16 at 23:20
  • Extra packages for Wine? I don't use it but as far as I know if you sudo apt-get install wineit installs all dependencies but like I said I don't use it so I could be wrong, you could ask another question and see what the community has to say :) – Mark Kirby Jan 12 '16 at 23:24
  • so, which version of air is that? – Mateo Jan 13 '16 at 17:52
  • When I finished the first download, automatic the system offered me an upgrade to version 20.... (something). That's what I got. – Juan Jan 13 '16 at 20:36