How To Install rust-plugin-devel on Fedora 36

In this tutorial we learn how to install rust-plugin-devel in Fedora 36. rust-plugin-devel is Lazily evaluated, order-independent plugins for extensible types

Introduction

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

What is rust-plugin-devel

Lazily evaluated, order-independent plugins for extensible types. This package contains library source intended for building other packages which use “plugin” crate.

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

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

sudo dnf -y install rust-plugin-devel

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

sudo yum -y install rust-plugin-devel

How To Uninstall rust-plugin-devel on Fedora 36

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

sudo dnf remove rust-plugin-devel

rust-plugin-devel Package Contents on Fedora 36

/usr/share/cargo/registry/plugin-0.2.6
/usr/share/cargo/registry/plugin-0.2.6/.cargo-checksum.json
/usr/share/cargo/registry/plugin-0.2.6/Cargo.toml
/usr/share/cargo/registry/plugin-0.2.6/README.md
/usr/share/cargo/registry/plugin-0.2.6/examples
/usr/share/cargo/registry/plugin-0.2.6/examples/default_types.rs
/usr/share/cargo/registry/plugin-0.2.6/src
/usr/share/cargo/registry/plugin-0.2.6/src/lib.rs
/usr/share/doc/rust-plugin-devel
/usr/share/doc/rust-plugin-devel/README.md

References

Summary

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