How to Install and Uninstall rust-stable_deref_trait+alloc-devel.noarch Package on AlmaLinux 9

Last updated: July 02,2024

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

Please follow the guidelines below to install rust-stable_deref_trait+alloc-devel.noarch on AlmaLinux 9

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

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

Please follow the instructions below to uninstall rust-stable_deref_trait+alloc-devel.noarch on AlmaLinux 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 AlmaLinux 9

Last metadata expiration check: 1:07:44 ago on Wed Mar 13 07:41:12 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.