Adobe AIR 1.5 for Linux released
The Linux version of Adobe AIR, which has lagged behind its Windows and Mac cousins for a while now, has finally graduated from beta status. That means you can download Adobe AIR for Linux from the same Adobe AIR homepage as the Windows and Mac versions. No more Adobe Labs.
Adobe AIR, by the way, is a platform for running certain web applications as if they were desktop apps, no browser required. A few popular AIR apps are Twhirl, a desktop Twitter and micro-blogging client, and ReadAIR, a desktop client for Google Reader.
Adobe officially supports Ubuntu, OpenSUSE, and Fedora Linux distributions, although the software may work with other distros.
Installation can be a bit tricky. You can't just click on the installer file in most cases. Rather, you need to open a terminal window, locate the installer, and type "sudo ./AdobeAIRInstaller.bin." If that doesn't do the trick, try typing "sudo chmod 755 AdobeAIRInstaller.bin" first.
[via CNET]
Adobe AIR, by the way, is a platform for running certain web applications as if they were desktop apps, no browser required. A few popular AIR apps are Twhirl, a desktop Twitter and micro-blogging client, and ReadAIR, a desktop client for Google Reader.
Adobe officially supports Ubuntu, OpenSUSE, and Fedora Linux distributions, although the software may work with other distros.
Installation can be a bit tricky. You can't just click on the installer file in most cases. Rather, you need to open a terminal window, locate the installer, and type "sudo ./AdobeAIRInstaller.bin." If that doesn't do the trick, try typing "sudo chmod 755 AdobeAIRInstaller.bin" first.
[via CNET]













Comments
7
Subscribe to commentsDavidDec 18th 2008 12:30PM
YES! Thanks Download Squad!
whiskeyDec 18th 2008 9:57PM
sudoo? nope... it's sudo
Brad... how about a guide to install the Ubuntu MID launcher??? Pretty please with sugar on top?
Thanks and keep up the excellent work!
D. AllenDec 21st 2008 9:59AM
Gee, I must be lazy. I was hoping for a .deb. I can't even remember the last time I had to chmod a .bin file. Ubuntu has officially spoiled me.
RahulDec 22nd 2008 7:59AM
If you are afraid of terminals, rather than a chmod +x AdobeAIRInstaller.bin, you can right click the file and select the "Properties". The permission can be changed in the Permissions tab.
RahulDec 22nd 2008 7:59AM
If you are one of those who had the previous Beta version of AIR installed, then make sure to uninstall the beta as well as all AIR application installed using it. To uninstall the Beta run the following commands:
For dpkg base distros(like Ubuntu 7.10,8.04 )
rm -rf ~/.adobe/ ~/.macromedia/ ~/.appdata
sudo rm -rf /root/.adobe/ /root/.macromedia/ /root/.appdata
sudo rm -rf /var/opt/Adobe\ AIR/
sudo rm -rf /etc/opt/Adobe/
sudo dpkg -P $(dpkg -l | grep adobeair | awk -F" " '{print $2}')
sudo dpkg -P $(dpkg -l | grep adobe-cert | awk -F" " '{print $2}')
For rpm based distros(like Fedora, OpenSuSe 10.3). Mine was a sudo user so I have added sudo(not required to add sudo if run as a root user).
sudo rpm -e --nodeps $(rpm -qa | grep adobe-cert)
sudo rpm -e --nodeps $(rpm -qa | grep adobeair)
rm -rf ~/.adobe/ ~/.macromedia/ ~/.appdata
sudo rm -rf /root/.adobe/ /root/.macromedia/ ~/.appdata
sudo rm -rf /var/opt/Adobe\ AIR/
sudo rmdir /etc/opt/Adobe/
sudo rmdir /etc/opt
RahulDec 22nd 2008 7:59AM
If you are one of those who had the previous Beta version of AIR installed, then make sure to uninstall the beta, as well as all AIR application installed through it. To uninstall the Beta run the following commands:
For dpkg base distros(like Ubuntu 7.10,8.04 )
rm -rf ~/.adobe/ ~/.macromedia/ ~/.appdata
sudo rm -rf /root/.adobe/ /root/.macromedia/ /root/.appdata
sudo rm -rf /var/opt/Adobe\ AIR/
sudo rm -rf /etc/opt/Adobe/
sudo dpkg -P $(dpkg -l | grep adobeair | awk -F" " '{print $2}')
sudo dpkg -P $(dpkg -l | grep adobe-cert | awk -F" " '{print $2}')
For rpm based distros(like Fedora, OpenSuSe 10.3). Mine was a sudo user so I have added sudo(not required to add sudo if run as a root user).
sudo rpm -e --nodeps $(rpm -qa | grep adobe-cert)
sudo rpm -e --nodeps $(rpm -qa | grep adobeair)
rm -rf ~/.adobe/ ~/.macromedia/ ~/.appdata
sudo rm -rf /root/.adobe/ /root/.macromedia/ ~/.appdata
sudo rm -rf /var/opt/Adobe\ AIR/
sudo rmdir /etc/opt/Adobe/
sudo rmdir /etc/opt
TelicDec 26th 2008 6:03PM
Some assert that Linux's terminal CLI is required to install Adobe AIR. Wrong!
First, install Adobe Flash 10. ;-)
Now, after you download the AIR installer: Using (GNOME's) Nautilus file manager GUI, right-click on the Adobe BIN file and check under the Properties' Permissions tab, to allow executing the file as a program. Next, right-click and Rename the file to remove its .bin extension, so the file name is just AdobeAIRInstaller. Finally, double-click the file to run the Adobe installer, which pops open a new window, requests your authorization (password), and prompts you through the install. That's it.
You'll then find AIR maintenance items in the Ubuntu "Accessories" menu (or in the "Tools" menu of Mandriva Linux 2009). The .air file extension is associated with Adobe's run-time. An AIR application can be removed via the distro RPM or DEB package manager GUI, or by double-clicking its original .air installation file.
:-)