1. Pull up a console and su as root.

[danesh@jackal ~]$ su -

  1. Install these packages first.

[root@jackal ~]# yum -y install xterm gtk2-devel gnome-keyring libxml2-devel libxslt rpm-devel nss

  1. Grab the latest vesion of Adobe AIR from Adobe’s download page.

[root@jackal ~]# wget http://airdownload.adobe.com/air/lin/download/latest/AdobeAIRInstaller.bin

  1. Make the .bin file executable by using the chmod command.

[root@jackal ~]# chmod +x AdobeAIRInstaller.bin

  1. Execute the .bin file.

[root@jackal ~]# ./AdobeAIRInstaller.bin

Follow the screens and your install’s complete.