How To Install rust-rustc-demangle-devel on Fedora 36

In this tutorial we learn how to install rust-rustc-demangle-devel in Fedora 36. rust-rustc-demangle-devel is Rust compiler symbol demangling

Introduction

In this tutorial we learn how to install rust-rustc-demangle-devel on Fedora 36.

What is rust-rustc-demangle-devel

Rust compiler symbol demangling. This package contains library source intended for building other packages which use “rustc-demangle” crate.

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

Install rust-rustc-demangle-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-rustc-demangle-devel using dnf by running the following command:

sudo dnf -y install rust-rustc-demangle-devel

Install rust-rustc-demangle-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-rustc-demangle-devel using yum by running the following command:

sudo yum -y install rust-rustc-demangle-devel

How To Uninstall rust-rustc-demangle-devel on Fedora 36

To uninstall only the rust-rustc-demangle-devel package we can use the following command:

sudo dnf remove rust-rustc-demangle-devel

rust-rustc-demangle-devel Package Contents on Fedora 36

/usr/share/cargo/registry/rustc-demangle-0.1.21
/usr/share/cargo/registry/rustc-demangle-0.1.21/.cargo-checksum.json
/usr/share/cargo/registry/rustc-demangle-0.1.21/Cargo.toml
/usr/share/cargo/registry/rustc-demangle-0.1.21/LICENSE-APACHE
/usr/share/cargo/registry/rustc-demangle-0.1.21/LICENSE-MIT
/usr/share/cargo/registry/rustc-demangle-0.1.21/README.md
/usr/share/cargo/registry/rustc-demangle-0.1.21/src
/usr/share/cargo/registry/rustc-demangle-0.1.21/src/legacy.rs
/usr/share/cargo/registry/rustc-demangle-0.1.21/src/lib.rs
/usr/share/cargo/registry/rustc-demangle-0.1.21/src/v0-large-test-symbols
/usr/share/cargo/registry/rustc-demangle-0.1.21/src/v0-large-test-symbols/early-recursion-limit
/usr/share/cargo/registry/rustc-demangle-0.1.21/src/v0.rs
/usr/share/doc/rust-rustc-demangle-devel
/usr/share/doc/rust-rustc-demangle-devel/README.md
/usr/share/licenses/rust-rustc-demangle-devel
/usr/share/licenses/rust-rustc-demangle-devel/LICENSE-APACHE
/usr/share/licenses/rust-rustc-demangle-devel/LICENSE-MIT

References

Summary

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