How To Install rust-num-derive-devel on Fedora 36

In this tutorial we learn how to install rust-num-derive-devel in Fedora 36. rust-num-derive-devel is Numeric syntax extensions

Introduction

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

What is rust-num-derive-devel

Numeric syntax extensions. This package contains library source intended for building other packages which use “num-derive” crate.

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

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

sudo dnf -y install rust-num-derive-devel

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

sudo yum -y install rust-num-derive-devel

How To Uninstall rust-num-derive-devel on Fedora 36

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

sudo dnf remove rust-num-derive-devel

rust-num-derive-devel Package Contents on Fedora 36

/usr/share/cargo/registry/num-derive-0.3.3
/usr/share/cargo/registry/num-derive-0.3.3/.cargo-checksum.json
/usr/share/cargo/registry/num-derive-0.3.3/Cargo.toml
/usr/share/cargo/registry/num-derive-0.3.3/LICENSE-APACHE
/usr/share/cargo/registry/num-derive-0.3.3/LICENSE-MIT
/usr/share/cargo/registry/num-derive-0.3.3/README.md
/usr/share/cargo/registry/num-derive-0.3.3/RELEASES.md
/usr/share/cargo/registry/num-derive-0.3.3/src
/usr/share/cargo/registry/num-derive-0.3.3/src/lib.rs
/usr/share/cargo/registry/num-derive-0.3.3/src/test.rs
/usr/share/cargo/registry/num-derive-0.3.3/tests
/usr/share/cargo/registry/num-derive-0.3.3/tests/empty_enum.rs
/usr/share/cargo/registry/num-derive-0.3.3/tests/issue-6.rs
/usr/share/cargo/registry/num-derive-0.3.3/tests/issue-9.rs
/usr/share/cargo/registry/num-derive-0.3.3/tests/newtype-2015.rs
/usr/share/cargo/registry/num-derive-0.3.3/tests/newtype.rs
/usr/share/cargo/registry/num-derive-0.3.3/tests/num_derive_without_num.rs
/usr/share/cargo/registry/num-derive-0.3.3/tests/trivial-2015.rs
/usr/share/cargo/registry/num-derive-0.3.3/tests/trivial.rs
/usr/share/cargo/registry/num-derive-0.3.3/tests/with_custom_values.rs
/usr/share/doc/rust-num-derive-devel
/usr/share/doc/rust-num-derive-devel/README.md
/usr/share/doc/rust-num-derive-devel/RELEASES.md
/usr/share/licenses/rust-num-derive-devel
/usr/share/licenses/rust-num-derive-devel/LICENSE-APACHE
/usr/share/licenses/rust-num-derive-devel/LICENSE-MIT

References

Summary

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