Location | Tag | Media  ||  A | P

Adobe Air has stopped support for Linux, so you'll be using the old version 2.6. After downloading from their website, you just change the permissions for that installer:

$sudo chmod +x AdobeAIRInstaller.bin

To install:
$sudo ./AdobeAIRInstaller.bin

An error will occur about gnome keyring, to fix this, you just have to create a symbolic link to the /usr/lib/:

$sudo ln -s /usr/lib/i386-linux-gnu/libgnome-keyring.so.0 /usr/lib/libgnome-keyring.so.0
$sudo ln -s /usr/lib/i386-linux-gnu/libgnome-keyring.so.0.2.0 /usr/lib/libgnome-keyring.so.0.2.0

Then try to install Adobe Air again, and it will work.

Note: Don't forget to remove the links you've created:

$sudo rm /usr/lib/libgnome-keyring.so.0
$sudo rm /usr/lib/libgnome-keyring.so.0.2.0

That's it!

'프로그래밍' 카테고리의 다른 글

grub menu gui edit  (0) 2013.05.03
cmake ndk 윈도우  (0) 2013.04.30
configure: error: glib-compile-schemas not found.  (0) 2013.04.29
우분투 마운트 설정을 편하게  (0) 2013.04.29
xfce 듀얼모니터행행  (0) 2013.04.28
Posted by Bestend
: