How To Install rust-conv-devel on Fedora 36

In this tutorial we learn how to install rust-conv-devel in Fedora 36. rust-conv-devel is Number of conversion traits with more specific semantics

Introduction

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

What is rust-conv-devel

Number of conversion traits with more specific semantics than those provided by ‘as’ or ‘From’/‘Into’. This package contains library source intended for building other packages which use “conv” crate.

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

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

sudo dnf -y install rust-conv-devel

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

sudo yum -y install rust-conv-devel

How To Uninstall rust-conv-devel on Fedora 36

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

sudo dnf remove rust-conv-devel

rust-conv-devel Package Contents on Fedora 36

/usr/share/cargo/registry/conv-0.3.3
/usr/share/cargo/registry/conv-0.3.3/.cargo-checksum.json
/usr/share/cargo/registry/conv-0.3.3/Cargo.toml
/usr/share/cargo/registry/conv-0.3.3/LICENSE
/usr/share/cargo/registry/conv-0.3.3/README.md
/usr/share/cargo/registry/conv-0.3.3/src
/usr/share/cargo/registry/conv-0.3.3/src/errors.rs
/usr/share/cargo/registry/conv-0.3.3/src/impls.rs
/usr/share/cargo/registry/conv-0.3.3/src/lib.rs
/usr/share/cargo/registry/conv-0.3.3/src/macros.rs
/usr/share/cargo/registry/conv-0.3.3/src/misc.rs
/usr/share/cargo/registry/conv-0.3.3/tests
/usr/share/cargo/registry/conv-0.3.3/tests/conv_utils.rs
/usr/share/cargo/registry/conv-0.3.3/tests/derive_try_from.rs
/usr/share/cargo/registry/conv-0.3.3/tests/lang_char.rs
/usr/share/cargo/registry/conv-0.3.3/tests/lang_floats.rs
/usr/share/cargo/registry/conv-0.3.3/tests/lang_ints.rs
/usr/share/cargo/registry/conv-0.3.3/tests/unwraps.rs
/usr/share/cargo/registry/conv-0.3.3/tests/use_in_generics.rs
/usr/share/cargo/registry/conv-0.3.3/tests/util
/usr/share/cargo/registry/conv-0.3.3/tests/util/mod.rs
/usr/share/doc/rust-conv-devel
/usr/share/doc/rust-conv-devel/README.md
/usr/share/licenses/rust-conv-devel
/usr/share/licenses/rust-conv-devel/LICENSE

References

Summary

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