Home > Tutorials, UNIX/Linux > Installing Adobe Air under Fedora 12

Installing Adobe Air under Fedora 12

After having some problems trying to install Adobe Air under my Fedora 12 installation, here is the what you should do to get it up and running:

  • Install the following packages usign YUM

yum install gtk2-devel rpm-devel xterm

  • Solve the certificates issue using the command

for c in /etc/opt/Adobe/certificates/crypt/*.0; do aucm -n $(basename $c) -t true; done

  • Now you can navigate to where you download the binary and then do the following

chmod +x AdobeAIRInstaller.bin

./AdobeAIRInstaller.bin

BTW, this was under a 32-bit installation.

Hope this solves the problem.

Share it:
  • Google Bookmarks
  • del.icio.us
  • Facebook
  • TwitThis
  • Digg
  • Live
  • Slashdot
  • Technorati
  • Ma.gnolia
  • email
  • StumbleUpon
  • LinkedIn
Categories: Tutorials, UNIX/Linux Tags: , , , ,