gzip installation on solaris ?

gzip installation on solaris ?

Post by Mario Desideri » Tue, 23 Dec 1997 04:00:00



Dear Friends,

I am a young unix administrator in a serve-client programmers
development group.

I downloaded some utilities for the solaris platform. This files are all
with the extension .gz which I guess is gzip

I downloaded teh gzip-1_2.4 file. Well the file command tells me it is
commands text type.

Well, I don't know how to install it. I tried to tar it but nothing.

Could you please tell me:

1. Do I need gzip to open the .gz files ? If so

2. From what URl can I get gzip for solaris ?

3. How can I install gzip what format will it be and what command I need
to install it.

Please all your help is very appreciated. Excuse me if I was not so
clear. Please feel free to ask me any further questions.

Thank you very much, have a happy holiday,

Mario Desiderio

 
 
 

gzip installation on solaris ?

Post by Barry Margoli » Tue, 23 Dec 1997 04:00:00




Quote:>I downloaded teh gzip-1_2.4 file. Well the file command tells me it is
>commands text type.

If you downloaded gzip-1.2.4.shar, it's a shell archive.  This is a shell
script that extracts the source files when you execute it.  The file has
instructions for using it at the beginning:

#! /bin/sh
# This is a shell archive.  Remove anything before this line, then unpack
# it by saving it into a file and typing "sh file".  To overwrite existing
# files, type "sh file -c".  You can also feed this as standard input via
# unshar, or by typing "sh <file", e.g..  If this archive is complete, you
# will see the following message at the end:
#               "End of shell archive."

If you downloaded gzip-1.2.4.tar, it's a tar file.  You can extract the
files using the tar command:

tar xvf gzip-1.2.4.tar

--

GTE Internetworking, Powered by BBN, Cambridge, MA
Support the anti-spam movement; see <http://www.cauce.org/>
Please don't send technical questions directly to me, post them to newsgroups.

 
 
 

gzip installation on solaris ?

Post by Al War » Tue, 23 Dec 1997 04:00:00



>Dear Friends,

>I am a young unix administrator in a serve-client programmers
>development group.

How do you expect to become an "old" UNIX admin if you don't look anything
up yourself.

Quote:>I downloaded some utilities for the solaris platform. This files are all
>with the extension .gz which I guess is gzip

good guess...

Quote:>I downloaded teh gzip-1_2.4 file. Well the file command tells me it is
>commands text type.

>Well, I don't know how to install it. I tried to tar it but nothing.

>Could you please tell me:

>1. Do I need gzip to open the .gz files ? If so

Zip..Unzip, what's the difference? Try gunzip.

Quote:>2. From what URl can I get gzip for solaris ?

Many search engines out there to choose from... you pick.

Quote:>3. How can I install gzip what format will it be and what command I need
>to install it.

Let's hope you don't get the source code...

Quote:>Please all your help is very appreciated. Excuse me if I was not so
>clear. Please feel free to ask me any further questions.

There are many sites which focus on Sys Admin issues. Most have links to s/w
or make it easily available. I'd suggest a generic search on unix system
administration. But then again thats just me.
Try: www.ugu.com for starters. Happy hunting.
Quote:>Thank you very much, have a happy holiday,

>Mario Desiderio

 
 
 

gzip installation on solaris ?

Post by Steve Christens » Wed, 24 Dec 1997 04:00:00


If you are getting files from http://sunfreeware.com, then make sure to
read http://sunfreeware.com/download.html and faq.html.   These are also
on links on the pages above.  If you are using Solaris 2.6. gzip and other
programs are on http://sunfreeware.com/solaris_2.6.html.  If you have problems
not addressed by the above pages, email me.

Steve Christensen


>Dear Friends,

>I am a young unix administrator in a serve-client programmers
>development group.

>I downloaded some utilities for the solaris platform. This files are all
>with the extension .gz which I guess is gzip

>I downloaded teh gzip-1_2.4 file. Well the file command tells me it is
>commands text type.

>Well, I don't know how to install it. I tried to tar it but nothing.

>Could you please tell me:

>1. Do I need gzip to open the .gz files ? If so

>2. From what URl can I get gzip for solaris ?

>3. How can I install gzip what format will it be and what command I need
>to install it.

>Please all your help is very appreciated. Excuse me if I was not so
>clear. Please feel free to ask me any further questions.

>Thank you very much, have a happy holiday,

>Mario Desiderio

 
 
 

gzip installation on solaris ?

Post by Waqar Haf » Thu, 25 Dec 1997 04:00:00



>Dear Friends,
>I am a young unix administrator in a serve-client programmers
>development group.
>I downloaded some utilities for the solaris platform. This files are all
>with the extension .gz which I guess is gzip
>I downloaded teh gzip-1_2.4 file. Well the file command tells me it is
>commands text type.
>Well, I don't know how to install it. I tried to tar it but nothing.
>Could you please tell me:
>1. Do I need gzip to open the .gz files ? If so

