Files delivered: sas-mysql1-03.21.02-20200508.102937049324.x86_64.rpm sas-tkmysql1-01.20.01-20200508.103058873321.x86_64.rpm sas-tkmysql-01.20.01-20200508.110840669797.x86_64.rpm Step 1: Copy the RPM to any system that has the previous version installed. This can be determined by running the following command on each system: rpm -q sas-mysql1 rpm -q sas-tkmysql1 rpm -q sas-tkmysql If it returns a package version rather than "package sas- is not installed", the package is installed. It does not matter where on the system the updated RPM is copied to. Step 2: To update the RPM, run the following command on the system where the RPMs were copied: sudo rpm -Uvh sas-mysql1-03.21.02-20200508.102937049324.x86_64.rpm sudo rpm -Uvh sas-tkmysql1-01.20.01-20200508.103058873321.x86_64.rpm sudo rpm -Uvh sas-tkmysql-01.20.01-20200508.110840669797.x86_64.rpm Successful output will look like the following: Preparing... ########################################### [100%] 1:sas-mysql1 ########################################### [100%] . . . Preparing... ########################################### [100%] 1:sas-tkmysql1 ########################################### [100%] . . . Preparing... ########################################### [100%] 1:sas-tkmysql ########################################### [100%] Note: Backing up binaries should not be necessary since you can get back to the previous version by using yum. To revert to the previous version, run the following: sudo yum downgrade sas-mysql1 sudo yum downgrade sas-tkmysql1 sudo yum downgrade sas-tkmysql