Linux 64-bit
System Requirements
- 2 CPU cores
- 4 GB RAM
- Red Hat Enterprise Linux 8 version
- Ubuntu 20.04
Installation for DEB Using dpkg
The binary can be downloaded here:
-
DEB package
SHA256 sum:
0fe187c1b9bf532550a5947e84e46c5f52ee88ae95a0fb218360dfc0dd699e9a
For Linux, install using the package managers:
dpkg -i sq-dsm_1.3.0_amd64.deb
Uninstallation for DEB Using dpkg
For Linux, uninstall using the package managers:
dpkg -r sq-dsm_1.3.0_amd64.deb
Installation for RPM Using rpm
The binary can be downloaded here:
-
RPM package
SHA256 sum:
7ac0566fa88f91a582035f8eb6525b1d22006388dcf25b54b4de7a812179a78b
For Linux, install using the package managers:
rpm -i sq-dsm-1.3.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.3.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
- Add the following line to the file
/etc/apt/sources.list
:deb https://download.fortanix.com/linux/apt focal main
- Download https://download.fortanix.com/linux/apt/fortanix.gpg.
- 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
directory-path
is the folder where you downloaded the file. - Run the following commands to get the latest package from the repository:
sudo apt update
- Run the following command to install the package:
sudo apt install sq-dsm
Installation for RPM from Public Repo Using yum
- Run the following command to go to the
yum.repos.d
directory:cd /etc/yum.repos.d/
- 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
- Run the following command to get the latest package from the repository:
sudo yum update
- 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:
1b3ba87517f75d2a3dd0f0c7c134eb5a3f709ff6edf9dfd760764a9f3530e35b
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.