How to Install and Uninstall rust-stable_deref_trait+alloc-devel.noarch Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: October 06,2024

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

This guide covers the steps necessary to install rust-stable_deref_trait+alloc-devel.noarch on Red Hat Enterprise Linux 9 (RHEL 9)

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

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

Learn how to uninstall rust-stable_deref_trait+alloc-devel.noarch on Red Hat Enterprise Linux 9 (RHEL 9):

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

3. Information about the rust-stable_deref_trait+alloc-devel.noarch package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 0:07:59 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : rust-stable_deref_trait+alloc-devel
Version : 1.2.0
Release : 7.el9
Architecture : noarch
Size : 8.1 k
Source : rust-stable_deref_trait-1.2.0-7.el9.src.rpm
Repository : epel
Summary : Unsafe marker trait for types like Box and Rc that dereference to a stable address even when moved, and hence can be used with libraries such as owning_ref and rental
URL : https://crates.io/crates/stable_deref_trait
License : MIT or ASL 2.0
Description : Unsafe marker trait for types like Box and Rc that dereference to a stable
: address even when moved, and hence can be used with libraries such as
: owning_ref and rental.
:
: This package contains library source intended for building other packages which
: use "the alloc" feature of the "stable_deref_trait" crate.