How to Install and Uninstall rust-proc-macro2+proc-macro-devel.noarch Package on Fedora 39

Last updated: November 26,2024

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

This guide covers the steps necessary to install rust-proc-macro2+proc-macro-devel.noarch on Fedora 39

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

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

Please follow the instructions below to uninstall rust-proc-macro2+proc-macro-devel.noarch on Fedora 39:

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

3. Information about the rust-proc-macro2+proc-macro-devel.noarch package on Fedora 39

Last metadata expiration check: 4:11:03 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : rust-proc-macro2+proc-macro-devel
Version : 1.0.78
Release : 1.fc39
Architecture : noarch
Size : 10 k
Source : rust-proc-macro2-1.0.78-1.fc39.src.rpm
Repository : updates
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 "proc-macro" feature of the "proc-macro2" crate.