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

Last updated: September 23,2024

1. Install "rust-vergen+cargo-devel.noarch" package

This is a short guide on how to install rust-vergen+cargo-devel.noarch on Oracle Linux 9

$ sudo dnf update $ sudo dnf install rust-vergen+cargo-devel.noarch

2. Uninstall "rust-vergen+cargo-devel.noarch" package

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

$ sudo dnf remove rust-vergen+cargo-devel.noarch $ sudo dnf autoremove

3. Information about the rust-vergen+cargo-devel.noarch package on Oracle Linux 9

Last metadata expiration check: 0:08:18 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : rust-vergen+cargo-devel
Version : 5.1.17
Release : 4.el9
Architecture : noarch
Size : 8.1 k
Source : rust-vergen-5.1.17-4.el9.src.rpm
Repository : epel
Summary : Generate cargo:rustc-env instructions for use with env!
URL : https://crates.io/crates/vergen
License : MIT or ASL 2.0
Description : Generate 'cargo:rustc-env' instructions via 'build.rs' for use in your code via
: the env! macro.
:
: This package contains library source intended for building other packages
: which use "cargo" feature of "vergen" crate.