LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 02-03-2005, 01:37 PM   #1
aap
LQ Newbie
 
Registered: Feb 2005
Location: Holland
Distribution: Suse 10.0
Posts: 28

Rep: Reputation: 15
*tar.gz


Ok, i installed linux on my xbox, legally.
Im tottally NEW to linux.
But i want to play some sipmle, free games.
So I downloaded some, and I don't know how to install them...
files are filename.tar.gz
I can unzip them using winzip on my normal PC with windows.
Then i can unzip the *.tar using winzip on my normal PC with Windows.
Then i can upload it to my xbox.
BUT THEN?
 
Old 02-03-2005, 01:41 PM   #2
Linux~Powered
Member
 
Registered: Jan 2004
Location: /lost+found
Distribution: Slackware 14.2
Posts: 849

Rep: Reputation: 33
If you're using Winsucks you can use winrar to untar your file...

http://www.rarlab.com/

Then read the README or INSTALL in the file to see how you go about installing it.

Last edited by Linux~Powered; 02-03-2005 at 01:42 PM.
 
Old 02-03-2005, 01:43 PM   #3
aap
LQ Newbie
 
Registered: Feb 2005
Location: Holland
Distribution: Suse 10.0
Posts: 28

Original Poster
Rep: Reputation: 15
I can unzip/rar the files. I said that.
But what next. What file do i have to execute... remember it is just the 2nd day for my with linux
 
Old 02-03-2005, 01:45 PM   #4
Linux~Powered
Member
 
Registered: Jan 2004
Location: /lost+found
Distribution: Slackware 14.2
Posts: 849

Rep: Reputation: 33
What are you installing? There's different ways to install things.

./configure
make
make installl

sometimes

make
make install

You'll have to read the README or INSTALL file to see. That's what they are there for.
 
Old 02-03-2005, 01:46 PM   #5
dsyd
LQ Newbie
 
Registered: Feb 2005
Posts: 15

Rep: Reputation: 0
tar -xzvf [FILE]

to extract tar.gz in linux.

Could you post a link to the games you downloaded?

Usually to install software from source on linux:

cd to directory

./configure
make
su
[ type root password]
make install

Last edited by dsyd; 02-03-2005 at 09:05 PM.
 
Old 02-03-2005, 01:50 PM   #6
aap
LQ Newbie
 
Registered: Feb 2005
Location: Holland
Distribution: Suse 10.0
Posts: 28

Original Poster
Rep: Reputation: 15
beginning of a readme file.


MPI Tic Tac Toe (ttt) v0.16
Written by Benjamin Miller <bmiller128@yahoo.com>
-------------------------------------------------

This is a tic tac toe program that can be compiled either for MPI or
as a sequential program. The AI engine is a recursive, alpha pruning
algorithm that can search to a specified depth. Boards can be square,
with 3, 4, 5, or 6 rows (though the AI is only optimized for 3- and
5-row boards).


INSTALLATION
------------

First run `make depend'. Then, compile with `make' (or, to compile
with MPI, run `make MPI=1' or uncomment the line `MPI = 1' in the
Makefile). I've tested ttt with Linux (x86) and Solaris (sparc). It
should work on any UNIX platform, though.




Ok here is the installation, but im a tottally noob on linux, so i do not understand what it means.

Does it mean to start a 'terminal' and then type "make depend" and the type "make"



or something else?
 
Old 02-03-2005, 01:54 PM   #7
dsyd
LQ Newbie
 
Registered: Feb 2005
Posts: 15

Rep: Reputation: 0
yes. it will then compile the program to an executable file in the source directory.

type ./[program file name] to run the program.

(note: use 'ls' to see contents of the directory)
 
Old 02-03-2005, 01:54 PM   #8
Linux~Powered
Member
 
Registered: Jan 2004
Location: /lost+found
Distribution: Slackware 14.2
Posts: 849

Rep: Reputation: 33
make depend
make
su
make install
 
Old 02-03-2005, 01:56 PM   #9
aap
LQ Newbie
 
Registered: Feb 2005
Location: Holland
Distribution: Suse 10.0
Posts: 28

Original Poster
Rep: Reputation: 15
Ok, i see what i can do. If im stuck. I come back here tomorrow. I've got homework to do.
but thanks.
 
Old 02-03-2005, 01:58 PM   #10
joshua03
LQ Newbie
 
Registered: Oct 2003
Location: none
Distribution: red hat 8
Posts: 6

Rep: Reputation: 0
go to the folder where the file is then type: tar -zxvf (file name).tar.gz

thatīs all
 
Old 02-03-2005, 02:12 PM   #11
aap
LQ Newbie
 
Registered: Feb 2005
Location: Holland
Distribution: Suse 10.0
Posts: 28

Original Poster
Rep: Reputation: 15
what happens then? finished? what file do i have to execute?
 
Old 02-03-2005, 02:15 PM   #12
dsyd
LQ Newbie
 
Registered: Feb 2005
Posts: 15

Rep: Reputation: 0
if it compiled ok, no errors, you normally type

./[whatever the program's called]

if this doesn't work do 'ls' and look for something that looks executable or copy the results on to the forum.
 
Old 02-03-2005, 02:16 PM   #13
aap
LQ Newbie
 
Registered: Feb 2005
Location: Holland
Distribution: Suse 10.0
Posts: 28

Original Poster
Rep: Reputation: 15
Ok, i try it tonight. Goodnight then.
 
Old 02-03-2005, 05:23 PM   #14
dotancohen
Member
 
Registered: Dec 2004
Location: Haifa
Distribution: Fedora Core 4, Kubuntu
Posts: 235

Rep: Reputation: 32
Right here, on this site:

http://www.linuxquestions.org/questi...ticle&artid=15

Dotan Cohen
http://English-Lyrics.com
 
Old 02-04-2005, 09:16 AM   #15
aap
LQ Newbie
 
Registered: Feb 2005
Location: Holland
Distribution: Suse 10.0
Posts: 28

Original Poster
Rep: Reputation: 15
Hey thank you very much. If this won't work. My gentooX sucks :P
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
how can i decompress this tar.tar file? hmmm sounds new.. tar.tar.. help ;) kublador Linux - Software 14 10-25-2016 03:48 AM
tar tar cvf - . | (cd /root/; tar xvf -) ewt3y Linux - General 10 02-19-2014 11:55 AM
a tough question 4 u, problem in extracting tar & tar.gz files p_garg Linux - General 5 11-08-2010 12:02 PM
.rpms, .tar.gz, .tgz, .src.rpm, & .tar.bz2 whoots Mandriva 10 10-18-2003 01:08 PM
Diferance between rpm, tar, tar.gz, scr.tar, etc mobassir Linux - General 12 08-21-2003 07:30 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 09:36 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration