- Pull up a console and su as root.
[[email protected] ~]$ su -
- Install these packages first.
[[email protected] ~]# yum -y install xterm gtk2-devel gnome-keyring libxml2-devel libxslt rpm-devel nss
- Grab the latest vesion of Adobe AIR from Adobe’s download page.
[[email protected] ~]# wget http://airdownload.adobe.com/air/lin/download/latest/AdobeAIRInstaller.bin
- Make the .bin file executable by using the chmod command.
[[email protected] ~]# chmod +x AdobeAIRInstaller.bin
- Execute the .bin file.
[[email protected] ~]# ./AdobeAIRInstaller.bin
Follow the screens and your install’s complete.