How To Install rust-mime-devel on Fedora 36

In this tutorial we learn how to install rust-mime-devel in Fedora 36. rust-mime-devel is Strongly Typed Mimes

Introduction

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

What is rust-mime-devel

Strongly Typed Mimes. This package contains library source intended for building other packages which use “mime” crate.

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

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

sudo dnf -y install rust-mime-devel

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

sudo yum -y install rust-mime-devel

How To Uninstall rust-mime-devel on Fedora 36

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

sudo dnf remove rust-mime-devel

rust-mime-devel Package Contents on Fedora 36

/usr/share/cargo/registry/mime-0.3.16
/usr/share/cargo/registry/mime-0.3.16/.cargo-checksum.json
/usr/share/cargo/registry/mime-0.3.16/CONTRIBUTING.md
/usr/share/cargo/registry/mime-0.3.16/Cargo.toml
/usr/share/cargo/registry/mime-0.3.16/LICENSE-APACHE
/usr/share/cargo/registry/mime-0.3.16/LICENSE-MIT
/usr/share/cargo/registry/mime-0.3.16/README.md
/usr/share/cargo/registry/mime-0.3.16/benches
/usr/share/cargo/registry/mime-0.3.16/benches/cmp.rs
/usr/share/cargo/registry/mime-0.3.16/benches/fmt.rs
/usr/share/cargo/registry/mime-0.3.16/benches/parse.rs
/usr/share/cargo/registry/mime-0.3.16/src
/usr/share/cargo/registry/mime-0.3.16/src/lib.rs
/usr/share/cargo/registry/mime-0.3.16/src/parse.rs
/usr/share/doc/rust-mime-devel
/usr/share/doc/rust-mime-devel/CONTRIBUTING.md
/usr/share/doc/rust-mime-devel/README.md
/usr/share/licenses/rust-mime-devel
/usr/share/licenses/rust-mime-devel/LICENSE-APACHE
/usr/share/licenses/rust-mime-devel/LICENSE-MIT

References

Summary

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