Upgrade the Linux agent manually

  • Review the Aurora Protect Desktop prerequisites.
  • Download the latest Aurora Protect Desktop installation files from the management console. Click Settings > Deployments. From the Product list, select CylancePROTECT, and set the target operating system, the agent version, and the file type. Click Download.
  • Verify that you have root permissions.
To manually upgrade the agent on a Linux device, run these commands based on the Linux distribution in the specified order. Use the files extracted from the .tgz file to determine the value of version.

Linux distribution

Commands

  • Red Hat Enterprise Linux or CentOS
  • Amazon Linux
  • Oracle
  • SUSE Linux Enterprise Server
  1. Upgrade the agent:
    CODE
    rpm -Uvh CylancePROTECT.<version>.rpm
  2. Upgrade the agent UI*:
    CODE
    rpm -Uvh CylancePROTECTUI.<version>.rpm

* For devices running SUSE Linux Enterprise Server, you might need to install the Gnome 3 library (libgtk-3-0) prior to the agent UI installation. If necessary, use this command: zypper install libgtk-3-0

  • Ubuntu
  • Debian
  1. Install the agent:
    CODE
    dpkg -i cylance-protect.<version>.deb
  2. Install the agent UI:
    CODE
    dpkg -i cylance-protect-ui.<version>.deb