How to Install and Uninstall corrosion.x86_64 Package on Oracle Linux 9

Last updated: September 28,2024

1. Install "corrosion.x86_64" package

Please follow the steps below to install corrosion.x86_64 on Oracle Linux 9

$ sudo dnf update $ sudo dnf install corrosion.x86_64

2. Uninstall "corrosion.x86_64" package

Learn how to uninstall corrosion.x86_64 on Oracle Linux 9:

$ sudo dnf remove corrosion.x86_64 $ sudo dnf autoremove

3. Information about the corrosion.x86_64 package on Oracle Linux 9

Last metadata expiration check: 1:59:23 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : corrosion
Version : 0.4.5
Release : 2.el9
Architecture : x86_64
Size : 507 k
Source : corrosion-0.4.5-2.el9.src.rpm
Repository : epel
Summary : Easy Rust and C/C++ Integration
URL : https://github.com/corrosion-rs/corrosion
License : MIT AND (Apache-2.0 OR BSL-1.0) AND (MIT OR Apache-2.0)
Description : Corrosion, formerly known as cmake-cargo, is a tool for integrating Rust
: into an existing CMake project. Corrosion can automatically import
: executables, static libraries, and dynamic libraries from a workspace or
: package manifest (Cargo.toml file).