How to Install and Uninstall rust-cc+parallel-devel.noarch Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: July 04,2024

1. Install "rust-cc+parallel-devel.noarch" package

Please follow the steps below to install rust-cc+parallel-devel.noarch on Red Hat Enterprise Linux 9 (RHEL 9)

$ sudo dnf update $ sudo dnf install rust-cc+parallel-devel.noarch

2. Uninstall "rust-cc+parallel-devel.noarch" package

Please follow the instructions below to uninstall rust-cc+parallel-devel.noarch on Red Hat Enterprise Linux 9 (RHEL 9):

$ sudo dnf remove rust-cc+parallel-devel.noarch $ sudo dnf autoremove

3. Information about the rust-cc+parallel-devel.noarch package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 1:41:07 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : rust-cc+parallel-devel
Version : 1.0.84
Release : 1.el9
Architecture : noarch
Size : 8.2 k
Source : rust-cc-1.0.84-1.el9.src.rpm
Repository : epel
Summary : Build-time dependency for Cargo build scripts to invoke the native C compiler
URL : https://crates.io/crates/cc
License : MIT OR Apache-2.0
Description : A build-time dependency for Cargo build scripts to assist in invoking
: the native C compiler to compile native C code into a static archive to
: be linked into Rust code.
:
: This package contains library source intended for building other packages which
: use the "parallel" feature of the "cc" crate.