How to Install and Uninstall rust-cfg-if0.1-devel.noarch Package on Fedora 34

Last updated: June 29,2024

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

Please follow the guidelines below to install rust-cfg-if0.1-devel.noarch on Fedora 34

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

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

This is a short guide on how to uninstall rust-cfg-if0.1-devel.noarch on Fedora 34:

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

3. Information about the rust-cfg-if0.1-devel.noarch package on Fedora 34

Last metadata expiration check: 1:09:37 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : rust-cfg-if0.1-devel
Version : 0.1.10
Release : 3.fc34
Architecture : noarch
Size : 16 k
Source : rust-cfg-if0.1-0.1.10-3.fc34.src.rpm
Repository : fedora
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.