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

Last updated: May 19,2024

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

This tutorial shows how to install rust-cc+default-devel.noarch on Oracle Linux 9

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

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

In this section, we are going to explain the necessary steps to uninstall rust-cc+default-devel.noarch on Oracle Linux 9:

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

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

Last metadata expiration check: 0:20:55 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : rust-cc+default-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 "default" feature of the "cc" crate.