|
First of all, you cannot install a tar.gz file.
A tar.gz file is what is called a compressed tarball. The .gz part tells you that the file is compressed with gnuzip. You can unzip with the gunzip app. gunzip file.tar.gz
The .tar tells you that the file is a tarball. In other words, a bunch of files that are put together in 1 tape archive (tar) file You need to run the tar command to untar that file. tar -xvf file.tar
From there, you should fine a readme with instructions on how to compiile and install the software . This step is always differrent, so I cannot tell you the next few steps, but there shoud be an INSTALL or a README which will tell you what to do.
__________________
RHCE and MCSE systems administrator
Registered Linux User #375155 For More Info or to register yourself
My Linux box is:
Ubuntu 8.04, Antec Sonata II case with 450-watt PS, AMD 64 X2 4600+ (65 watt), 4GB DDR2 800 RAM, 18X Lite-On DVD burner, Asus M2NPV-VM, Nvidia GeForce 7600GT (256MB), 320GB Western Digital SATA 3.0Gbps, Logitech MX-310, Dell 18" ultrasharp LCD, Microsoft Natural Ergonomic Keyboard 4000 and 2.1 Boston Acoustics sound system..
|