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

Last updated: July 02,2024

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

Learn how to install rust-vergen+cargo-devel.noarch on CentOS Stream 9

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

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

Please follow the step by step instructions below to uninstall rust-vergen+cargo-devel.noarch on CentOS Stream 9:

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

3. Information about the rust-vergen+cargo-devel.noarch package on CentOS Stream 9

Last metadata expiration check: 0:56:49 ago on Sat Mar 16 16:03:45 2024.
Available Packages
Name : rust-vergen+cargo-devel
Version : 5.1.17
Release : 8.el9
Architecture : noarch
Size : 7.7 k
Source : rust-vergen-5.1.17-8.el9.src.rpm
Repository : epel
Summary : Generate cargo:rustc-env instructions for use with env!
URL : https://crates.io/crates/vergen
License : MIT OR Apache-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 the "cargo" feature of the "vergen" crate.