How To Install rust-new_debug_unreachable-devel on Fedora 36

In this tutorial we learn how to install rust-new_debug_unreachable-devel in Fedora 36. rust-new_debug_unreachable-devel is Panic in debug, intrinsics

Introduction

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

What is rust-new_debug_unreachable-devel

Panic in debug, intrinsics debug_unreachable). This package contains library source intended for building other packages which use “new_debug_unreachable” crate.

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

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

sudo dnf -y install rust-new_debug_unreachable-devel

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

sudo yum -y install rust-new_debug_unreachable-devel

How To Uninstall rust-new_debug_unreachable-devel on Fedora 36

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

sudo dnf remove rust-new_debug_unreachable-devel

rust-new_debug_unreachable-devel Package Contents on Fedora 36

/usr/share/cargo/registry/new_debug_unreachable-1.0.4
/usr/share/cargo/registry/new_debug_unreachable-1.0.4/.cargo-checksum.json
/usr/share/cargo/registry/new_debug_unreachable-1.0.4/Cargo.toml
/usr/share/cargo/registry/new_debug_unreachable-1.0.4/LICENSE-MIT
/usr/share/cargo/registry/new_debug_unreachable-1.0.4/README.md
/usr/share/cargo/registry/new_debug_unreachable-1.0.4/examples
/usr/share/cargo/registry/new_debug_unreachable-1.0.4/examples/simple.rs
/usr/share/cargo/registry/new_debug_unreachable-1.0.4/src
/usr/share/cargo/registry/new_debug_unreachable-1.0.4/src/lib.rs
/usr/share/cargo/registry/new_debug_unreachable-1.0.4/tests
/usr/share/cargo/registry/new_debug_unreachable-1.0.4/tests/check.rs
/usr/share/doc/rust-new_debug_unreachable-devel
/usr/share/doc/rust-new_debug_unreachable-devel/README.md
/usr/share/licenses/rust-new_debug_unreachable-devel
/usr/share/licenses/rust-new_debug_unreachable-devel/LICENSE-MIT

References

Summary

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