LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - General
User Name
Password
Linux - General This Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.

Notices


Reply
  Search this Thread
Old 04-05-2003, 07:28 PM   #1
FuLL-On-Newbie
Member
 
Registered: Mar 2003
Location: Australia
Distribution: XP, Yoper 3.2.1
Posts: 70

Rep: Reputation: 15
Unhappy Installing games and programs


well i have a dvd disk that has lots and lost of programs and i want to install a game called flight Gear, i typed this in the shell
"tar -xvf gaim-tar:/root/desktop/flightgear/fgfs-base-0.0.1a.tar.gz"
thats the location and all it said was is a error can someone tell me the right code for this please?

Last edited by FuLL-On-Newbie; 04-05-2003 at 07:42 PM.
 
Old 04-05-2003, 08:11 PM   #2
rising_sun
LQ Newbie
 
Registered: Jun 2002
Location: Australia
Posts: 23

Rep: Reputation: 15
Try

"tar -zxvf appname.tar.gz"
 
Old 04-05-2003, 09:43 PM   #3
FuLL-On-Newbie
Member
 
Registered: Mar 2003
Location: Australia
Distribution: XP, Yoper 3.2.1
Posts: 70

Original Poster
Rep: Reputation: 15
The file is inside the cd how do i locate it and where do i write it?
 
Old 04-05-2003, 09:45 PM   #4
Crashed_Again
Senior Member
 
Registered: Dec 2002
Location: Atlantic City, NJ
Distribution: Ubuntu & Arch
Posts: 3,503

Rep: Reputation: 57
First you must mount your cd:

mount /mnt/cdrom

then go into the cdrom directory:

cd /mnt/cdrom

see what files are there:

ls -a

and then install the package:

tar xzvf package-you-want-to-install.tar.gz
 
Old 04-05-2003, 09:51 PM   #5
FuLL-On-Newbie
Member
 
Registered: Mar 2003
Location: Australia
Distribution: XP, Yoper 3.2.1
Posts: 70

Original Poster
Rep: Reputation: 15
Quote:
Originally posted by Crashed_Again

mount /mnt/cdrom
Does the word mount have to have a space before the /?

Quote:
Originally posted by Crashed_Again

cd /mnt/cdrom
Does cd have to have a space before the /?

Quote:
Originally posted by Crashed_Again

tar xzvf package-you-want-to-install.tar.gz
does this count package-?
 
Old 04-05-2003, 09:52 PM   #6
Crashed_Again
Senior Member
 
Registered: Dec 2002
Location: Atlantic City, NJ
Distribution: Ubuntu & Arch
Posts: 3,503

Rep: Reputation: 57
Yes they all have to have a space. What do you mean does this count package? Did you try the commands?
 
Old 04-05-2003, 09:54 PM   #7
FuLL-On-Newbie
Member
 
Registered: Mar 2003
Location: Australia
Distribution: XP, Yoper 3.2.1
Posts: 70

Original Poster
Rep: Reputation: 15
i mean do you have to type the "-" next to the word "package"
do you have to write the right location like dev/game/BLAH BLAH BLAH?
or do you just write the files name.
(if you want to we can speak through msn messenger my email is erks90@hotmail.com)

Last edited by FuLL-On-Newbie; 04-05-2003 at 09:56 PM.
 
Old 04-05-2003, 09:56 PM   #8
Crashed_Again
Senior Member
 
Registered: Dec 2002
Location: Atlantic City, NJ
Distribution: Ubuntu & Arch
Posts: 3,503

Rep: Reputation: 57
If you want to unpack a file called:

something.tar.gz

then you would do:

tar xzvf something.tar.gz
 
Old 04-05-2003, 10:13 PM   #9
FuLL-On-Newbie
Member
 
Registered: Mar 2003
Location: Australia
Distribution: XP, Yoper 3.2.1
Posts: 70

Original Poster
Rep: Reputation: 15
I done the first intructions "mount /mnt/cdrom" and this is what it said "line 12 in /etc/fstab is bad. line 13 in /etc/fstab/is bad
according to mtab, /dev/cdrom is already mounted on /mnt/cdrom"
 
Old 04-05-2003, 11:02 PM   #10
Crashed_Again
Senior Member
 
Registered: Dec 2002
Location: Atlantic City, NJ
Distribution: Ubuntu & Arch
Posts: 3,503

Rep: Reputation: 57
So your cdrom is already mounted. Now you just have to go into that directory and unpack it.
 
Old 04-06-2003, 01:58 AM   #11
FuLL-On-Newbie
Member
 
Registered: Mar 2003
Location: Australia
Distribution: XP, Yoper 3.2.1
Posts: 70

Original Poster
Rep: Reputation: 15
Once we found our file what do we type let me guess this "tar
-xzvf package-you-want-to-install.tar.gz"
 
Old 04-06-2003, 04:57 AM   #12
FuLL-On-Newbie
Member
 
Registered: Mar 2003
Location: Australia
Distribution: XP, Yoper 3.2.1
Posts: 70

Original Poster
Rep: Reputation: 15
well i did everthing but theres all way a error i writ down tar and stuff and it was compiling until it said "i think its not a tar" well it is "filename.gz.tar" thats what the filename is, do i ment to put another code instead of tar?
 
Old 04-06-2003, 08:52 AM   #13
poloktim
Member
 
Registered: Feb 2003
Location: Australia
Distribution: Debian
Posts: 104

Rep: Reputation: 17
Don't you have to specify a directory if its on the cdrom (as things can't be written there)?
 
Old 04-07-2003, 03:37 AM   #14
FuLL-On-Newbie
Member
 
Registered: Mar 2003
Location: Australia
Distribution: XP, Yoper 3.2.1
Posts: 70

Original Poster
Rep: Reputation: 15
You specify a directory but where do you write it in the sentence, i writ that doesnt work?
 
  


Reply



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 On
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Minimizing Full-screen programs and games striderstrahan Linux - Software 0 11-24-2004 12:30 AM
Installing games jacc_28 Linux - Newbie 6 09-30-2004 08:52 AM
C++ and OpenGL- how to make programs/games compatible with both windows and linux uveraser Programming 9 06-16-2004 02:38 PM
help with installing programs and games dpetrli2 Linux - Software 1 04-14-2004 02:33 PM
Running Windows/Programs/Games in Nix tripp Linux - Newbie 4 10-22-2003 05:08 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - General

All times are GMT -5. The time now is 10:55 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