Skip to main content

Where, exactly, to download Gzip?

  • April 6, 2020
  • 5 replies
  • 0 views

I’ve been around the barn several times. Searching takes me to a download page with “featured downloads”, but no Gunzip.

5 replies

Tatiana Balaburkina
Forum|alt.badge.img+1

I’ve been around the barn several times. Searching takes me to a download page with “featured downloads”, but no Gunzip.

  1. Sign in to the Rocket Community Portal.
    https://my.rocketsoftware.com/RocketCommunity
  2. Click Downloads from the navigation menu. A list of available Rocket products for your account appears.
  3. Select z/OpenSource .
  4. Type ‘Gzip’ in the search box to filter the list of available downloads. Gunzip is part of Gzip distribution.

  • Participating Frequently
  • 8 replies
  • October 24, 2022
  1. Sign in to the Rocket Community Portal.
    https://my.rocketsoftware.com/RocketCommunity
  2. Click Downloads from the navigation menu. A list of available Rocket products for your account appears.
  3. Select z/OpenSource .
  4. Type ‘Gzip’ in the search box to filter the list of available downloads. Gunzip is part of Gzip distribution.
Hi Tatiana, 

I am able to install miniconda on my z/OS. I am looking for gzip and curl to install. From where can I download gzip and curl separately ? Due to air gapped systems I want to download both separately and install on different curl_env and gzip_env. 

Under the Download > Open Appdev for Z > I can see "Rocket Open AppDev for z (free solutions)" and "Source code distribution". Under source code distribution I can see gzip and curl on  .zip format which I can't install on z/OS. 


------------------------------
Raju Shrestha
------------------------------

  • 0 replies
  • October 25, 2022
Hi Tatiana, 

I am able to install miniconda on my z/OS. I am looking for gzip and curl to install. From where can I download gzip and curl separately ? Due to air gapped systems I want to download both separately and install on different curl_env and gzip_env. 

Under the Download > Open Appdev for Z > I can see "Rocket Open AppDev for z (free solutions)" and "Source code distribution". Under source code distribution I can see gzip and curl on  .zip format which I can't install on z/OS. 


------------------------------
Raju Shrestha
------------------------------
Hi Raju,

Without a paid support contract, your only option for downloading our z/OS ports is to get them from our public conda channel server hosted by anaconda.org.  The URL is indicated in the documentation.  For an air-gapped system you would need to install to a system that is not air-gapped and then manually copy the installs over to the target air gapped systems.  It is possible to download the compressed versions of each port from the anaconda.org conda channel server to a PC and then unpack them and install on z/OS but it is undocumented and I am not sure how that works.

If you get on paid support we have two different options available specifically designed to support air-gapped systems - one using a conda on-premise file channel set up by our installer, and also SMP/E support.

Also note that without paid support you will not be using the latest binaries with the latest security fixes.  The binaries on the public server are up to six months old.

Best regards,
-Peter

------------------------------
Peter Fandel
Sr. Director, Product Management
Rocket Software
------------------------------

  • Participating Frequently
  • 8 replies
  • October 25, 2022
Hi Raju,

Without a paid support contract, your only option for downloading our z/OS ports is to get them from our public conda channel server hosted by anaconda.org.  The URL is indicated in the documentation.  For an air-gapped system you would need to install to a system that is not air-gapped and then manually copy the installs over to the target air gapped systems.  It is possible to download the compressed versions of each port from the anaconda.org conda channel server to a PC and then unpack them and install on z/OS but it is undocumented and I am not sure how that works.

If you get on paid support we have two different options available specifically designed to support air-gapped systems - one using a conda on-premise file channel set up by our installer, and also SMP/E support.

Also note that without paid support you will not be using the latest binaries with the latest security fixes.  The binaries on the public server are up to six months old.

Best regards,
-Peter

------------------------------
Peter Fandel
Sr. Director, Product Management
Rocket Software
------------------------------
Hi Peter, 

Thank you for the information. 

What are the dependencies for the curl and gzip? I would like to download curl and gzip saperately with all dependencies.

------------------------------
Raju Shrestha
------------------------------

  • 0 replies
  • October 25, 2022
Hi Peter, 

Thank you for the information. 

What are the dependencies for the curl and gzip? I would like to download curl and gzip saperately with all dependencies.

------------------------------
Raju Shrestha
------------------------------
Note, if you use the conda command to download, conda will automatically download dependencies.  So if you use conda commands you never need to worry about dependencies.  If you want to download the compressed files manually and install manually then yes you would need to know dependency information.

gzip does not requires any other packages.
curl requires openssl, libtag and zlib (by recursive dependency analysis)

------------------------------
Peter Fandel
Sr. Director, Product Management
Rocket Software
------------------------------