This section describes how to add an internet repository using a zypper command.
As root or sudo, you add the repository for the latest packages using a zypper
command to specify URLs to the packages. See the for the URLs for all release packages.
-
Change to the root user or use
sudo.
-
Add the repository for data-fabric packages, replacing <version> with the software version
that you want to install.
zypper ar https://package.mapr.com/releases/v<version>/suse/
maprtech
-
Add the repository for ecosystem packages.
zypper ar https://package.mapr.com/releases/MEP/MEP-<version>/suse/
maprecosystem
-
If your connection to the Internet is through a proxy server, set the
http_proxy environment variable before installation.http_proxy=http://<host>:<port>
export http_proxy
-
Update the system package index.
zypper refresh