How to Install and Uninstall rust-scopeguard-devel.noarch Package on Fedora 39

Last updated: October 10,2024

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

Here is a brief guide to show you how to install rust-scopeguard-devel.noarch on Fedora 39

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

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

This is a short guide on how to uninstall rust-scopeguard-devel.noarch on Fedora 39:

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

3. Information about the rust-scopeguard-devel.noarch package on Fedora 39

Last metadata expiration check: 5:09:20 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : rust-scopeguard-devel
Version : 1.2.0
Release : 2.fc39
Architecture : noarch
Size : 20 k
Source : rust-scopeguard-1.2.0-2.fc39.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 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 "scopeguard" crate.