How to Install and Uninstall rust-magic-crypt+std-devel.noarch Package on Fedora 36

Last updated: September 23,2024

1. Install "rust-magic-crypt+std-devel.noarch" package

This guide let you learn how to install rust-magic-crypt+std-devel.noarch on Fedora 36

$ sudo dnf update $ sudo dnf install rust-magic-crypt+std-devel.noarch

2. Uninstall "rust-magic-crypt+std-devel.noarch" package

Please follow the step by step instructions below to uninstall rust-magic-crypt+std-devel.noarch on Fedora 36:

$ sudo dnf remove rust-magic-crypt+std-devel.noarch $ sudo dnf autoremove

3. Information about the rust-magic-crypt+std-devel.noarch package on Fedora 36

Last metadata expiration check: 4:54:05 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : rust-magic-crypt+std-devel
Version : 3.1.10
Release : 1.fc36
Architecture : noarch
Size : 8.6 k
Source : rust-magic-crypt-3.1.10-1.fc36.src.rpm
Repository : fedora
Summary : Library to encrypt/decrpyt strings, files, or data, using DES or AES
URL : https://crates.io/crates/magic-crypt
License : ASL 2.0
Description : 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.