How To Install rust-block-modes-devel on Fedora 36

In this tutorial we learn how to install rust-block-modes-devel in Fedora 36. rust-block-modes-devel is Block cipher modes of operation

Introduction

In this tutorial we learn how to install rust-block-modes-devel on Fedora 36.

What is rust-block-modes-devel

Block cipher modes of operation. This package contains library source intended for building other packages which use “block-modes” crate.

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

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

sudo dnf -y install rust-block-modes-devel

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

sudo yum -y install rust-block-modes-devel

How To Uninstall rust-block-modes-devel on Fedora 36

To uninstall only the rust-block-modes-devel package we can use the following command:

sudo dnf remove rust-block-modes-devel

rust-block-modes-devel Package Contents on Fedora 36

/usr/share/cargo/registry/block-modes-0.8.1
/usr/share/cargo/registry/block-modes-0.8.1/.cargo-checksum.json
/usr/share/cargo/registry/block-modes-0.8.1/CHANGELOG.md
/usr/share/cargo/registry/block-modes-0.8.1/Cargo.toml
/usr/share/cargo/registry/block-modes-0.8.1/LICENSE-APACHE
/usr/share/cargo/registry/block-modes-0.8.1/LICENSE-MIT
/usr/share/cargo/registry/block-modes-0.8.1/README.md
/usr/share/cargo/registry/block-modes-0.8.1/src
/usr/share/cargo/registry/block-modes-0.8.1/src/cbc.rs
/usr/share/cargo/registry/block-modes-0.8.1/src/cfb.rs
/usr/share/cargo/registry/block-modes-0.8.1/src/cfb8.rs
/usr/share/cargo/registry/block-modes-0.8.1/src/ecb.rs
/usr/share/cargo/registry/block-modes-0.8.1/src/errors.rs
/usr/share/cargo/registry/block-modes-0.8.1/src/ige.rs
/usr/share/cargo/registry/block-modes-0.8.1/src/lib.rs
/usr/share/cargo/registry/block-modes-0.8.1/src/ofb.rs
/usr/share/cargo/registry/block-modes-0.8.1/src/pcbc.rs
/usr/share/cargo/registry/block-modes-0.8.1/src/traits.rs
/usr/share/cargo/registry/block-modes-0.8.1/src/utils.rs
/usr/share/cargo/registry/block-modes-0.8.1/tests
/usr/share/cargo/registry/block-modes-0.8.1/tests/data
/usr/share/cargo/registry/block-modes-0.8.1/tests/data/aes128.iv.bin
/usr/share/cargo/registry/block-modes-0.8.1/tests/data/aes128.key.bin
/usr/share/cargo/registry/block-modes-0.8.1/tests/data/aes128.plaintext.bin
/usr/share/cargo/registry/block-modes-0.8.1/tests/data/cbc-aes128.ciphertext.bin
/usr/share/cargo/registry/block-modes-0.8.1/tests/data/cfb-aes128-2.ciphertext.bin
/usr/share/cargo/registry/block-modes-0.8.1/tests/data/cfb-aes128-2.plaintext.bin
/usr/share/cargo/registry/block-modes-0.8.1/tests/data/cfb-aes128.ciphertext.bin
/usr/share/cargo/registry/block-modes-0.8.1/tests/data/ecb-aes128.ciphertext.bin
/usr/share/cargo/registry/block-modes-0.8.1/tests/data/ige-aes128-1.ciphertext.bin
/usr/share/cargo/registry/block-modes-0.8.1/tests/data/ige-aes128-1.iv.bin
/usr/share/cargo/registry/block-modes-0.8.1/tests/data/ige-aes128-1.key.bin
/usr/share/cargo/registry/block-modes-0.8.1/tests/data/ige-aes128-1.plaintext.bin
/usr/share/cargo/registry/block-modes-0.8.1/tests/data/ige-aes128-2.ciphertext.bin
/usr/share/cargo/registry/block-modes-0.8.1/tests/data/ige-aes128-2.iv.bin
/usr/share/cargo/registry/block-modes-0.8.1/tests/data/ige-aes128-2.key.bin
/usr/share/cargo/registry/block-modes-0.8.1/tests/data/ige-aes128-2.plaintext.bin
/usr/share/cargo/registry/block-modes-0.8.1/tests/data/ofb-aes128.ciphertext.bin
/usr/share/cargo/registry/block-modes-0.8.1/tests/lib.rs
/usr/share/doc/rust-block-modes-devel
/usr/share/doc/rust-block-modes-devel/CHANGELOG.md
/usr/share/doc/rust-block-modes-devel/README.md
/usr/share/licenses/rust-block-modes-devel
/usr/share/licenses/rust-block-modes-devel/LICENSE-APACHE
/usr/share/licenses/rust-block-modes-devel/LICENSE-MIT

References

Summary

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