How to Install and Uninstall rust-base64ct+alloc-devel.noarch Package on Oracle Linux 9

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 Oracle Linux 9

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

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

In this section, we are going to explain the necessary steps to uninstall rust-base64ct+alloc-devel.noarch on Oracle Linux 9:

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

3. Information about the rust-base64ct+alloc-devel.noarch package on Oracle Linux 9

Last metadata expiration check: 3:11:53 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : rust-base64ct+alloc-devel
Version : 1.6.0
Release : 1.el9
Architecture : noarch
Size : 8.2 k
Source : rust-base64ct-1.6.0-1.el9.src.rpm
Repository : epel
Summary : Pure Rust, constant-time implementation of Base64 (RFC 4648)
URL : https://crates.io/crates/base64ct
License : Apache-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.