Results 1 to 4 of 4
I have had linux for a while now but I am still very much a giant NOOB, how do you work a source tarball, plz help....
- 07-02-2009 #1Just Joined!
- Join Date
- Jul 2009
- Posts
- 2
Source tarball
I have had linux for a while now but I am still very much a giant NOOB, how do you work a source tarball, plz help.
- 07-02-2009 #2
I'm not sure what you mean by "how do you work a source tarball" but if you are trying to untar a file you can use the command:
If the filename is more like filename.tar.gz you will also need the z flag:Code:tar -xf filename.tar
Code:tar -zxf filename.tar.gz
Linux User #453176
- 07-03-2009 #3Just Joined!
- Join Date
- Jul 2009
- Posts
- 2
i meant how to open the file, but thnx anyway
- 07-03-2009 #4forum.guy
- Join Date
- May 2004
- Location
- arch linux
- Posts
- 17,784
Welcome to the forums!

For more information on working with and installing from source, take a look at post #2 in this thread:
http://www.linuxforums.org/forum/lin...are-linux.htmloz
→ new users: read this first
→ no private messages requesting computer support - post them on the forums!


Reply With Quote
