How To Install rust-opml-devel on Fedora 36

In this tutorial we learn how to install rust-opml-devel in Fedora 36. rust-opml-devel is OPML parser for Rust

Introduction

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

What is rust-opml-devel

OPML parser for Rust. This package contains library source intended for building other packages which use “opml” crate.

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

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

sudo dnf -y install rust-opml-devel

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

sudo yum -y install rust-opml-devel

How To Uninstall rust-opml-devel on Fedora 36

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

sudo dnf remove rust-opml-devel

rust-opml-devel Package Contents on Fedora 36

/usr/share/cargo/registry/opml-1.1.1
/usr/share/cargo/registry/opml-1.1.1/.cargo-checksum.json
/usr/share/cargo/registry/opml-1.1.1/Cargo.toml
/usr/share/cargo/registry/opml-1.1.1/LICENSE-Apache
/usr/share/cargo/registry/opml-1.1.1/LICENSE-MIT
/usr/share/cargo/registry/opml-1.1.1/examples
/usr/share/cargo/registry/opml-1.1.1/examples/opml_samples
/usr/share/cargo/registry/opml-1.1.1/examples/opml_samples/rust_feeds.opml
/usr/share/cargo/registry/opml-1.1.1/examples/rss.rs
/usr/share/cargo/registry/opml-1.1.1/source
/usr/share/cargo/registry/opml-1.1.1/source/lib.rs
/usr/share/doc/rust-opml-devel
/usr/share/doc/rust-opml-devel/examples
/usr/share/doc/rust-opml-devel/examples/opml_samples
/usr/share/doc/rust-opml-devel/examples/opml_samples/rust_feeds.opml
/usr/share/doc/rust-opml-devel/examples/rss.rs
/usr/share/licenses/rust-opml-devel
/usr/share/licenses/rust-opml-devel/LICENSE-Apache
/usr/share/licenses/rust-opml-devel/LICENSE-MIT

References

Summary

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