0

Any solution is not do anything on my machine. I downloaded air Installed 32 bit packages but always said "permission denied"

Nhmanas
  • 61

2 Answers2

2

From: http://www.liberiangeek.net/2012/04/install-adobe-flash-reader-air-in-ubuntu-12-04-precise-pangolin/

For 64bit

In terminal (What is a terminal and how do I open and use it?) copy and paste each command then hit enter one command at a time. sudo commands will ask for a password, type your password and hit enter(there will be no visual indication of typing a password)- if you password does not work: How do I reset a lost administrative password?

  1. wget http://airdownload.adobe.com/air/lin/download/latest/AdobeAIRInstaller.bin
  2. sudo chmod +x AdobeAIRInstaller.bin

  3. sudo ln -s /usr/lib/x86_64-linux-gnu/libgnome-keyring.so.0 /usr/lib/libgnome-keyring.so.0

  4. sudo ln -s /usr/lib/x86_64-linux-gnu/libgnome-keyring.so.0.2.0 /usr/lib/libgnome-keyring.so.0.2.0
  5. sudo ./AdobeAIRInstaller.bin
Mateo
  • 8,104
1

With adobe air u need to use Adobe Air version 2.6 (only one I were able to run on 64 bit 12.04) since adobe stuck support for Linux. Never version most likely wont work at all.

Second issue with adobe air is that it mostly search for needed libraries on wrong place, however this post here!, helped me to instal Adobe Air.

danijelc
  • 878