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

Last updated: May 18,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 36

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

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

In this section, we are going to explain the necessary steps to uninstall rust-proc-macro2+proc-macro-devel.noarch on Fedora 36:

$ 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 36

Last metadata expiration check: 5:59:18 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : rust-proc-macro2+proc-macro-devel
Version : 1.0.43
Release : 1.fc36
Architecture : noarch
Size : 8.8 k
Source : rust-proc-macro2-1.0.43-1.fc36.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-macro" feature of the "proc-macro2" crate.