How to Install and Uninstall rust-scopeguard+use_std-devel.noarch Package on Fedora 35

Last updated: October 07,2024

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

Please follow the guidelines below to install rust-scopeguard+use_std-devel.noarch on Fedora 35

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

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

Please follow the guidelines below to uninstall rust-scopeguard+use_std-devel.noarch on Fedora 35:

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

3. Information about the rust-scopeguard+use_std-devel.noarch package on Fedora 35

Last metadata expiration check: 4:25:34 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : rust-scopeguard+use_std-devel
Version : 1.1.0
Release : 4.fc35
Architecture : noarch
Size : 7.8 k
Source : rust-scopeguard-1.1.0-4.fc35.src.rpm
Repository : fedora
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 ASL 2.0
Description : 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 "use_std" feature of "scopeguard" crate.