LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   tar.gz (https://www.linuxquestions.org/questions/linux-newbie-8/tar-gz-102938/)

mike35 10-11-2003 09:53 PM

tar.gz
 
ok i downloaded a program called amsn.The file name is amsn-cvs20031009.tar.gz My question is what are the steps to install a file of this type.I'm a newbie so please give me basically the steps needed then after 3 or 4 times i'll have it down I hope lol Thank You

DrOzz 10-11-2003 10:27 PM

well just for the sake of the program that it is, it doesn't have to be installed perse...all you have to do with it is extract it, and then go into the directory and run it...it doesn't need installation, so all you will have to do is ::
tar -zxvf amsn-cvs20031009.tar.gz
and then
cd msn
and then run amsn by typing
./amsn
and that would be it :D

ranger_nemo 10-11-2003 10:29 PM

You'll need to un-gzip it and and un-tar it with...

tar -xzf amsn-*tar.gz

The options are x = extract, z = zipped, and f = filename.

That will prob'ly create a new directory called amsn-something. CD into that, and look for a README or INSTALL file. Read those, and it will tell you what you need to do to install. There might be a shell script to run, or you might just need to copy the files in the new dir to somewhere.

speter 10-11-2003 11:41 PM

Step 1. Use the "Search" button at LinuxQuestions.org. This question gets asked frequently, usually with the same title.

Steve


All times are GMT -5. The time now is 06:37 AM.