Computing.Net > Forums > Linux > How can I install tar.gz files?

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

How can I install tar.gz files?

Reply to Message Icon

Name: Louis Anthony
Date: September 13, 2003 at 17:52:54 Pacific
OS: Mandrake Linux 8.0
CPU/Ram: 512MB of RAM
Comment:

I downloaded the Linux equivalent of MSN Messenger, nonetheless, it comes in tar.gz format. How can I install it and the most important question, WHERE DO I OPEN IT AFTER I INSTALL IT?????????? Any suggestions?



Sponsored Link
Ads by Google

Response Number 1
Name: C_Legend
Date: September 13, 2003 at 19:12:54 Pacific
Reply:

You say "the Linux equivalent". Sorry, there's more than one. Unfortunately, I don't know which one or anymore about this file/version. All I can say is create a directory, stick this tar.gz file in it, and enter this at the command prompt:

# tar -pzxvf messenger.tar.gz

(replacing messenger.tar.gz with the download file, assuming it has the extension tar.gz)

If it's aMSN, then the instructions are right there on its homepage:

$ tar xvzf amsn-0_xx.tar.gz

$ cd msn

$ ./amsn
or
$ wish amsn

Very simple. if it's not aMSN, it may need to be compiled, and there's likely a file (README, INSTALL, or similar) that was installed in the directory that was created when you performed the above tar command. In this file, it probably says to do something like this:

# ./configure
# make
# make install

Then, just type in the name of the program and it should run (assuming all went well in the compilation).

If none of the above works, give us a better idea as to which MSN Messenger clone this is, giving the name and/or associated website.

Good luck.


0

Response Number 2
Name: Louis Anthony
Date: September 15, 2003 at 12:04:04 Pacific
Reply:

Thanks !! It worked, now I have a question, Do I have to open
the terminal each time I want to open aMSN?

ONCE AGAIN, THANKS !!


0

Response Number 3
Name: C_Legend
Date: September 15, 2003 at 14:47:43 Pacific
Reply:

No, you shouldn't have to. What I do is make a little executable script that performs the commands and then make it executable. Then, on your background (KDE/Gnome, etc), make a "Link to an Application" (KDE) or a "New Launcher" (Gnome) by right-clicking, choosing the prior "new link/icon" terminology, and then pick that script as what to execute.

The script (I call it "msn") looks like this (located in /bin):

cd /msn
./amsn&

save it, do a "chmod +x msn" and then enter "msn" to execute it.

Good luck.


0

Sponsored Link
Ads by Google
Reply to Message Icon

Related Posts

See More







Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Linux Forum Home


Sponsored links

Ads by Google


Results for: How can I install tar.gz files?

installing tar.gz files www.computing.net/answers/linux/installing-targz-files/1996.html

can't install .tar.gz file www.computing.net/answers/linux/cant-install-targz-file/22135.html

How do I install software? www.computing.net/answers/linux/how-do-i-install-software/18845.html