how to install ***.gz files?


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers how to install ***.gz files?
# 1  
Old 10-09-2001
how to install ***.gz files?

It is MySql files,I am the first time to i
install it .please give me the response.
Thank you .
# 2  
Old 10-09-2001
Hi.....


***.gz is the gunzip file format..first u have to unzip it using gzip utility....which comes with HPUX

gzip -d ***.gz

it will show u the listing then u can get the ***.tar or ***.depot to install the product.....using
swinstall -s ***.depot

this is for HPUX

if u r using solaris....
pkgadd -d <pkgname> will do..

try n learn


regards
praful
# 3  
Old 10-12-2001
The gzip and gunzip utilities are common in virtually all *nix. The easiest syntaxt is:

#gunzip filename

Normally the files will be tar'ed before they are gziped and will have to be untar'ed using :

#tar xvf filename.tar

This method will leave the tarball in place after the files are untar'ed.

I am not sure if the previous poster intentionally used "u r " for sarcasm or if is just the way that they normally post. Reguardless, the person who asked the question obviously isn't a native english speaker and as such it would be helpful in the future if the poster would use complete words.

jiin
 
Login or Register to Ask a Question

Previous Thread | Next Thread

8 More Discussions You Might Find Interesting

1. Windows & DOS: Issues & Discussions

how to install custom .bat files in perl

I'm using damke to install perl modules on windows. I have my custom .bat files for the perl script. How to overwrite the .bat files that gets generated by pl2bat with my custom .bat files! Thanks, Hansini (1 Reply)
Discussion started by: hansini
1 Replies

2. Red Hat

Difference between %install and %files section in rpm building ?

Hello, I am just a newbie and have very recently started building rpms, i build a very simple rpm that packaged 3 files and everything worked very smoothly. However to be very honest i am not very much clear with what is the difference between %install and %files section. I mean like we... (0 Replies)
Discussion started by: Rohit Bhanot
0 Replies

3. Solaris

Solaris, delete install files

Hi I would like to know if and what installation files can be deleted on a sun solaris server. From the listing below there are several files that I would like to delete in order to get some free space on the disk. Is it safe to delete zip, gz and Z files files located in silent_install or will... (2 Replies)
Discussion started by: lmdcmn
2 Replies

4. Solaris

Solaris 10 install dvd drive boots, but not recoginized by install process

I am trying to build a Sun Ultra 10 with solaris 10. This computer is one of a collection that was donated to the non-profic company I work for. All media was wiped before I recieved them, so I am starting from stratch. I downloaded the Solaris 10 ISO and burned a DVD. The computer came with a... (4 Replies)
Discussion started by: gwillhight
4 Replies

5. Linux

install macbook pro fedora10 ???((<<if can install, how to install? >> ))

If may install can Tells everybody ??? (0 Replies)
Discussion started by: kzBSD
0 Replies

6. HP-UX

Oracle 9i install: Error in invoking target install of makefile

I receive an error while installing Oracle 9i: Error in invoking target install of makefile /opt/oracle/product/9.2.0/sqlplus/lib/ins_sqlplus.mk Furthermore: $ whoami oracle $ echo $ORACLE_HOME /opt/oracle/product/9.2.0 $ pwd /opt/oracle/product/9.2.0/sqlplus/lib $ ll total... (5 Replies)
Discussion started by: chris2005
5 Replies

7. Gentoo

How do I install files in Linux?

Ok, I have downloadet a program frome the internet, before you ask and flame me yes I am a noob. But thats not the problem. My problem is. How do I install it so I can run it in the terminal window. The file is .tgz and when i extract it I get a folder with lots of "c" documents and that sorts.... (12 Replies)
Discussion started by: hast5
12 Replies

8. HP-UX

Install files for hp ux

ok im not exactly a unix expert but i purchased a workstation online it has hp ux 11i on it and i would like to make a cd for hp ux 11i is there a way at all to copy the installation files to a cd... im not exaclty sure where the instalation files might be but thats what i was also hoping that you... (18 Replies)
Discussion started by: bbutler3295
18 Replies
Login or Register to Ask a Question