For systems connected to the internet, or where your own internal software repositories are maintained and updated for you, your Linux system package manager will inform you when updates to the Senzing packages are available; in the same fashion as other packages installed from software repositories.
If you'd like to manually list, update, or install prior versions of the Senzing packages consider the following commands. There are multiple methods and commands with different parameters depending on your exact need, these are examples commands.
You can also register to be notified by email when a new version is released.
For air gapped systems see Install - Air Gapped Systems
Red Hat Based Systems
Update Repo
yum check-update
List all Available Versions
yum list --showduplicates senzingapi
Upgrade to Latest Version
yum update senzingapi
Install Prior Version
yum install senzingapi-<version from list command>
Debian Based Systems
Manually Check for Updates and List all Available Versions
apt update && apt list -a senzingapi
Upgrade to Latest Version
apt upgrade senzingapi
Install Prior Version
apt install senzingapi=<version from list command>
Depending on your system level privileges you may need sudo/root access or an administrator to perform the update and install commands.
Comments
0 comments
Please sign in to leave a comment.