Quantcast
Channel: Symantec Connect - ブログエントリ
Viewing all articles
Browse latest Browse all 5094

Ho To install Symantec in Ubuntu

$
0
0
Ho To install Symantec in Ubuntu

For installing Symantec client in Ubuntu we should download jdk-8u92-linux-x64.ta , jce_policy-8 files and SymantecEndpointProtection.tar.sh

Use below links for download the java files

JDK 1u92

http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html

JCE policy files

http://www.oracle.com/technetwork/java/javase/down...

  1. Create a java folder in home path using terminal.
  • cd /usr
  • sudo mkdir java
  1. copy jdk-8u92-linux-x64.tar.gz  and  jce_policy-8 .zip  files in java folder using terminal.
  • sudo cp jce_policy-8 files.zip jdk-8u92-linux-x64.tar  /usr/java
  1. unzip jdk-8u92-linux-x64.tar  and  jce_policy-8 .zip
  • sudo unzip jce_policy-8 .zip
  • sudo tar –xvf jdk-8u92-linux-x64.tar.gz
  1. Delete US_export_policy.jar and local_policy.jar files in usr/java/jdk1.8.0.92/jre/lib/security path using terminal.

Change path directory to usr/java/jdk1.8.0.92/jre/lib/security

  • sudo rm US_export_policy.jar local_policy.jar
  •  
  1. Copy US_export_policy.jar and local_policy.jar files from usr/java/jce_policy-8/ UnlimitedJCEPolicyJDK8 to usr/java/jdk1.8.0.92/jre/lib/security using command.

Change path directory to usr/java/ jce_policy-8/UnlimitedJCEPolicyJDK8 and enter below command.

  • sudo cp US_export_policy.jar local_policy.jar usr/java/jdk1.8.0.92/jre/lib/security
  1. Give owner permission for java folder using command.
  • sudo chown –R root:root /usr/java
  1. Install linux kernel files by using command.
  • sudo apt-get install gcc
  • sudo apt-get source linux-image-$(uname -r)
  • sudo apt-get install dpkg-dev
  • sudo apt-get install libc6:i386 libX11-6:i386 libncurses5:i386 libstdc++6:i386
  • sudo apt-get install sharutils
  • sudo apt-get install ncompress
  1. Go to Symantec folder directory and install SEP using command.
  • sudo chmod +x install.sh   ==è (for modifying the file permission)

sudo ./install.sh –i


Viewing all articles
Browse latest Browse all 5094

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>