Installing the client packages
Know more about installing the client packages for RHEL, SLES, and Ubuntu.
RHEL
You can install the client RPM for the supported service and yum update to update the newly added repository.
yum install <service-client>
Here are some examples:
yum install spark-python-client yum install ozone-client
SLES
You can install the client RPM for the supported service.
Zypper install <service-client>
Here are some examples:
Zypper install spark-python-client Zypper install ozone-client
Ubuntu
You can install the client package for the supported service.
apt install <service-client>
Here are some examples:
apt install spark-python-client apt install ozone-client