Use the compatible .deb file to manually upgrade agent software on your Linux endpoints running Ubuntu 14.04, 16.04, or 18.04.
.deb file:Open a Terminal session on the Linux endpoint that has the agent installation
.tgzpackage.username@localhost:~$Use the
cdcommand to change to theTrellixdirectory you created in step 6 of Downloading a Linux agent installation package from the Web UI.username@localhost:~$ cd desktopusername@localhost:~/Desktop$ cd TrellixUse the
lscommand to verify that theIMAGE_HX_AGENT_LINUX_[xAgent version].tgzfile is in theTrellixdirectory.username@localhost:~/Desktop/Trellix$ lsIMAGE_HX_AGENT_LINUX_[xAgent version].tgzUse the
tar zxfcommand to unzip and extract the files from the Linux agent installation package:username@localhost:~/Desktop/Trellix$ tar zxf IMAGE_HX_AGENT_LINUX_[xAgent version].tgz.The
.tgzpackage (Linux) includes the following files:Agent
.rpmfilesAgent
.debfilesAgent configuration file (agent_config.json)
Use the
lscommand to view the files.username@localhost:~/Desktop/Trellix$ lsYou will see a list of all the files in the agent installation package.
Use the
dpkg, medium-level package manager for Debian and the -i option to run the.debscript and upgrade the agent software on your Linux endpoint. You must have sudo access to run this command:username@localhost:~/Desktop/Trellix$ sudo dpkg -i xagt-[xAgent version]-1.ubuntu12_amd64.debImportant
Run the
.debfile that is compatible with the supported Ubuntu version running on your Linux endpoints. For example, if your Linux endpoints are running Ubuntu 14.04, runxagt-[xAgent version]-1.ubuntu12_amd64.deb. If your Linux endpoints are running Ubuntu 16.04 or later, runxagt-[xAgent version]-1.ubuntu16_amd64.deb.The
.debfile automatically detects the version of Ubuntu currently running on the endpoint. If the.debfile is not compatible with the Ubuntu version running on the endpoint, an error message appears.