How to Install and Uninstall rust-proc-macro2-devel.noarch Package on Fedora 35

Last updated: May 19,2024

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

Please follow the guidelines below to install rust-proc-macro2-devel.noarch on Fedora 35

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

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

Here is a brief guide to show you how to uninstall rust-proc-macro2-devel.noarch on Fedora 35:

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

3. Information about the rust-proc-macro2-devel.noarch package on Fedora 35

Last metadata expiration check: 1:53:10 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : rust-proc-macro2-devel
Version : 1.0.43
Release : 1.fc35
Architecture : noarch
Size : 45 k
Source : rust-proc-macro2-1.0.43-1.fc35.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 : 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-macro2" crate.