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

Last updated: October 06,2024

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

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

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

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

This tutorial shows how to uninstall rust-proc-macro2+nightly-devel.noarch on Fedora 34:

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

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

Last metadata expiration check: 1:23:04 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : rust-proc-macro2+nightly-devel
Version : 1.0.24
Release : 2.fc34
Architecture : noarch
Size : 9.4 k
Source : rust-proc-macro2-1.0.24-2.fc34.src.rpm
Repository : fedora
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 "nightly" feature of "proc-macro2" crate.