Linux 64-bit
System Requirements
2 CPU cores
4 GB RAM
Supported Operating Systems (OS)
For more information on the Sequoia PGP client OS compatibility matrix, refer to Compatibility Matrix.
Installation for DEB Using dpkg
The binary can be downloaded here:
DEB package
SHA256 sum:
d884d7987e36f2c86830d6fb07aa6951d3c6128077a53196ca8dd5e47f49a12eFor Linux, install using the package managers:
dpkg -i sq-dsm_1.12.0_amd64.debUninstallation for DEB Using dpkg
For Linux, uninstall using the package managers:
dpkg -r sq-dsm_1.12.0_amd64.debInstallation for RPM Using rpm
The binary can be downloaded here:
RPM package
SHA256 sum:
df09f25926f05cd3dbe40214da8452d6fc2045ff6713ab5f469c3e77d702bbb8For Linux, install using the package managers:
rpm -i sq-dsm-1.12.0.x86_64.rpmRefer to the GitHub page for RPM dependencies.
Uninstallation for RPM Using rpm
For Linux, uninstall using the package managers:
rpm -e sq-dsm-1.12.0.x86_64.rpmFor steps to configure the packages, refer to Sequoia-PGP.
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 mainDownload 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.gpgWhere,
directory-pathis the folder where you downloaded the file.Run the following commands to get the latest package from the repository:
sudo apt updateRun 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.ddirectory:cd /etc/yum.repos.d/Create the file
em-agent.repoin 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=1Run the following command to get the latest package from the repository:
sudo yum updateRun the following command to install the package:
sudo yum install sq-dsm
Upgrade Sequoia-PGP Client Using the Private Chocolatey Server
Run the following command to upgrade the Sequoia-PGP client to the latest available version:
choco upgrade sq-dsmWindows 64-bit
System Requirements
2 CPU cores
4 GB RAM
Download
Windows binary
SHA256 sum:
fb9d403487f409e0851ec42c7e14f342af797b7232f14899ffcf6da3ebad428eInstallation
For Windows, copy the executable to a system path. For more information, refer to Sequoia-PGP.
Installation of Sequoia-PGP Client from the Public Repository Using a Private Chocolatey Server
Perform the following steps:
Install the Chocolatey Windows client using the instructions provided at https://chocolatey.org/install.
After the Chocolatey Windows client is installed, run the following command to add the server to the Chocolatey sources list:
choco source add -n="fortanix" --source="https://download.fortanix.com/chocolatey"Run the following command to enable the server added in Step 2:
choco source enable -n="fortanix"Run the following command to install the Sequoia-PGP client:
choco install sq-dsmAfter successful installation, the
sq-dsm.exefile will be located at"C:\Program Files\Fortanix\SqdsmClient".
Uninstallation of Sequoia-PGP Client Using the Private Chocolatey Server
Perform the following steps:
Run the following command to uninstall the Sequoia-PGP client:
choco uninstall sq-dsmRun the following command to remove the server from the Chocolatey source list:
choco source remove -n="fortanix"
Upgrade Sequoia-PGP Client Using the Private Chocolatey Server
Run the following command to upgrade the Sequoia-PGP client to the latest available version:
choco upgrade sq-dsm