Install the Okta Privileged Access client on SUSE Linux
- Add the RPM key.			
sudo rpm --import https://dist.scaleft.com/GPG-KEY-OktaPAM-2023
 - Add the Okta Privileged Access repository. Replace SUSE-VERSION with SUSE version 15.
Stable
sudo zypper addrepo --check --name "OktaPAM Stable" --enable --refresh --keep-packages --gpgcheck-strict https://dist.scaleft.com/repos/rpm/stable/suse/SUSE-VERSION/x86_64 oktapam-stable
Preview
sudo zypper addrepo --check --name "OktaPAM Preview" --enable --refresh --keep-packages --gpgcheck-strict https://dist.scaleft.com/repos/rpm/stable/suse/SUSE-VERSION/x86_64 oktapam-preview
 - 
                Update the list of available packages.                
sudo zypper update
 - 
                Search for the Okta Privileged Access packages.
                
sudo zypper search scaleft
 - Install the client tools package, which includes the client.
sudo zypper install scaleft-client-tools
 
