How To Install rust-magic-crypt+std-devel on Fedora 36

In this tutorial we learn how to install rust-magic-crypt+std-devel in Fedora 36. rust-magic-crypt+std-devel is Library to encrypt/decrpyt strings, files, or data, using DES or AES

Introduction

In this tutorial we learn how to install rust-magic-crypt+std-devel on Fedora 36.

What is rust-magic-crypt+std-devel

MagicCrypt is a Java/PHP/NodeJS/Rust library to encrypt/decrpyt strings, files, or data, using Data Encryption Standard(DES) or Advanced Encryption Standard(AES) algorithms. It supports CBC block cipher mode, PKCS5 padding and 64, 128, 192 or 256-bits key length. This package contains library source intended for building other packages which use the “std” feature of the “magic-crypt” crate.

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

Install rust-magic-crypt+std-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-magic-crypt+std-devel using dnf by running the following command:

sudo dnf -y install rust-magic-crypt+std-devel

Install rust-magic-crypt+std-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-magic-crypt+std-devel using yum by running the following command:

sudo yum -y install rust-magic-crypt+std-devel

How To Uninstall rust-magic-crypt+std-devel on Fedora 36

To uninstall only the rust-magic-crypt+std-devel package we can use the following command:

sudo dnf remove rust-magic-crypt+std-devel

rust-magic-crypt+std-devel Package Contents on Fedora 36

/usr/share/cargo/registry/magic-crypt-3.1.10/Cargo.toml

References

Summary

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