How to Install and Uninstall rust-cfg-if0.1-devel.noarch Package on CentOS Stream 9

Last updated: September 24,2024

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

This tutorial shows how to install rust-cfg-if0.1-devel.noarch on CentOS Stream 9

$ sudo dnf update $ sudo dnf install rust-cfg-if0.1-devel.noarch

2. Uninstall "rust-cfg-if0.1-devel.noarch" package

Here is a brief guide to show you how to uninstall rust-cfg-if0.1-devel.noarch on CentOS Stream 9:

$ sudo dnf remove rust-cfg-if0.1-devel.noarch $ sudo dnf autoremove

3. Information about the rust-cfg-if0.1-devel.noarch package on CentOS Stream 9

Last metadata expiration check: 1:55:38 ago on Sat Mar 16 16:03:45 2024.
Available Packages
Name : rust-cfg-if0.1-devel
Version : 0.1.10
Release : 6.el9
Architecture : noarch
Size : 16 k
Source : rust-cfg-if0.1-0.1.10-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.