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

Last updated: October 05,2024

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

This tutorial shows how to install rust-proc-macro2-devel.noarch on Fedora 34

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

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

This guide covers the steps necessary to uninstall rust-proc-macro2-devel.noarch on Fedora 34:

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

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

Last metadata expiration check: 5:13:16 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : rust-proc-macro2-devel
Version : 1.0.38
Release : 1.fc34
Architecture : noarch
Size : 45 k
Source : rust-proc-macro2-1.0.38-1.fc34.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 ASL 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.