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.






great
for 64-bit users:
http://investech.wordpress.com/2009/12/04/installing-adobe-air-on-fedora-12/