To pull the latest updates or new package, you need to configure the package management tool with the repositories.
To add repositories in SUSE based platforms, run the following command:
zypper ar <yum service link>?ssl_verify=no <Bundle-name>
Example:
zypper ar https://ps1.labs.novell.com/zenworks-yumrepo/OES2023-Pool-bundle?ssl_verify=no OES2023-Pool-bundle
After adding all required repositories, run the following zypper patch command on SLES or OES devices:
zypper patch --with-optional
NOTE:When you run the above command, the “File repomd.xml from repository <repo_name> is unsigned” warning is displayed, ignore the displayed warning and proceed.