First thing first, please download the Adobe AIR installer by running the following command:
Once downloaded, you need to add "execute" permission to the installer:
- wget http://airdownload.adobe.com/air/lin/download/latest/AdobeAIRInstaller.bin
The last thing to do is executing the Adobe AIR installer:
- sudo chmod +x AdobeAIRInstaller.bin
You may encounter this following error message while installing:
- sudo ./AdobeAIRInstaller.bin
To solve this kind of problem, please run the following command:
For 32bit system:
- 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
For 64bit system:
Then run the installer again.
- sudo ln -s /usr/lib/x86_64-linux-gnu/libgnome-keyring.so.0 /usr/lib/libgnome-keyring.so.0
- sudo ln -s /usr/lib/x86_64-linux-gnu/libgnome-keyring.so.0.2.0 /usr/lib/libgnome-keyring.so.0.2.0
If everything done well, you should be able to access Adobe AIR application installer in Unity Dash.
Enjoy :)
0 comments:
Post a Comment