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

Last updated: May 04,2024

1. Install "rust-scopeguard+use_std-devel.noarch" package

Please follow the guidelines below to install rust-scopeguard+use_std-devel.noarch on Oracle Linux 9

$ sudo dnf update $ sudo dnf install rust-scopeguard+use_std-devel.noarch

2. Uninstall "rust-scopeguard+use_std-devel.noarch" package

This guide let you learn how to uninstall rust-scopeguard+use_std-devel.noarch on Oracle Linux 9:

$ sudo dnf remove rust-scopeguard+use_std-devel.noarch $ sudo dnf autoremove

3. Information about the rust-scopeguard+use_std-devel.noarch package on Oracle Linux 9

Last metadata expiration check: 0:07:03 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : rust-scopeguard+use_std-devel
Version : 1.2.0
Release : 1.el9
Architecture : noarch
Size : 7.6 k
Source : rust-scopeguard-1.2.0-1.el9.src.rpm
Repository : epel
Summary : RAII scope guard that will run a given closure when it goes out of scope
URL : https://crates.io/crates/scopeguard
License : MIT OR Apache-2.0
Description : A RAII scope guard that will run a given closure when it goes out of
: scope, even if the code between panics (assuming unwinding panic).
: Defines the macros `defer!`, `defer_on_unwind!`, `defer_on_success!` as
: shorthands for guards with one of the implemented strategies.
:
: This package contains library source intended for building other packages which
: use the "use_std" feature of the "scopeguard" crate.