How to Install and Uninstall rust-match_cfg-devel.noarch Package on Rocky Linux 9

Last updated: July 02,2024

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

In this section, we are going to explain the necessary steps to install rust-match_cfg-devel.noarch on Rocky Linux 9

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

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

This guide let you learn how to uninstall rust-match_cfg-devel.noarch on Rocky Linux 9:

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

3. Information about the rust-match_cfg-devel.noarch package on Rocky Linux 9

Last metadata expiration check: 0:23:31 ago on Fri Feb 16 06:49:52 2024.
Available Packages
Name : rust-match_cfg-devel
Version : 0.1.0
Release : 6.el9
Architecture : noarch
Size : 16 k
Source : rust-match_cfg-0.1.0-6.el9.src.rpm
Repository : epel
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.