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

Last updated: January 04,2025

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

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

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

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

Here is a brief guide to show you how to uninstall rust-base64ct+alloc-devel.noarch on Fedora 36:

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

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

Last metadata expiration check: 1:28:12 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : rust-base64ct+alloc-devel
Version : 1.5.1
Release : 1.fc36
Architecture : noarch
Size : 7.7 k
Source : rust-base64ct-1.5.1-1.fc36.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.