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

Last updated: October 04,2024

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

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

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

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

Here is a brief guide to show you how to uninstall rust-match_cfg+default-devel.noarch on Fedora 38:

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

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

Last metadata expiration check: 4:41:38 ago on Sat Mar 16 16:59:57 2024.
Available Packages
Name : rust-match_cfg+default-devel
Version : 0.1.0
Release : 7.fc38
Architecture : noarch
Size : 7.9 k
Source : rust-match_cfg-0.1.0-7.fc38.src.rpm
Repository : fedora
Summary : Macro to define an item depending on a large number of `#[cfg]` parameters
URL : https://crates.io/crates/match_cfg
License : MIT or ASL 2.0
Description : Convenience macro to ergonomically define an item depending on a large number
: of `#[cfg]` parameters. Structured like match statement, the first matching
: branch is the item that gets emitted.
:
: This package contains library source intended for building other packages
: which use "default" feature of "match_cfg" crate.