Adding the Data Fabric Repository on SUSE
This section describes how to install the Data Fabric repository.
Prerequisites
Procedure
- 
          Change to the 
rootuser or usesudo. - 
         Use the following command to add the repository for Data Fabric
          packages, replacing 
<version>with the version of Data Fabric software that you want to install:For install on SLES 15 SP3 or earlier, use the following command:
zypper ar https://<email>:<token>@package.ezmeral.hpe.com/releases/v<version>/suse/ maprtechFor install on SLES 15 SP5, use the following command:
zypper ar https://<email>:<token>@package.ezmeral.hpe.com/releases/v<version>/suse15.5/ maprtechIMPORTANTFor SUSE distributions, if your user name is an email address that includes special characters – such as the @ symbol – you must URL encode the special characters so that the correct email address is passed to the authentication protocols in the repository. For most email addresses, changing the @ symbol to %40 is sufficient. For example:Unencoded email address:
jane.smith@company.comURL encoded email address:
jane.smith%40company.comTo encode other special characters, see "URL Encoded Emails" at HPE Software Delivery Repository.
 - 
         Use the following command to add the repository for ecosystem packages:  (For the
          correct paths for all past releases, see the Data Fabric Repositories and Packages.) 
        
zypper ar https://<email>:<token>@package.ezmeral.hpe.com/releases/MEP/MEP-<version>/suse/ maprecosystem - 
          
            If your connection to the Internet is through a proxy server,
            you must set the 
http_proxyenvironment variable before installation:http_proxy=http://<host>:<port> export http_proxy - 
          
            Update the system package index by running the following
            command:
            
          
          
zypper refresh - 
        Data Fabric packages require a compatibility package in
          order to install and run on SUSE. Execute the following command to install the SUSE
          compatibility package: 
        
zypper install mapr-compat-suse 
Installing sshpass
About this task
zypper --non-interactive -q --no-gpg-checks -p http://download.opensuse.org/distribution/leap/42.3/repo/oss/ install sshpass