Yes and No. Yes if you've access only to Sun platform.
If you've access to  WINDOWS NT platform, then WINZIP
recognises the .gz extension and can extract uncompressed
files in the archive.

Quote:>2. From what URl can I get gzip for solaris ?

Search for gzip or GNU or both.

Quote:>3. How can I install gzip what format will it be and what command I need
>to install it.

If you download the right gzip distribution for your platform, then
all you have to do is to put the gzip bianry in a directory ( I keep
it in /usr/local/bin) and use it like this:

/usr/local/bin/gzip  filename   # to compress

/usr/local/bin/gzip -d  filename  # to uncompress

I hope this helps.

Waqar

 
 
 

gzip installation on solaris ?

Post by mayb.. » Sun, 28 Dec 1997 04:00:00


On Mon, 22 Dec 1997 19:14:46 +0100, Mario Desiderio


>Dear Friends,

>I am a young unix administrator in a serve-client programmers
>development group.

>I downloaded some utilities for the solaris platform. This files are all
>with the extension .gz which I guess is gzip

>I downloaded teh gzip-1_2.4 file. Well the file command tells me it is
>commands text type.

>Well, I don't know how to install it. I tried to tar it but nothing.

>Could you please tell me:

>1. Do I need gzip to open the .gz files ? If so

>2. From what URl can I get gzip for solaris ?

>3. How can I install gzip what format will it be and what command I need
>to install it.

>Please all your help is very appreciated. Excuse me if I was not so
>clear. Please feel free to ask me any further questions.

>Thank you very much, have a happy holiday,

>Mario Desiderio

I recommend getting GNU gzip-1.2.4 and getting GNU tar-1.12.  You can
obtain both of these programs via FTP at:

             sunsite.unc.edu/pub/gnu/

After you install GNU tar, you can use the following shortcut for
extracting tar.gz files:

    $ tar -zxf helloworld.tar.gz

This way you don't have to alias anything, or use gzip and tar both
for extracting .tar.gz files.

Hope this helped a tad.

 
 
 

gzip installation on solaris ?

Post by Erik Hei » Mon, 29 Dec 1997 04:00:00


When you ftped the file, did you use the -b switch?  If you didn't, you'll
have to ftp it again.  By default, the ftp client uses -a (ascii)
conversion.

Hope this helps.


        : On Mon, 22 Dec 1997 19:14:46 +0100, Mario Desiderio
:
: >Dear Friends,
: >
: >I am a young unix administrator in a serve-client programmers
: >development group.
: >
: >I downloaded some utilities for the solaris platform. This files are all
: >with the extension .gz which I guess is gzip
: >
: >I downloaded teh gzip-1_2.4 file. Well the file command tells me it is
: >commands text type.
: >
: >Well, I don't know how to install it. I tried to tar it but nothing.
: >
: >Could you please tell me:
: >
: >1. Do I need gzip to open the .gz files ? If so
: >
: >2. From what URl can I get gzip for solaris ?
: >
: >3. How can I install gzip what format will it be and what command I need
: >to install it.
: >
: >Please all your help is very appreciated. Excuse me if I was not so
: >clear. Please feel free to ask me any further questions.
: >
: >Thank you very much, have a happy holiday,
: >
: >
: >Mario Desiderio
:
:
: I recommend getting GNU gzip-1.2.4 and getting GNU tar-1.12.  You can
: obtain both of these programs via FTP at:
:
:              sunsite.unc.edu/pub/gnu/
:
: After you install GNU tar, you can use the following shortcut for
: extracting tar.gz files:
:
:     $ tar -zxf helloworld.tar.gz
:
: This way you don't have to alias anything, or use gzip and tar both
: for extracting .tar.gz files.
:
:
: Hope this helped a tad.
:

 
 
 

gzip installation on solaris ?

Post by Cheng-Jih Ch » Mon, 29 Dec 1997 04:00:00




>When you ftped the file, did you use the -b switch?  If you didn't, you'll
>have to ftp it again.  By default, the ftp client uses -a (ascii)
>conversion.

Actually, I think he pulled down a Solaris package stream, which
"looks" like a text file.  I don't think there's any problem pulling it
down in ASCII, though it wouldn't hurt and it'd be safer to do it
otherwise.

Quote:>: >I downloaded teh gzip-1_2.4 file. Well the file command tells me it is
>: >commands text type.
>: >
>: >Well, I don't know how to install it. I tried to tar it but nothing.

man pkgadd

--

"Look, he sees you when you're sleeping. He knows when you're awake. He
knows when you've been bad or good. And he's got a list with the name
of every child in the world!  Tell me that's not suspicious."