Results 1 to 10 of 28
Hi i am completely new to linux and have been using windows for 10 years i do not know how to install programems can anyone give any help?...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 01-22-2005 #1Just Joined!
- Join Date
- Jan 2005
- Location
- England
- Posts
- 14
New to Mandrake 10.0
Hi i am completely new to linux and have been using windows for 10 years i do not know how to install programems can anyone give any help?
- 01-22-2005 #2
mandrake uses urpmi. a good tutorial on installing programs can be found here:
http://www.linuxforums.org/tutorials...ial-19957.html
- 01-22-2005 #3Just Joined!
- Join Date
- Jan 2005
- Location
- England
- Posts
- 14
Thanks i'll tell you if i get to install anything
- 01-22-2005 #4Just Joined!
- Join Date
- Jan 2005
- Location
- England
- Posts
- 14
tar -zxvf <filename> <--- what is the filename i dont understand it it says
Code:
tar -zxvf <filename>
what sdo i put? in the filename can somebody give me a example?
- 01-22-2005 #5Code:
tar xvfz bash-2.3.tar.gz tar xvfz fileutils.tar.gz tar xvfz filename.tar.gz
- 01-22-2005 #6Just Joined!
- Join Date
- Jan 2005
- Location
- England
- Posts
- 14
Ok for the fun of it i want to install a game called hereos
The folder name isheroes-0.5.tar.gz which has a windwos with a orange sqaure then if i open it it has a blue folder with heroes-0.5 then if i open it it comes with all the content so what would i type in for that code of <filename>
tar -zxvf <filename>
- 01-22-2005 #7Code:
tar -zxvf heroes-0.5.tar.gz
- 01-22-2005 #8Just Joined!
- Join Date
- Jan 2005
- Location
- England
- Posts
- 14
Thanks but,
now it says this
tar (child): heroes-0.5.tar.g: Cannot open: No such file or directory
tar (child): Error is not recoverable: exiting now
tar: Child returned status 2
tar: Error exit delayed from previous errors
[/code]
- 01-22-2005 #9
you forgot the "z"
- 01-22-2005 #10Just Joined!
- Join Date
- Jan 2005
- Location
- England
- Posts
- 14
Unlucky it said the same thing
[flint@jppearce src]$ tar -zxvf heroes-0.5.tar.gz
tar (child): heroes-0.5.tar.gz: Cannot open: No such file or directory
tar (child): Error is not recoverable: exiting now
tar: Child returned status 2
tar: Error exit delayed from previous errors


Reply With Quote
