fedora15 x86_64 adobe airのインストール
Installing Adobe AIR in Fedora 15 (Lovelock)
You need to install Adobe AIR (64-bit) in order to run some Tweeter applications such as TweetDeck and Twhirl. The following is a step by step instructions to install Adobe AIR in Fedora 15 (64-bit):
Configuring Adobe Yum Repository File
$sudo rpm -vhi adobe-release-i386-1.0-1.noarch.rpm
$sudo rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-adobe-linux
Install 32-bit and 64-bit Libraries
$sudo yum install -y 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
Installing Adobe AIR
$sudo yum install -y adobeair
Automation
I have included a simple script for installing Adobe AIR. You can download the script here. Please read the note before running the script.
You also need to give execution permission to the script using the command
$sudo chmod +x <script name>
To run the script use the command:
$sudo ./<script name>
(Update) Additional Problem Running TweetDeck
After installing Adobe AIR, I could install Twhirl and TweetDeck on my system. However, I encountered additional problem when using Tweetdeck. It produce the following error:
Sorry, Adobe AIR has a problem running on this computer.
TweetDeck is having trouble storing your passwords securely..... etc
Following the instructions from Adobe does not help either. The solution is you need to install the following 32-bit library before running Tweetdeck:
$sudo yum install libgnome-keyring.i686