$ zypper ar https://myart.jfrog.io/artifactory/rpm-remote-suse/ update

How to use Zypper client with Artifactory rpm repository?

AuthorFullName__c
Amith Kumar Mutakari
articleNumber
000004874
ft:sourceType
Salesforce
FirstPublishedDate
2020-10-05T07:58:05Z
lastModifiedDate
2020-10-05
VersionNumber
4

Adding repository 'update' .............................................................................................................................................................................................................[done]

Repository 'update' successfully added

URI         : https://myart.jfrog.io/artifactory/rpm-remote-suse/
Enabled     : Yes                                                        
GPG Check   : Yes                                                        
Autorefresh : No                                                         
Priority    : 99 (default priority)  


3) Installing an example package with zypper client which will  resolve from the Artifactory remote repository and will be cached in the following location in Artifactory. 

 https://myart.jfrog.io/artifactory/rpm-remote-suse-cache/rpm/

4) How to install a package using Zypper client?

Below command will install the MozillaFirefox package. 


$ zypper in MozillaFirefox 

For any reference related to zypper client commands, we can follow this external link .