1. Download the symantec_endpoint_protection_12.1.5_linux_client_en and unzip the Sep-deb.zip
2. If you direct sudo./install.sh-i, the following error will be reported starting to install the Symantec Endpoint Protection for Linux performing pre-check ...
Error: installation requires Oracle Java 1.5 or later whose owner is Superuser. Install the correct version with Superuser and Java cryptography Extension (JCE) Unlimited Strength Jurisdiction Po Licy Files, and try again.
Error: installation requires 32bits glibc library. Please install it and try again.
Warning: X11 libraries is missing, GUI component won't be installed! Pre-Check failed. The following components need to be installed: sudo apt-get install
libc6-i386(required, used to solve the above Error2) sudo apt-get install
Ia32-libs(optional, can be used to solve the above warning, but also to solve the Error2) 3. Install JRE to resolve Error1 a. Download jre-8u25-linux-x64.gz from Oracle website B. tar-xzvf jre-7u25-linux-i586 c. sudo Mkdir/usr/java d. sudo cp-r jre1.8.0_25/usr/java/e. sudo vi/etc/environment java_home= "/USR/JAVA/JR E1.8.0_25 "classpath=" $JAVA _home/lib "path=" $JAVA _home/bin "F. sudo update-alternatives--instal L/usr/bin/java Java/usr/java/jre1.8.0_25/bin/java 1 G. java-version H. sudo cp local_policy.jar/usr/java/jre1.8. 0_25/lib/security/i. sudo cp us_export_policy.jar/usr/java/jre1.8.0_25/lib/security/4. sudo./install.sh-i
Installing the Sep Client in Linux