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

Last updated: April 29,2024

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

This is a short guide on how to install rust-stable_deref_trait+alloc-devel.noarch on Oracle Linux 9

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

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

This tutorial shows how to uninstall rust-stable_deref_trait+alloc-devel.noarch on Oracle Linux 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 Oracle Linux 9

Last metadata expiration check: 3:21:52 ago on Thu Feb 15 07:50:05 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.