How to Install and Uninstall rust-match_cfg-devel.noarch Package on Fedora 34

Last updated: July 01,2024

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

This guide let you learn how to install rust-match_cfg-devel.noarch on Fedora 34

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

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

In this section, we are going to explain the necessary steps to uninstall rust-match_cfg-devel.noarch on Fedora 34:

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

3. Information about the rust-match_cfg-devel.noarch package on Fedora 34

Last metadata expiration check: 2:37:45 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : rust-match_cfg-devel
Version : 0.1.0
Release : 3.fc34
Architecture : noarch
Size : 15 k
Source : rust-match_cfg-0.1.0-3.fc34.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 "match_cfg" crate.