Skip to content

Instantly share code, notes, and snippets.

@ariofrio
Created April 28, 2012 06:00
Show Gist options
  • Save ariofrio/2516436 to your computer and use it in GitHub Desktop.
Save ariofrio/2516436 to your computer and use it in GitHub Desktop.
Install Adobe Air 2.6 on Fedora 16
# This script will download the Adobe Air installer to the
# current directory. Just sayin'.
#
# Instructions from: http://www.zealfortechnology.com/2011/11/install-adobe-air-fedora-16.html
echo "-----> Installing dependencies"
sudo yum install ld-linux.so.2 gtk2-devel.i686 libdbus-glib-1.so.2 libhal.so.1 rpm-devel.i686 libXt.so.6 gnome-keyring-devel.i686 libDCOP.so.4 libxml2-devel.i686 nss-devel.i686 libxslt.i686 xterm rpm-build libgnome-keyring.i686
echo "-----> Downloading installer"
wget --continue http://airdownload.adobe.com/air/lin/download/2.6/AdobeAIRInstaller.bin
echo "-----> Installing Adobe Air 2.6.0"
chmod +x AdobeAIRInstaller.bin
sudo ./AdobeAIRInstaller.bin
@xfoxfu
Copy link

xfoxfu commented Apr 6, 2014

@kelonye It seems not.

@florianajir
Copy link

not working anymore on fedora 21.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment