Skip to main content

Rocket has moved to a new system – conda – for downloading, installing, and upgrading all z/OS open source ports developed by Rocket.  With conda, a single command can replace dozens of steps and commands previously required to install some open source products.  For example, installing z/OS Git with its dependencies formerly required over thirty steps but now can be accomplished with a single conda command.

Conda is an open source tool ideally suited for delivery and deployment of software on the mainframe due to its channel concept and multiple types of channels supporting varying degrees of security including file channels for air-gapped systems. Rocket has set up two internet channels from which you can download z/OS open source ports using conda – one public and open to all, the other a secure channel server on premise at Rocket available only to Rocket customers on a support plan.

z/OS Miniconda is a free bundle of open source containing everything you need to run conda on z/OS. To get started using conda you need to install z/OS Miniconda on your z/OS system.

To download z/OS Miniconda, complete the following steps:

  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 'Miniconda' in the search box to filter the list of available downloads.
  5. Click the filtered ID A dialog window appears with the files that are required for setup.
  6. Click each file to download them to your system.
  7. Using a FTP or SFTP client transfer the setup files to z/OS:
    1. miniconda-py37-zos-<yyyy-mm-dd>.run
    2. app_dev_X.Y.txt

Full documentation on z/OS Miniconda is contained within zOS_Miniconda_Documentation_<date>.pdf.

Learn more about conda here.

Note, Rocket is decommissioning the old download and install system for all open source products except for z/OS Miniconda itself.



------------------------------
Peter Fandel
Rocket Software
------------------------------
Hello András,

Please take a look at the following post:

Conda Install Problem

It should be sufficient to do 'conda activate' before running other conda commands.

Regards,
Vladimir


------------------------------
Vladimir Ein
Software Engineer
Rocket Software
------------------------------

Hello,

thanks that helped, now I dont receive error at the search command, but it doesn't find any packages that I'm looking for:
Loading channels: done                                                         
                                                                               
PackagesNotFoundError: The following packages are not available from current cha
nnels:                                                                         
                                                                               
  - git                                                                        
                                                                               
Current channels:                                                              
                                                                               
  - https://repo.anaconda.com/pkgs/main/zos-z/zoss-appdev/zos-z                
  - https://repo.anaconda.com/pkgs/main/zos-z/zoss-appdev/noarch               
                                                                               
To search for alternate channels that may provide the conda package you're     
looking for, navigate to                                                       
                                                                               
    https://anaconda.org                                                       
                                                                               
and use the search bar at the top of the page.                                 
                                                                               
I've also tried with g* but I got the same message.
Do you have any advice for this issue?
Thank you in advance.

Regards, András Szabó



------------------------------
Andras Szabo
Mr
Volkswagen AG
Wolfsburg DE
------------------------------

Hello,

thanks that helped, now I dont receive error at the search command, but it doesn't find any packages that I'm looking for:
Loading channels: done                                                         
                                                                               
PackagesNotFoundError: The following packages are not available from current cha
nnels:                                                                         
                                                                               
  - git                                                                        
                                                                               
Current channels:                                                              
                                                                               
  - https://repo.anaconda.com/pkgs/main/zos-z/zoss-appdev/zos-z                
  - https://repo.anaconda.com/pkgs/main/zos-z/zoss-appdev/noarch               
                                                                               
To search for alternate channels that may provide the conda package you're     
looking for, navigate to                                                       
                                                                               
    https://anaconda.org                                                       
                                                                               
and use the search bar at the top of the page.                                 
                                                                               
I've also tried with g* but I got the same message.
Do you have any advice for this issue?
Thank you in advance.

Regards, András Szabó



------------------------------
Andras Szabo
Mr
Volkswagen AG
Wolfsburg DE
------------------------------
Hello András,

Looks like the channel_alias parameter in your .condarc file points to a wrong place. The following command should fix it:

conda config --set channel_alias https://conda.anaconda.org

Regards,
Vladimir

------------------------------
Vladimir Ein
Software Engineer
Rocket Software
------------------------------