How To Install rust-sequoia-sop-devel on Fedora 36

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

Introduction

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

What is rust-sequoia-sop-devel

Implementation of the Stateless OpenPGP Interface using Sequoia. This package contains library source intended for building other packages which use the “sequoia-sop” crate.

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

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

sudo dnf -y install rust-sequoia-sop-devel

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

sudo yum -y install rust-sequoia-sop-devel

How To Uninstall rust-sequoia-sop-devel on Fedora 36

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

sudo dnf remove rust-sequoia-sop-devel

rust-sequoia-sop-devel Package Contents on Fedora 36

/usr/share/cargo/registry/sequoia-sop-0.26.1
/usr/share/cargo/registry/sequoia-sop-0.26.1/.cargo-checksum.json
/usr/share/cargo/registry/sequoia-sop-0.26.1/Cargo.toml
/usr/share/cargo/registry/sequoia-sop-0.26.1/LICENSE.dependencies
/usr/share/cargo/registry/sequoia-sop-0.26.1/LICENSE.txt
/usr/share/cargo/registry/sequoia-sop-0.26.1/README.md
/usr/share/cargo/registry/sequoia-sop-0.26.1/build.rs
/usr/share/cargo/registry/sequoia-sop-0.26.1/src
/usr/share/cargo/registry/sequoia-sop-0.26.1/src/lib.rs
/usr/share/cargo/registry/sequoia-sop-0.26.1/src/main.rs

References

Summary

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