How To Install rust-ptr_meta-devel on Fedora 36

In this tutorial we learn how to install rust-ptr_meta-devel in Fedora 36. rust-ptr_meta-devel is Radioactive stabilization of the ptr_meta rfc

Introduction

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

What is rust-ptr_meta-devel

Radioactive stabilization of the ptr_meta rfc. This package contains library source intended for building other packages which use “ptr_meta” crate.

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

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

sudo dnf -y install rust-ptr_meta-devel

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

sudo yum -y install rust-ptr_meta-devel

How To Uninstall rust-ptr_meta-devel on Fedora 36

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

sudo dnf remove rust-ptr_meta-devel

rust-ptr_meta-devel Package Contents on Fedora 36

/usr/share/cargo/registry/ptr_meta-0.1.4
/usr/share/cargo/registry/ptr_meta-0.1.4/.cargo-checksum.json
/usr/share/cargo/registry/ptr_meta-0.1.4/Cargo.toml
/usr/share/cargo/registry/ptr_meta-0.1.4/LICENSE
/usr/share/cargo/registry/ptr_meta-0.1.4/README.md
/usr/share/cargo/registry/ptr_meta-0.1.4/crates-io.md
/usr/share/cargo/registry/ptr_meta-0.1.4/src
/usr/share/cargo/registry/ptr_meta-0.1.4/src/impls.rs
/usr/share/cargo/registry/ptr_meta-0.1.4/src/lib.rs
/usr/share/doc/rust-ptr_meta-devel
/usr/share/doc/rust-ptr_meta-devel/README.md
/usr/share/doc/rust-ptr_meta-devel/crates-io.md
/usr/share/licenses/rust-ptr_meta-devel
/usr/share/licenses/rust-ptr_meta-devel/LICENSE

References

Summary

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