Cannot install adobeair .bin file

Quick to answer questions about finding your way around Linux Mint as a new user.
Forum rules
There are no such things as "stupid" questions. However if you think your question is a bit stupid, then this is the right place for you to post it. Stick to easy to-the-point questions that you feel people can answer fast. For long and complicated questions use the other forums in the support section.
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
User avatar
barrieluv
Level 2
Level 2
Posts: 79
Joined: Fri Jun 19, 2009 12:20 pm
Location: West London

Re: Cannot install adobeair .bin file

Post by barrieluv »

Is the adobeair-installer package not available in Synaptic? That would be the easy way to do it.

I installed Adobe Air when I installed iPlayer. It was all automatic and when I removed iPlayer, Adobe Air was not removed.
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 1 time in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
EeePC 701 Ubuntu 10.04 || HP Pavilion DV6 Linux Mint 17 Mate Edition
User avatar
barrieluv
Level 2
Level 2
Posts: 79
Joined: Fri Jun 19, 2009 12:20 pm
Location: West London

Re: Cannot install adobeair .bin file

Post by barrieluv »

No, went to BBC iPlayer and installed it from the site.
If you're not in the UK, you can do the same with Tweet Deck.

Just choose to install either of these and Adobe Air will be installed automatically. If you don't want the app, but want to keep Adobe Air, just run Adobe Air and choose to remove the app.
EeePC 701 Ubuntu 10.04 || HP Pavilion DV6 Linux Mint 17 Mate Edition
User avatar
barrieluv
Level 2
Level 2
Posts: 79
Joined: Fri Jun 19, 2009 12:20 pm
Location: West London

Re: Cannot install adobeair .bin file

Post by barrieluv »

What, nothing at all? No response? Nothing like this?....
Image
EeePC 701 Ubuntu 10.04 || HP Pavilion DV6 Linux Mint 17 Mate Edition
User avatar
barrieluv
Level 2
Level 2
Posts: 79
Joined: Fri Jun 19, 2009 12:20 pm
Location: West London

Re: Cannot install adobeair .bin file

Post by barrieluv »

Can you post a link to where you found instructions for the command line installation?
EeePC 701 Ubuntu 10.04 || HP Pavilion DV6 Linux Mint 17 Mate Edition
RedWagon

Re: Cannot install adobeair .bin file

Post by RedWagon »

downloaded AdobeAIRInstaller.bin to Desktop, and in terminal:

$ chmod +x AdobeAIRInstaller.bin
$ ./AdobeAIRInstaller.bin

Nothing - terminal blinks and returns to the prompt
The installer needs to be run as root. Try

Code: Select all

sudo ./AdobeAIRInstaller.bin
and paste back any errors if you get any. I really don't think you'll have any problems though, most of the problems with Adobe Air occur because of library issues on the 64 bit versions. Also I'm 90% sure Adobe Air isn't in the repos so this is the only way.
User avatar
barrieluv
Level 2
Level 2
Posts: 79
Joined: Fri Jun 19, 2009 12:20 pm
Location: West London

Re: Cannot install adobeair .bin file

Post by barrieluv »

I just noticed that you saved the file to your desktop. In that case, make sure that your first command is

Code: Select all

cd /home/whateveryourusernameis/Desktop


Then use the instructions you already have.

This is how it would look on mine:

Code: Select all

barrieluv@Mint ~ $ cd /home/barrieluv/Desktop
barrieluv@Mint ~/Desktop $ dir
AdobeAIRInstaller.bin
barrieluv@Mint ~/Desktop $ chmod +x AdobeAIRInstaller.bin
barrieluv@Mint ~/Desktop $ sudo ./AdobeAIRInstaller.bin
As an aside, I still find it odd that you got no response on the links I gave you. Do you have Javascript urned on in your browser preferences?
EeePC 701 Ubuntu 10.04 || HP Pavilion DV6 Linux Mint 17 Mate Edition
User avatar
barrieluv
Level 2
Level 2
Posts: 79
Joined: Fri Jun 19, 2009 12:20 pm
Location: West London

Re: Cannot install adobeair .bin file

Post by barrieluv »

In that case, I really don't know what to suggest. :(

You could delete the file, download it again to your desktop, in properties check the size of the file (mine is 13.1MB), then run the commands again. It may be a duff download.
EeePC 701 Ubuntu 10.04 || HP Pavilion DV6 Linux Mint 17 Mate Edition
User avatar
barrieluv
Level 2
Level 2
Posts: 79
Joined: Fri Jun 19, 2009 12:20 pm
Location: West London

Re: Cannot install adobeair .bin file

Post by barrieluv »

If I click the package I get exactly the same response. Check your typing, perhaps. ;) It's all case sensitive...
EeePC 701 Ubuntu 10.04 || HP Pavilion DV6 Linux Mint 17 Mate Edition
User avatar
barrieluv
Level 2
Level 2
Posts: 79
Joined: Fri Jun 19, 2009 12:20 pm
Location: West London

Re: Cannot install adobeair .bin file

Post by barrieluv »

Could you try again and copy and paste the contents of your terminal session? There may be some clue there...
EeePC 701 Ubuntu 10.04 || HP Pavilion DV6 Linux Mint 17 Mate Edition
User avatar
barrieluv
Level 2
Level 2
Posts: 79
Joined: Fri Jun 19, 2009 12:20 pm
Location: West London

Re: Cannot install adobeair .bin file

Post by barrieluv »

So you're done! Cool. :)
EeePC 701 Ubuntu 10.04 || HP Pavilion DV6 Linux Mint 17 Mate Edition
User avatar
barrieluv
Level 2
Level 2
Posts: 79
Joined: Fri Jun 19, 2009 12:20 pm
Location: West London

Re: Cannot install adobeair .bin file

Post by barrieluv »

Restricted account? I'm not entirely sure what that means, but I've always been under the impression that it meant you can't run as super user. So, no sudo password=no install. Is that the case?
EeePC 701 Ubuntu 10.04 || HP Pavilion DV6 Linux Mint 17 Mate Edition
RedWagon

Re: Cannot install adobeair .bin file

Post by RedWagon »

I normally use an account where I can do little harm except to my own files ...

I install and manage Mint from another (save me confusion and, hopefully, errors) - I just log off one and log onto other when need arises (like now)
Linux is set up like this by default. That's the whole reason behind sudo and the root account.
User avatar
barrieluv
Level 2
Level 2
Posts: 79
Joined: Fri Jun 19, 2009 12:20 pm
Location: West London

Re: Cannot install adobeair .bin file

Post by barrieluv »

And this is when you're logged into the administrator account? Not the restricted account? And are you by any chance in the UK?
EeePC 701 Ubuntu 10.04 || HP Pavilion DV6 Linux Mint 17 Mate Edition
User avatar
barrieluv
Level 2
Level 2
Posts: 79
Joined: Fri Jun 19, 2009 12:20 pm
Location: West London

Re: Cannot install adobeair .bin file

Post by barrieluv »

I've now installed Adobe Air using this method on three installs, Jolicloud, Mint and Eeebuntu without fail. The install was also successful using both the BBC iPlayer and Tweetdeck links.

I'm afraid I cannot be of any further assistance. Good luck.
EeePC 701 Ubuntu 10.04 || HP Pavilion DV6 Linux Mint 17 Mate Edition
Locked

Return to “Beginner Questions”