How do I Install this kind of packed programs?
Ex:
diskcatalog-0.07.tar.gz
or
xglock2.tgz
tanx
Ex:
diskcatalog-0.07.tar.gz
or
xglock2.tgz
tanx
This kind of file is called a compressed tar file, somtimes called a
tarball. To extract these files you need to use the tar command. There
are many ways to do this but the basic way is like this.................
if the file has only a .tar extension......
tar -xf <filename>.tar
tar -xf diskcatalog-0.07.tar
if the file has a .tar.gz, .tgz, or .tar.Z extension
tar -xzf <filename.tar>.gz (or what ever)
tar -xzf diskcatalog-0.07.tar.gz
Tar is one of the more ancient of Unix commands (along with find). It
is also one of the most powerful and confusing commands you will ever
use. The man page is vague and frustrating but you should review it
anyway because tar is your friend. Others will certainly suggest using
the -v switch (a good choice) . There are many ways to run tar. You
will develop your own preferences.
--
Ted Staberow
Prairie Networking, Inc.
> Ex:
> diskcatalog-0.07.tar.gz
> or
> xglock2.tgz
> tanx
> How do I Install this kind of packed programs?
Then read the documentation that comes with the programs. It never hurts
to read some documentation.
Anton
--
If you cannot change your mind, are you sure you have one?
Use "tar zxvf <filename>" to unpack, then follow the instructions in theQuote:> How do I Install this kind of packed programs?
> diskcatalog-0.07.tar.gz
> xglock2.tgz
jue
--
Jrgen Exner
> How do I Install this kind of packed programs?
> Ex:
> diskcatalog-0.07.tar.gz
> or
> xglock2.tgz
> tanx
for foo.tar do:
tar xvf foo.tar
for foo.tar.gz do:
tar zxvf foo.tar.gz
See also 'man tar'
> > How do I Install this kind of packed programs?
> > Ex:
> > diskcatalog-0.07.tar.gz
> > or
> > xglock2.tgz
> > tanx
> I can't tell you how to install these packages, I can however tell you
> how to unpack them:
> for foo.tar do:
> tar xvf foo.tar
> for foo.tar.gz do:
> tar zxvf foo.tar.gz
> See also 'man tar'
for the .gz file use gunzip <filename> where <filename> is the file you
want to unzip
and for .tar.gz its the same.. first run gunzip on the file and then run the
comand
"tar -xvf <filename> where <filename> is the file you want to untar
Alternatively you could could copy the file onto a windoze box and use
winzip!! (but what good is that??)
For more information do a "man gunzip" and a "man tar"
NB, in the above line the words in quotes are commands for you to execute!
How do I Install this kind of packed programs?
Ex:
diskcatalog-0.07.tar.gz
or
xglock2.tgz
tanx
1. How does one compres files in this .tar.gz .Z and .tar.Z
I'm quite new at this and I don't know how to compress into
this formats.
if you do gzip, you get a .gz file, but how do I get the rest...
Also which is better????
Luis
2. Online list of ports typically used by the black hats
3. tarzfaq.txt What are and how to handle tar.Z and tar.gz files
5. help copying large .tar and .tar.gz files
7. Can tar add files to .tar.gz archives ?
8. consultant needed for turnkey system
9. "rm -rf /usr/ports" before "tar -xvzf ports.tar.gz"???
12. Newbie - tar.gz - where?? install
13. installing tar.gz packages on mandrake 8.0