How To Install rust-proc-macro-error-attr-devel on Fedora 36

In this tutorial we learn how to install rust-proc-macro-error-attr-devel in Fedora 36. rust-proc-macro-error-attr-devel is Attribute macro for proc-macro-error crate

Introduction

In this tutorial we learn how to install rust-proc-macro-error-attr-devel on Fedora 36.

What is rust-proc-macro-error-attr-devel

Attribute macro for proc-macro-error crate. This package contains library source intended for building other packages which use “proc-macro-error-attr” crate.

We can use yum or dnf to install rust-proc-macro-error-attr-devel on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install rust-proc-macro-error-attr-devel.

Install rust-proc-macro-error-attr-devel on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install rust-proc-macro-error-attr-devel using dnf by running the following command:

sudo dnf -y install rust-proc-macro-error-attr-devel

Install rust-proc-macro-error-attr-devel on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install rust-proc-macro-error-attr-devel using yum by running the following command:

sudo yum -y install rust-proc-macro-error-attr-devel

How To Uninstall rust-proc-macro-error-attr-devel on Fedora 36

To uninstall only the rust-proc-macro-error-attr-devel package we can use the following command:

sudo dnf remove rust-proc-macro-error-attr-devel

rust-proc-macro-error-attr-devel Package Contents on Fedora 36

/usr/share/cargo/registry/proc-macro-error-attr-1.0.4
/usr/share/cargo/registry/proc-macro-error-attr-1.0.4/.cargo-checksum.json
/usr/share/cargo/registry/proc-macro-error-attr-1.0.4/Cargo.toml
/usr/share/cargo/registry/proc-macro-error-attr-1.0.4/LICENSE-APACHE
/usr/share/cargo/registry/proc-macro-error-attr-1.0.4/LICENSE-MIT
/usr/share/cargo/registry/proc-macro-error-attr-1.0.4/build.rs
/usr/share/cargo/registry/proc-macro-error-attr-1.0.4/src
/usr/share/cargo/registry/proc-macro-error-attr-1.0.4/src/lib.rs
/usr/share/cargo/registry/proc-macro-error-attr-1.0.4/src/parse.rs
/usr/share/cargo/registry/proc-macro-error-attr-1.0.4/src/settings.rs
/usr/share/licenses/rust-proc-macro-error-attr-devel
/usr/share/licenses/rust-proc-macro-error-attr-devel/LICENSE-APACHE
/usr/share/licenses/rust-proc-macro-error-attr-devel/LICENSE-MIT

References

Summary

In this tutorial we learn how to install rust-proc-macro-error-attr-devel on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).