How To Install sequoia-sop on Fedora 36

In this tutorial we learn how to install sequoia-sop in Fedora 36. sequoia-sop is Stateless OpenPGP Interface using Sequoia

Introduction

In this tutorial we learn how to install sequoia-sop on Fedora 36.

What is sequoia-sop

Implementation of the Stateless OpenPGP Interface using Sequoia.

We can use yum or dnf to install sequoia-sop on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install sequoia-sop.

Install sequoia-sop on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install sequoia-sop using dnf by running the following command:

sudo dnf -y install sequoia-sop

Install sequoia-sop on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install sequoia-sop using yum by running the following command:

sudo yum -y install sequoia-sop

How To Uninstall sequoia-sop on Fedora 36

To uninstall only the sequoia-sop package we can use the following command:

sudo dnf remove sequoia-sop

sequoia-sop Package Contents on Fedora 36

/usr/bin/sqop
/usr/lib/.build-id
/usr/lib/.build-id/99
/usr/lib/.build-id/99/14dc4dc138aae66c40206e0b5baf7607e766a0
/usr/share/doc/sequoia-sop
/usr/share/doc/sequoia-sop/README.md
/usr/share/licenses/sequoia-sop
/usr/share/licenses/sequoia-sop/LICENSE.dependencies
/usr/share/licenses/sequoia-sop/LICENSE.txt
/usr/share/man/man1/sqop-armor.1.gz
/usr/share/man/man1/sqop-dearmor.1.gz
/usr/share/man/man1/sqop-decrypt.1.gz
/usr/share/man/man1/sqop-encrypt.1.gz
/usr/share/man/man1/sqop-extract-cert.1.gz
/usr/share/man/man1/sqop-generate-key.1.gz
/usr/share/man/man1/sqop-sign.1.gz
/usr/share/man/man1/sqop-verify.1.gz
/usr/share/man/man1/sqop-version.1.gz
/usr/share/man/man1/sqop.1.gz

References

Summary

In this tutorial we learn how to install sequoia-sop on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).