IT Management Suite Documentation

 View Only

How To install Symantec in Ubuntu 

Aug 14, 2016 01:01 AM

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/downloads/jce8-download-2133166.html

  1. Create a java folder in home path using terminal.
    • cd /usr
    • sudo mkdir java
  2. 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
  3. 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
  4. 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
  5. 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
  6. Give owner permission for java folder using command.
    • sudo chown –R root:root /usr/java
  7. 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
  8. Go to Symantec folder directory and install SEP using command.
    • sudo chmod +x install.sh ==è (for modifying the file permission)
    • sudo ./install.sh –i

Statistics
0 Favorited
2 Views
0 Files
0 Shares
0 Downloads

Tags and Keywords

Related Entries and Links

No Related Resource entered.