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

Last updated: October 03,2024

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

Please follow the instructions below to install rust-proc-macro2+default-devel.noarch on Fedora 38

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

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

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

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

3. Information about the rust-proc-macro2+default-devel.noarch package on Fedora 38

Last metadata expiration check: 2:26:37 ago on Sat Mar 16 22:59:57 2024.
Available Packages
Name : rust-proc-macro2+default-devel
Version : 1.0.78
Release : 1.fc38
Architecture : noarch
Size : 10 k
Source : rust-proc-macro2-1.0.78-1.fc38.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 "default" feature of the "proc-macro2" crate.