How to Install and Uninstall rust-cfg-if-devel.noarch Package on AlmaLinux 9

Last updated: July 04,2024

1. Install "rust-cfg-if-devel.noarch" package

Learn how to install rust-cfg-if-devel.noarch on AlmaLinux 9

$ sudo dnf update $ sudo dnf install rust-cfg-if-devel.noarch

2. Uninstall "rust-cfg-if-devel.noarch" package

Please follow the guidance below to uninstall rust-cfg-if-devel.noarch on AlmaLinux 9:

$ sudo dnf remove rust-cfg-if-devel.noarch $ sudo dnf autoremove

3. Information about the rust-cfg-if-devel.noarch package on AlmaLinux 9

Last metadata expiration check: 2:39:00 ago on Wed Mar 13 07:41:12 2024.
Available Packages
Name : rust-cfg-if-devel
Version : 1.0.0
Release : 6.el9
Architecture : noarch
Size : 16 k
Source : rust-cfg-if-1.0.0-6.el9.src.rpm
Repository : epel
Summary : Macro to ergonomically define an item depending on a large number of #[cfg] parameters
URL : https://crates.io/crates/cfg-if
License : MIT or ASL 2.0
Description : Macro to ergonomically define an item depending on a large number of #[cfg]
: parameters. Structured like an if-else chain, the first matching branch is the
: item that gets emitted.
:
: This package contains library source intended for building other packages which
: use "cfg-if" crate.