Positively fraught.
If you go with the *.deb to dpkg route and subsequently install nearly any AIR application, you will break apt.
Rather, apt will think that it’s broken because you’ll have used the –force-architecture flag, and 32-bit Debian packages are not accounted for in apt’s list of met dependencies.
You’ll get something like this:
You might want to run ‘apt-get -f install’ to correct these.The following packages have unmet dependencies.<The application you want desperately to install, followed by some hash> PreDepends: adobeair (>= 1.5.0.0) but it is not installable..., etc.
This forum post, wrestled for your convenience from Google’s insatiable cache, details the issue in greater detail. It will also direct you to use the binary installer (.bin file), which you can procure here: http://get.adobe.com/air/
Now, if you’re psychically spent from searching for a solution to your AIR problem, you might forget to chmod +x AdobeAIRInstaller.bin, which would give you any of:
AdobeAIRInstaller.bin: AdobeAIRInstaller.bin: cannot execute binary file
(if you bash it)
./AdobeAIRInstaller.bin: 1: Syntax error: "(" unexpected
(if you sh it)
AdobeAIRInstaller.bin: AdobeAIRInstaller.bin: cannot execute binary file
(if you–sensibly–just type out the installer name and wonder why tabbing to auto-complete the filename doesn’t work)
Hope this helps :]
Posted via email from jerwilkins’s posterous