How to Install and Uninstall rust-cfg-if+default-devel.noarch Package on Oracle Linux 9

Last updated: May 10,2024

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

Please follow the step by step instructions below to install rust-cfg-if+default-devel.noarch on Oracle Linux 9

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

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

Please follow the instructions below to uninstall rust-cfg-if+default-devel.noarch on Oracle Linux 9:

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

3. Information about the rust-cfg-if+default-devel.noarch package on Oracle Linux 9

Last metadata expiration check: 1:19:47 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : rust-cfg-if+default-devel
Version : 1.0.0
Release : 6.el9
Architecture : noarch
Size : 7.9 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 "the default" feature of the "cfg-if" crate.