Installing Adobe Air under Fedora 12
March 5th, 2010
1 comment
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.






Recent Comments