Ами това което аз направих е :
wget
http://airdownload.adobe.com/air/lin/download/2.6/adobeair.debmkdir tmp # make a working directory
dpkg-deb -x adobeair.deb tmp # extract the package
dpkg-deb --control adobeair.deb tmp/DEBIAN # extract the control files
sed -i "s/i386/all/" tmp/DEBIAN/control # remove the 32-bit requirement
dpkg -b tmp adobeair_64.deb # rebuild the package
rm -rf tmp # get rid of that temporary directory
sudo dpkg -i adobeair_64.deb # install the package
и всичко стана перфектно.
Благодаря на всички за бързите и полезни отговори
![Beer [_]3](https://www.linux-bg.org/forum/Smileys/default/beer.gif)