--- title: "Sequoia-PGP" slug: "sequoia-pgp-1" updated: 2026-08-19T07:27:43Z published: 2026-08-19T07:27:43Z canonical: "support.fortanix.com/sequoia-pgp-1" --- > ## Documentation Index > Fetch the complete documentation index at: https://support.fortanix.com/llms.txt > Use this file to discover all available pages before exploring further. # Sequoia-PGP **Linux 64-bit** ## 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*](/v1/docs/fortanix-dsm-clients-compatibility-matrix)*.* ### Installation for DEB Using `dpkg` **The binary can be downloaded here:** [DEB package](https://download.fortanix.com/clients/sq-dsm/1.12.0/sq-dsm_1.12.0_amd64.deb?__hstc=215508872.be5c3994e1ae846e025f399c75e7b4c1.1783942472700.1784878492839.1784882203178.37&__hssc=215508872.15.1784882203178&__hsfp=1e26488cd3089b311c32a29b9d66fb78&_gl=1*1o62nyt*_gcl_au*MTExOTY2NjEwLjE3ODE3ODkyOTUuOTk2MTk4NDcwLjE3ODQxOTQ2MTQuMTc4NDE5NDYxNg..) **SHA256 sum:** ```plaintext d884d7987e36f2c86830d6fb07aa6951d3c6128077a53196ca8dd5e47f49a12e ``` For Linux, install using the package managers: ```plaintext dpkg -i sq-dsm_1.12.0_amd64.deb ``` ### Uninstallation for DEB Using `dpkg` For Linux, uninstall using the package managers: ```plaintext dpkg -r sq-dsm_1.12.0_amd64.deb ``` ### Installation for RPM Using `rpm` **The binary can be downloaded here:** [RPM package](https://download.fortanix.com/clients/sq-dsm/1.12.0/sq-dsm-1.12.0-0.x86_64.rpm?__hstc=215508872.be5c3994e1ae846e025f399c75e7b4c1.1783942472700.1784878492839.1784882203178.37&__hssc=215508872.15.1784882203178&__hsfp=1e26488cd3089b311c32a29b9d66fb78&_gl=1*1kfyabx*_gcl_au*MTExOTY2NjEwLjE3ODE3ODkyOTUuOTk2MTk4NDcwLjE3ODQxOTQ2MTQuMTc4NDE5NDYxNg..) **SHA256 sum:** ```plaintext df09f25926f05cd3dbe40214da8452d6fc2045ff6713ab5f469c3e77d702bbb8 ``` For Linux, install using the package managers: ```plaintext rpm -i sq-dsm-1.12.0.x86_64.rpm ``` *Refer to the* [*GitHub*](https://github.com/fortanix/sq-dsm#requirements) *page for RPM dependencies.* ### Uninstallation for RPM Using `rpm` For Linux, uninstall using the package managers: ```plaintext rpm -e sq-dsm-1.12.0.x86_64.rpm ``` *For steps to configure the packages, refer to* [*Sequoia-PGP*](/v1/docs/fortanix-dsm-clients-sequoia-pgp)*.* ### Installation for DEB from Public Repo Using `apt` 1. Add the following line to the file `/etc/apt/sources.list`: ```plaintext deb https://download.fortanix.com/linux/apt focal main ``` 2. Download [*https://download.fortanix.com/linux/apt/fortanix.gpg*](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. ```plaintext sudo apt-key add /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 repository: ```plaintext sudo apt update ``` 5. Run the following command to install the package: ```plaintext 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: ```plaintext 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: ```plaintext [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 command to get the latest package from the repository: ```plaintext sudo yum update ``` 4. Run the following command to install the package: ```plaintext 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: ```plaintext choco upgrade sq-dsm ``` **Windows 64-bit** ## Windows 64-bit ### System Requirements - 2 CPU cores - 4 GB RAM ### Download [Windows binary](https://download.fortanix.com/clients/sq-dsm/1.12.0/sq-dsm-1.12.0.exe?__hstc=215508872.be5c3994e1ae846e025f399c75e7b4c1.1783942472700.1784878492839.1784882203178.37&__hssc=215508872.15.1784882203178&__hsfp=1e26488cd3089b311c32a29b9d66fb78&_gl=1*19z4oc6*_gcl_au*MTExOTY2NjEwLjE3ODE3ODkyOTUuOTk2MTk4NDcwLjE3ODQxOTQ2MTQuMTc4NDE5NDYxNg..) **SHA256 sum:** ```plaintext fb9d403487f409e0851ec42c7e14f342af797b7232f14899ffcf6da3ebad428e ``` ### Installation For Windows, copy the executable to a system path. *For more information, refer to* [*Sequoia-PGP*](/v1/docs/fortanix-dsm-clients-sequoia-pgp). ### Installation of Sequoia-PGP Client from the Public Repository Using a Private Chocolatey Server Perform the following steps: 1. Install the Chocolatey Windows client using the instructions provided at [*https://chocolatey.org/install*](https://chocolatey.org/install)*.* 2. After the Chocolatey Windows client is installed, run the following command to add the server to the Chocolatey sources list: ```plaintext choco source add -n="fortanix" --source="https://download.fortanix.com/chocolatey" ``` 3. Run the following command to enable the server added in *Step 2*: ```plaintext choco source enable -n="fortanix" ``` 4. Run the following command to install the Sequoia-PGP client: ```plaintext choco install sq-dsm ``` After successful installation, the `sq-dsm.exe` file will be located at `"C:\Program Files\Fortanix\SqdsmClient"`. ### Uninstallation of Sequoia-PGP Client Using the Private Chocolatey Server Perform the following steps: 1. Run the following command to uninstall the Sequoia-PGP client: ```plaintext choco uninstall sq-dsm ``` 2. Run the following command to remove the server from the Chocolatey source list: ```plaintext 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: ```plaintext choco upgrade sq-dsm ```