Jump to content

Recommended Posts

Posted

Hey Guys

 

Just very quickly how on earth do I go about installing .bin applications to a Linux machine. I have downloaded Adobe Reader and it has gone into my downloads folder automatically. I have gone into Terminal and typed the following:

cd Downloads

sudo ./AdobeReader.bin

 

and it won't work keeps saying Command not Found...

 

Any ideas? Maybe me being a wolly!

Posted

you'll need to make it an executable.

 

sudo chmod u+x ./AdobeReader.bin && sudo ./AdobeReader.bin

Posted
you'll need to make it an executable.

 

sudo chmod u+x ./AdobeReader.bin && sudo ./AdobeReader.bin

 

Cheers mate but still won't work?

cd Downloads

sudo chmod u+x ./AdobeReader.bin && sudo ./AdobeReader.bin

It asked me to enter password but then nothing happened and then when I try to run it again it still says Command Not Found?

Posted

Are you running a 64bit version of Linux?

 

for some 32 bit applications you need to install the 32bit libraries.

 

Ubuntu/Debian:

sudo apt-get install ia32-libs

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...