LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   how to install .tar.gz and .tar.bz and .src.rpms (https://www.linuxquestions.org/questions/linux-software-2/how-to-install-tar-gz-and-tar-bz-and-src-rpms-371763/)

gadekishore 10-10-2005 11:39 PM

how to install .tar.gz and .tar.bz and .src.rpms
 
hello

can any body explain me clearly how to install .tar.gz and .tar.bz and src.rpms.
iam so thankful if any body give me step by step details

KimVette 10-12-2005 08:10 PM

post your question only once!

mherring02 10-12-2005 08:38 PM

Ditto the comment about posting only once.....

You don't "install" any of the file types you are discussing.

bz, gz and other suffixes are for the various compression methods. For example, run gunzip <filename> and you'll have a *.tar file. Next, run tar -xvf <filename>, and you will have "something"---generally a folder with either an installer script or a bunch of *rpm or *deb files.
Then (for example) run rpm -i <filename ending in .rpm> and your SW will be installed.

Summary:

if it ends with .*z, then you need one of the unzippers
if it end with .tar, you need tar
if it ends with .rpm, you need rpm

to learn more about the commands, type (eg) "man rpm"

hope this helps

gasdim 08-06-2010 05:02 PM

You are here from 2005. You have REHEL 3.0 you installed rehel 3.0 you don't know how .to install .tar files?


All times are GMT -5. The time now is 09:09 AM.