How to Install and Uninstall rust-proc-macro2+span-locations-devel.noarch Package on Oracle Linux 9

Last updated: May 20,2024

1. Install "rust-proc-macro2+span-locations-devel.noarch" package

This is a short guide on how to install rust-proc-macro2+span-locations-devel.noarch on Oracle Linux 9

$ sudo dnf update $ sudo dnf install rust-proc-macro2+span-locations-devel.noarch

2. Uninstall "rust-proc-macro2+span-locations-devel.noarch" package

This guide covers the steps necessary to uninstall rust-proc-macro2+span-locations-devel.noarch on Oracle Linux 9:

$ sudo dnf remove rust-proc-macro2+span-locations-devel.noarch $ sudo dnf autoremove

3. Information about the rust-proc-macro2+span-locations-devel.noarch package on Oracle Linux 9

Last metadata expiration check: 1:16:25 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : rust-proc-macro2+span-locations-devel
Version : 1.0.78
Release : 1.el9
Architecture : noarch
Size : 10 k
Source : rust-proc-macro2-1.0.78-1.el9.src.rpm
Repository : epel
Summary : Substitute implementation of the Rust compiler's proc_macro API
URL : https://crates.io/crates/proc-macro2
License : MIT OR Apache-2.0
Description : A substitute implementation of the compiler's `proc_macro` API to
: decouple token-based libraries from the procedural macro use case.
:
: This package contains library source intended for building other packages which
: use the "span-locations" feature of the "proc-macro2" crate.