Computing.Net > Forums > Linux > OPENING a .tar.gz file on redhat

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Click here to start participating now! Also, check out the New User Guide.

OPENING a .tar.gz file on redhat

Reply to Message Icon

Name: Skater
Date: August 20, 2002 at 13:43:08 Pacific
Comment:

Hey i have download a file that is a .tar.gz file. And when i try to open it, it says it cant be open. Somethin is wrong. How can i open it. It is the first thing i have downloaded on RedHat.?!?



Sponsored Link
Ads by Google

Response Number 1
Name: brando
Date: August 20, 2002 at 14:06:51 Pacific
Reply:

in the terminal, or text prompt for the newbie go to the directory that it is in, most likely you downloaded it to your home folder, if not then you have to use the change directory command.

cd /all the dir/till you/get to/the one you saved it too/

example but you should be there already:
cd /home/username

then to open tar.gz files:

tar -zxvf filename.tar.gz

it will open it to a folder with filename as its name. look around these forums before asking questions, the answers are here already. then you have to change the directory to the folder you just made to install the program if that is what it is.

cd ./filename/

./ since you are already half way there, you just have to add the new directory you want to go too. then read the readme file to see how to install.


0

Response Number 2
Name: AndreasF
Date: August 20, 2002 at 14:08:44 Pacific
Reply:

Try:
tar -xvfz

OR:
gunzip
tar -xvf

Should work...


0

Response Number 3
Name: AndreasF
Date: August 20, 2002 at 14:12:20 Pacific
Reply:

Sorry... posted it at the same time as Response No. 1



0

Response Number 4
Name: Skater
Date: August 20, 2002 at 14:19:44 Pacific
Reply:

This si wat the error says when i try to open it:

Nautilus has no installed viewer capable of displaying "/root/srvx-1.1.2.tar.gz


0

Response Number 5
Name: snot
Date: August 20, 2002 at 15:17:58 Pacific
Reply:

in the terminal, or text prompt !!!!!!!!!!!!!


0

Related Posts

See More



Response Number 6
Name: Skater
Date: August 20, 2002 at 15:30:19 Pacific
Reply:

K i got it actually in the thingy. I put the file in the wrong folder. Now i have all the contents in the /home/josh folder. And nwo there are a bunch of things i see. I read the readme and is says to do somethin like ./configure or soemthin like that. But where and how?


0

Response Number 7
Name: mainux
Date: August 20, 2002 at 16:37:57 Pacific
Reply:

Type in ./configure


then type in make


then type in make install


LONG LIVE LINUX!!!


0

Response Number 8
Name: ctcnetwork
Date: August 20, 2002 at 17:59:14 Pacific
Reply:

Some day, some bright spark will write an installer for LINUX. . . .

What a brave man he'll be . . . .

Good Luck . . .

:o)


0

Sponsored Link
Ads by Google
Reply to Message Icon

linux driver for sony crx... My login Scren has disape...



Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Linux Forum Home


Sponsored links

Ads by Google


Results for: OPENING a .tar.gz file on redhat

EXE and TAR.GZ FILES ON REDHAT? www.computing.net/answers/linux/exe-and-targz-files-on-redhat/10515.html

Creating a .tar.gz file www.computing.net/answers/linux/creating-a-targz-file/18025.html

install a tar gz www.computing.net/answers/linux/install-a-tar-gz/24878.html