If you want to run an Adobe Air-based product in Linux system, how to install the latest version of Adobe Air in Linux.
Adobe Air Runtime allows developers to package the same code in native applications for desktop operating systems as well as for devices and smartphones running Android, iPhone, iPad, Kindle Fire, Nook Tablet, and other devices to reaching mobile app stores.
With Adobe Air, you can build stunning games for the browser, iOS, and Android in 2D and 3D. Using fully accelerated GPU rendering, which utilizes the power of OpenGL and DirectX graphics.
How to install Adobe Air in Linux
To install Adobe Air in Linux, following these steps:
Step 1: Open a terminal
Step 2: Download the installation script with the following command
wget http://drive.noobslab.com/data/apps/AdobeAir/adobe-air.sh -O adobe-air.sh
Step 3: Make the script executable using the below command
chmod +x adobe-air.sh
Step 4: Now run the installation script and confirm the questions, so he can install Adobe Air in Linux
sudo ./adobe-air.sh
How to install Adobe Air in Linux, Ubuntu, Debian and its derivatives
If you want to install the program in Linux, Ubuntu, Debian and other systems that support .deb files should do the following:
Step 1: Open a terminal
Step 2: Check if your system is 32-bit or 64-bit by using the following command in the terminal:
uname -m
Step 3: If your system is 32-bit, use the command below to download the program. If the link is outdated, go to this page, download the latest version and save it as adobeair.deb:
wget http://drive.noobslab.com/data/apps/AdobeAir/adobeair_2.6.0.2_i386.deb -O adobeair.deb
Step 4: If your system is 64-bit, use the command below to download the program. If the link is outdated, go to this page , download the latest version and save it as adobeair.deb:
wget http://drive.noobslab.com/data/apps/AdobeAir/adobeair_2.6.0.2_amd64.deb -O adobeair.deb
Step 5: Now install the program with the commands below:
sudo dpkg -i adobeair.deb
sudo apt-get install -f
Step 6: If you prefer, use the command below to install the program
sudo apt install ./adobeair.deb
If you need to uninstall the program, use this command:
sudo apt-get remove adobeair*
you can also refer this page for Install Adobe AIR 2 for 64-bit Linux systems
.