How To Install rust-mailparse-devel on Fedora 36

In this tutorial we learn how to install rust-mailparse-devel in Fedora 36. rust-mailparse-devel is Simple parser for MIME e-mail messages

Introduction

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

What is rust-mailparse-devel

Simple parser for MIME e-mail messages. This package contains library source intended for building other packages which use the “mailparse” crate.

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

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

sudo dnf -y install rust-mailparse-devel

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

sudo yum -y install rust-mailparse-devel

How To Uninstall rust-mailparse-devel on Fedora 36

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

sudo dnf remove rust-mailparse-devel

rust-mailparse-devel Package Contents on Fedora 36

/usr/share/cargo/registry/mailparse-0.13.8
/usr/share/cargo/registry/mailparse-0.13.8/.cargo-checksum.json
/usr/share/cargo/registry/mailparse-0.13.8/Cargo.toml
/usr/share/cargo/registry/mailparse-0.13.8/LICENSE
/usr/share/cargo/registry/mailparse-0.13.8/README.md
/usr/share/cargo/registry/mailparse-0.13.8/src
/usr/share/cargo/registry/mailparse-0.13.8/src/addrparse.rs
/usr/share/cargo/registry/mailparse-0.13.8/src/body.rs
/usr/share/cargo/registry/mailparse-0.13.8/src/dateparse.rs
/usr/share/cargo/registry/mailparse-0.13.8/src/header.rs
/usr/share/cargo/registry/mailparse-0.13.8/src/headers.rs
/usr/share/cargo/registry/mailparse-0.13.8/src/lib.rs
/usr/share/cargo/registry/mailparse-0.13.8/src/msgidparse.rs
/usr/share/cargo/registry/mailparse-0.13.8/tests
/usr/share/cargo/registry/mailparse-0.13.8/tests/files
/usr/share/cargo/registry/mailparse-0.13.8/tests/files/test_email_01.txt
/usr/share/cargo/registry/mailparse-0.13.8/tests/files/test_email_01_sample.pdf
/usr/share/doc/rust-mailparse-devel
/usr/share/doc/rust-mailparse-devel/README.md
/usr/share/licenses/rust-mailparse-devel
/usr/share/licenses/rust-mailparse-devel/LICENSE

References

Summary

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