Cross-Platform (Linux/MacOS)

If you need to upgrade existing cross-platform clients to a newer version manually, perform package upgrades using the following commands. For more information on the supported operating systems, refer to Supported Platforms and Distributions.

Debian / Ubuntu

Copy
sudo apt install ./tenable-patch-client-<version>-amd64.deb

AlmaLinux, CentOS Stream, Oracle, RHEL, Rocky

Copy
sudo dnf upgrade ./tenable-patch-client-<version>.el<#>.x86_64.rpm

MacOS

Copy
sudo installer -tgt / -pkg ./tenable-patch-client-<version>-macOS.pkg

Note: Due to an issue in the 9.2.967 RPM packages, upgrading from 9.2.967 to 9.3.968 or later requires the following commands: sudo dnf upgrade ./tenable-patch-client-9.3.968.19-1.el9.x86_64.rpm and sudo systemctl enable --now adaptivaclientd.service