Tell me more ×
Ask Ubuntu is a question and answer site for Ubuntu users and developers. It's 100% free, no registration required.

I tried:

  1. Launching Ubuntu Software Centre
  2. I typed in "air" and found "adobe air"
  3. It says "available from the 'maverick-partner' source. and has a button "use this source"
  4. I clicked "use this source", I saw a "in progress (1)" icon come up in the side bar, and disappear, but nothing happened/changed.

I'm stuck.

I have actually already added the maverick-partner source to apt so I could install sun-java6-jdk.

share|improve this question

4 Answers

up vote 3 down vote accepted

I have looked into this and on the official Adobe Air 2 page for Linux, 64-bit binaries are not available, although 32-bit should work fine.

Try going through the steps on this page here: http://kb2.adobe.com/cps/521/cpsid_52132.html

Although they are intended for 9.04, I can't see why this wouldn't work on 10.10.

If following those steps don't work, try this article on OMG!Ubuntu!: http://www.omgubuntu.co.uk/2010/01/how-to-install-adobe-air-on-ubuntu-64bit-2/

share|improve this answer
I've followed steps like that before - and I could do that again - but since Adobe Air is in the "Ubuntu Software Centre" I thought I should use that. Why doesn't it work? – Alex Black Nov 5 '10 at 15:16
1  
This tutorial worked well for me: omgubuntu.co.uk/2010/01/… – Alex Black Nov 5 '10 at 16:31
Same for me - just be sure to download the .bin version and run chmod 744 on it to make it executable. – Korneel Bouman Dec 24 '10 at 21:07
PS: I had to reinstall flash afterwards... – Korneel Bouman Dec 24 '10 at 21:13

The partner repository has been causing trouble recently to some users when installing Adobe Flash, because the connection times out and the installation is interrupted. So I suspect you are experiencing the same problem in regard to Adobe Air. Try again later or download the deb file from Adobe directly.

share|improve this answer
I've tried four or five times. I'll try again in a bit. I tried downloading the deb file from Adobe, it failed to install "Wrong architecture 'i386'" – Alex Black Nov 5 '10 at 16:15
Shouldn't the software-center give me an error message of some kind? – Alex Black Nov 5 '10 at 16:15
To be honest, I don't use the Software Center :) I just tried on a 64bit VM and got "Sorry, 'Adobe Air' is not available for this type of computer (amd64)." – lovinglinux Nov 5 '10 at 16:19
Interesting, thats at least somewhat helpful :) – Alex Black Nov 5 '10 at 16:23
Yep, you should try the tutorial provided by TheX – lovinglinux Nov 5 '10 at 16:27

I used this ppa. It has the 64-bit package.

To add the ppa and install Adobe Air run:

sudo add-apt-repository ppa:dajhorn/adobeair
sudo apt-get update 
sudo apt-get install adobeair

You could just run the first two lines of code then install it in the software center if you wish :)

share|improve this answer
That PPA seems not to be maintained, the latest (and only) version from that PPA is 2.5.1.17730, Adobe has 2.6. – Lekensteyn Jul 24 '11 at 8:04

Go to the Adobe Air download page, and select the .deb version in the pull down menu, let it download and install like you would any other .deb file.

Here is a howto explaining how to install 32bit Adobe Air, on 64bit Ubuntu.... It doesn't look like here is an easier way to do it.

share|improve this answer
Ok, I could try that, but, I think I really meant to ask "How do I install Adobe Air from the software centre" – Alex Black Nov 5 '10 at 15:56
You would have to find a PPA, which I am not aware of one... but just because I don't know it doesn't mean it doesn't exist... – Gui Nov 5 '10 at 16:12
I tried this, the .deb file opened up in software center and said "Wrong architecture 'i386'" – Alex Black Nov 5 '10 at 16:12
Regarding a PPA - presumably there is a deb file and package already - why else would "Adobe Air" be in the Ubuntu software center? – Alex Black Nov 5 '10 at 16:13
I didn't realize it was already in there, sorry, also, just because it is in there, doesn't mean it is a current/up-dated version. also, I added a new link in my original answer detailing how to install Air on a 64bit install. – Gui Nov 5 '10 at 16:17
show 3 more comments

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.