- Pull up a console and su as root.
[danesh@jackal ~]$ su -
- Install these packages first.
[root@jackal ~]# 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.
[root@jackal ~]# wget http://airdownload.adobe.com/air/lin/download/latest/AdobeAIRInstaller.bin
- Make the .bin file executable by using the chmod command.
[root@jackal ~]# chmod +x AdobeAIRInstaller.bin
- Execute the .bin file.
[root@jackal ~]# ./AdobeAIRInstaller.bin
Follow the screens and your install’s complete.