This SAS KB article explains how to verify that SAS Viya hot fixes have been properly installed in your Linux environment.
Use this step to validate that the hot-fix package is installed. The instructions vary for different Linux distributions.
On these Linux distributions, use the rpm command. The man page for rpm (man rpm) contains usage information.
To query for a single package, use the following command:
Here is an example:
If you need to determine whether sas-visual-pipeline-1.15.10-20190225.1551120744177.x86_64.rpm has been installed, use the portion of the package name that precedes the version numbers, as shown below:
To list all installed SAS packages and sort them alphabetically, run the following command:
If the output of the rpm command shows a package that matches or is newer than the version from the Manifest View page, the hot fix has been applied.
On this Linux distribution, use the dpkg command. The man page for dpkg (man dpkg) contains usage information.
To query for a single package, use the following command:
Here is an example:
If you need to determine whether sas-espbase_5.1.1-20180227.074315378901_amd64.deb has been installed, use the portion of the package name that precedes the version numbers, as shown below:
To list all installed SAS packages, run the following command:
If the output of the dpkg command shows a package that matches or is newer than the version from the Manifest View page, the hot fix has been applied.