How to Install and Uninstall rust-base64ct+alloc-devel.noarch Package on Fedora 34

Last updated: July 05,2024

1. Install "rust-base64ct+alloc-devel.noarch" package

Please follow the instructions below to install rust-base64ct+alloc-devel.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install rust-base64ct+alloc-devel.noarch

2. Uninstall "rust-base64ct+alloc-devel.noarch" package

Please follow the steps below to uninstall rust-base64ct+alloc-devel.noarch on Fedora 34:

$ sudo dnf remove rust-base64ct+alloc-devel.noarch $ sudo dnf autoremove

3. Information about the rust-base64ct+alloc-devel.noarch package on Fedora 34

Last metadata expiration check: 0:21:51 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : rust-base64ct+alloc-devel
Version : 1.5.0
Release : 1.fc34
Architecture : noarch
Size : 7.7 k
Source : rust-base64ct-1.5.0-1.fc34.src.rpm
Repository : updates
Summary : Pure Rust, constant-time implementation of Base64 (RFC 4648)
URL : https://crates.io/crates/base64ct
License : ASL 2.0 or MIT
Description : Pure Rust implementation of Base64 (RFC 4648) which avoids any usages of data-
: dependent branches/LUTs and thereby provides portable "best effort" constant-
: time operation and embedded-friendly no_std support.
:
: This package contains library source intended for building other packages which
: use the "alloc" feature of the "base64ct" crate.