How to Install and Uninstall rust-scopeguard+default-devel.noarch Package on Fedora 38

Last updated: September 23,2024

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

Please follow the steps below to install rust-scopeguard+default-devel.noarch on Fedora 38

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

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

In this section, we are going to explain the necessary steps to uninstall rust-scopeguard+default-devel.noarch on Fedora 38:

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

3. Information about the rust-scopeguard+default-devel.noarch package on Fedora 38

Last metadata expiration check: 4:07:11 ago on Sat Mar 16 22:59:57 2024.
Available Packages
Name : rust-scopeguard+default-devel
Version : 1.2.0
Release : 1.fc38
Architecture : noarch
Size : 8.1 k
Source : rust-scopeguard-1.2.0-1.fc38.src.rpm
Repository : updates
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 "default" feature of the "scopeguard" crate.