rockstarmode

rockstar mode - [noun] 'räk'stär 'mOd: Expressing the insanity of living with your knobs permanently cranked to eleven.

« Back to blog

Adobe AIR 2.0 on Fedora 13 64-bit

I recently had to install Adobe AIR on a newly built Fedora 13 machine, the steps were fairly easy (everything could be done via YUM). As the root user:

  1. Install dependencies:
    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
  2. Download the Adobe yum RPM: http://get.adobe.com/flashplayer/ Install with:
    rpm -Uvh adobe-release-i386-1.0-1.noarch.rpm
  3. Install the adobeair package:
    yum install adobeair
  4. You can also install flash 10.1 (32-bit) this way:
    yum install flash-plugin

Thanks go to if not true then false for resolving the dependencies.

Dependencies