LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   mercury messenger. (https://www.linuxquestions.org/questions/linux-newbie-8/mercury-messenger-328944/)

Mattv888 05-31-2005 01:35 PM

mercury messenger.
 
From the website i downloaded a bittorrent file and downloaded that with azureus. Now i have some wierd shell script called "1708_Linux_VM.bin" but nothing happens when i click on it. What should i do?
:Pengy:

Mattv888 05-31-2005 01:47 PM

anyone?

naimslim89 05-31-2005 01:53 PM

Don't double click on it.

Open up a terminal window.

1. First of all, check if it's executable. Navigate to the folder where the file is downloaded, and type:

ls -l 1708_Linux_VM.bin

If you see an x anywhere along the line on the left hand side, e.g: -rwxr-xr-x then proceed to step three, otherwise go to two.

2. Type chmod +x 1708_Linux_VM.bin - this makes the program executable, if it isn't already.

3. Type ./1708_Linux_VM.bin to install, and follow the instructions on the screen.

EDIT: Sorry for posting over you reddazz, didn't know you were posting at the same time :P

reddazz 05-31-2005 01:54 PM

You are not supposed to bump your own threads until you have not had a responce for 24 hours (LQ rules). You need to make the files executable by doing "chmod +x 1708_Linux_VM.bin" and then run it by doing "./1708_Linux_VM.bin".

Mattv888 05-31-2005 01:57 PM

thanx a lot and sorry for bumping (old habit)

reddazz 05-31-2005 02:20 PM

Quote:

EDIT: Sorry for posting over you reddazz, didn't know you were posting at the same time :P
No worries, it happens a lot on this site. :)


All times are GMT -5. The time now is 01:35 AM.