Generate a Debian package and install Trellix Agent 5.8.x on an unmanaged Ubuntu system that are not managed by ePO - On-prem. You must manually install the DXL client while installing Trellix Agent in unmanaged mode on Ubuntu system.
You must have root permissions to install Trellix Agent on the client system.
Download Trellix Agent installation package MAxxxLNX.zip for Linux from the Software Catalog on ePO - On-prem.
Extract the following installer files to the client system.
Important
Trellix Agent has removed support for the
mfertpackage from version 5.8.2.mfema-<build_number>.i686.debmfema-<build_number>.x86_64.debmfert-<build_number>.i686.debDXL.zipfile which contains the following installer files.mfedx-ma-<build_number>.i686.debmfedx-ma-<build_number>.x86_64.deb
Note
Use the appropriate
MFEmaandMFEdx-ma-<build_number>packages based on the operating systems used. For example:mfema-<build_number>.x86_64.debandmfedx-ma-<build_number>.x86_64.debfor a 64-bit operating systemmfema-<build_number>.i686.debandmfedx-ma-<build_number>.i686.debfor a 32-bit operating system.
Open Terminal, then enter the path where you have extracted the installer files.
Run the following commands to install Trellix Agent on the client system.
For a 64-bit operating system:
dpkg --install mfert-<build_number>.i686.deb dpkg --install mfema-<build_number>.x86_64.deb dpkg --install mfedx-ma-<build_number>.x86_64.deb
For a 32-bit operating system:
dpkg --install mfert-<build_number>.i686.deb dpkg --install mfema-<build_number>.i686.deb dpkg --install mfedx-ma-<build_number>.i686.deb