Sequoia-PGP

Linux 64-bit

System Requirements

  • 2 CPU cores
  • 4 GB RAM
  • Red Hat Enterprise Linux 8 version

Installation for DEB Using dpkg

The binary can be downloaded here:

  • DEB package

    SHA256 sum:
    cb75fb72e794b52236ab218cb843c9f8f692f09f63fb53ef7d2f91866cdf4dba

For Linux, install using the package managers:

dpkg -i sq-dsm_1.2.0_amd64.deb

Uninstallation for DEB Using dpkg

For Linux, uninstall using the package managers:

dpkg -r sq-dsm_1.2.0_amd64.deb

Installation for RPM Using rpm

The binary can be downloaded here:

  • RPM package

    SHA256 sum:
    f55e90312efb1e557cd5ef7d8d0700dfd40907a9b1559b0750d10495bc6ee4b2

For Linux, install using the package managers:

rpm -i sq-dsm-1.2.0-0.x86_64.rpm

Refer to the sq-dsm GitHub page for RPM dependencies.

Uninstallation for RPM Using rpm

For Linux, uninstall using the package managers:

rpm -e sq-dsm-1.2.0-0.x86_64.rpm

For steps to configure the packages, refer to the Sequoia-PGP: Developer's Guide

Installation for DEB from Public Repo Using apt

  1. Add the following line to the file /etc/apt/sources.list.
    deb https://download.fortanix.com/linux/apt focal main
  2. Download https://download.fortanix.com/linux/apt/fortanix.gpg.
  3. After downloading the file fortanix.gpg, run the following command to add the file to a trusted source.
    sudo apt-key add <directory-path>/fortanix.gpg
    Where, directory-path is the folder where you downloaded the file.
  4. Run the following commands to get the latest package from the repo.
    sudo apt update
  5. Run the following command to install the package.
    sudo apt install sq-dsm

Installation for RPM from Public Repo Using yum

  1. Run the following command to go to the yum.repos.d directory.
    cd /etc/yum.repos.d/
  2. Create the file em-agent.repo in the folder from Step 1 and add the following contents to it, then save.
    [em-agent]
    name=EM Agent  - $basearch
    baseurl=https://download.fortanix.com/linux/yum/el7/x86_64
    enabled=1
    gpgkey=https://download.fortanix.com/linux/yum/fortanix.pub
    gpgcheck=1
  3. Run the following commands to get the latest package from the repo.
    sudo yum update
  4. Run the following command to install the package.
    sudo yum install sq-dsm

Windows 64-bit

System Requirements

  • 2 CPU cores
  • 4 GB RAM
  • VC++ 2015 redistributable package or higher

Download

  • Windows binary

    SHA256 sum:
    961aa5d675c0b2cf7edaebdac2f3a99ab3bc719ea3dec92a2a87139b92adbf81

Installation

For windows, copy the executable to a system path.

Check Sequoia-PGP Developer'S Guide for more details.

Comments

Please sign in to leave a comment.

Was this article helpful?
1 out of 1 found this helpful