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 |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
|
02-03-2005, 01:37 PM
|
#1
|
LQ Newbie
Registered: Feb 2005
Location: Holland
Distribution: Suse 10.0
Posts: 28
Rep:
|
*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?
|
|
|
02-03-2005, 01:41 PM
|
#2
|
Member
Registered: Jan 2004
Location: /lost+found
Distribution: Slackware 14.2
Posts: 849
Rep:
|
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.
|
|
|
02-03-2005, 01:43 PM
|
#3
|
LQ Newbie
Registered: Feb 2005
Location: Holland
Distribution: Suse 10.0
Posts: 28
Original Poster
Rep:
|
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
|
|
|
02-03-2005, 01:45 PM
|
#4
|
Member
Registered: Jan 2004
Location: /lost+found
Distribution: Slackware 14.2
Posts: 849
Rep:
|
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.
|
|
|
02-03-2005, 01:46 PM
|
#5
|
LQ Newbie
Registered: Feb 2005
Posts: 15
Rep:
|
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.
|
|
|
02-03-2005, 01:50 PM
|
#6
|
LQ Newbie
Registered: Feb 2005
Location: Holland
Distribution: Suse 10.0
Posts: 28
Original Poster
Rep:
|
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?
|
|
|
02-03-2005, 01:54 PM
|
#7
|
LQ Newbie
Registered: Feb 2005
Posts: 15
Rep:
|
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)
|
|
|
02-03-2005, 01:54 PM
|
#8
|
Member
Registered: Jan 2004
Location: /lost+found
Distribution: Slackware 14.2
Posts: 849
Rep:
|
make depend
make
su
make install
|
|
|
02-03-2005, 01:56 PM
|
#9
|
LQ Newbie
Registered: Feb 2005
Location: Holland
Distribution: Suse 10.0
Posts: 28
Original Poster
Rep:
|
Ok, i see what i can do. If im stuck. I come back here tomorrow. I've got homework to do.
but thanks.
|
|
|
02-03-2005, 01:58 PM
|
#10
|
LQ Newbie
Registered: Oct 2003
Location: none
Distribution: red hat 8
Posts: 6
Rep:
|
go to the folder where the file is then type: tar -zxvf (file name).tar.gz
thatīs all
|
|
|
02-03-2005, 02:12 PM
|
#11
|
LQ Newbie
Registered: Feb 2005
Location: Holland
Distribution: Suse 10.0
Posts: 28
Original Poster
Rep:
|
what happens then? finished? what file do i have to execute?
|
|
|
02-03-2005, 02:15 PM
|
#12
|
LQ Newbie
Registered: Feb 2005
Posts: 15
Rep:
|
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.
|
|
|
02-03-2005, 02:16 PM
|
#13
|
LQ Newbie
Registered: Feb 2005
Location: Holland
Distribution: Suse 10.0
Posts: 28
Original Poster
Rep:
|
Ok, i try it tonight. Goodnight then.
|
|
|
02-03-2005, 05:23 PM
|
#14
|
Member
Registered: Dec 2004
Location: Haifa
Distribution: Fedora Core 4, Kubuntu
Posts: 235
Rep:
|
|
|
|
02-04-2005, 09:16 AM
|
#15
|
LQ Newbie
Registered: Feb 2005
Location: Holland
Distribution: Suse 10.0
Posts: 28
Original Poster
Rep:
|
Hey thank you very much. If this won't work. My gentooX sucks :P
|
|
|
All times are GMT -5. The time now is 09:36 AM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|