How To Install sequoia-sqv on Fedora 36

In this tutorial we learn how to install sequoia-sqv in Fedora 36. sequoia-sqv is Simple OpenPGP signature verification program

Introduction

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

What is sequoia-sqv

Simple OpenPGP signature verification program.

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

Install sequoia-sqv 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-sqv using dnf by running the following command:

sudo dnf -y install sequoia-sqv

Install sequoia-sqv 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-sqv using yum by running the following command:

sudo yum -y install sequoia-sqv

How To Uninstall sequoia-sqv on Fedora 36

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

sudo dnf remove sequoia-sqv

sequoia-sqv Package Contents on Fedora 36

/usr/bin/sqv
/usr/lib/.build-id
/usr/lib/.build-id/1a
/usr/lib/.build-id/1a/02e675d64267d71bbc2be3d76c96b41475b257
/usr/share/doc/sequoia-sqv
/usr/share/doc/sequoia-sqv/README.md
/usr/share/licenses/sequoia-sqv
/usr/share/licenses/sequoia-sqv/LICENSE.dependencies
/usr/share/licenses/sequoia-sqv/LICENSE.txt

References

Summary

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