How to Install and Uninstall rust-match_cfg+default-devel.noarch Package on AlmaLinux 9

Last updated: July 02,2024

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

Please follow the step by step instructions below to install rust-match_cfg+default-devel.noarch on AlmaLinux 9

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

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

This is a short guide on how to uninstall rust-match_cfg+default-devel.noarch on AlmaLinux 9:

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

3. Information about the rust-match_cfg+default-devel.noarch package on AlmaLinux 9

Last metadata expiration check: 1:52:59 ago on Wed Mar 13 07:41:12 2024.
Available Packages
Name : rust-match_cfg+default-devel
Version : 0.1.0
Release : 6.el9
Architecture : noarch
Size : 7.8 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 "default" feature of "match_cfg" crate.