How To Install rust-xmlparser-devel on Fedora 36

In this tutorial we learn how to install rust-xmlparser-devel in Fedora 36. rust-xmlparser-devel is Pull-based, zero-allocation XML parser

Introduction

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

What is rust-xmlparser-devel

Pull-based, zero-allocation XML parser. This package contains library source intended for building other packages which use “xmlparser” crate.

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

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

sudo dnf -y install rust-xmlparser-devel

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

sudo yum -y install rust-xmlparser-devel

How To Uninstall rust-xmlparser-devel on Fedora 36

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

sudo dnf remove rust-xmlparser-devel

rust-xmlparser-devel Package Contents on Fedora 36

/usr/share/cargo/registry/xmlparser-0.13.3
/usr/share/cargo/registry/xmlparser-0.13.3/.cargo-checksum.json
/usr/share/cargo/registry/xmlparser-0.13.3/CHANGELOG.md
/usr/share/cargo/registry/xmlparser-0.13.3/Cargo.toml
/usr/share/cargo/registry/xmlparser-0.13.3/LICENSE-APACHE
/usr/share/cargo/registry/xmlparser-0.13.3/LICENSE-MIT
/usr/share/cargo/registry/xmlparser-0.13.3/README.md
/usr/share/cargo/registry/xmlparser-0.13.3/README.tpl
/usr/share/cargo/registry/xmlparser-0.13.3/examples
/usr/share/cargo/registry/xmlparser-0.13.3/examples/parse.rs
/usr/share/cargo/registry/xmlparser-0.13.3/src
/usr/share/cargo/registry/xmlparser-0.13.3/src/error.rs
/usr/share/cargo/registry/xmlparser-0.13.3/src/lib.rs
/usr/share/cargo/registry/xmlparser-0.13.3/src/stream.rs
/usr/share/cargo/registry/xmlparser-0.13.3/src/strspan.rs
/usr/share/cargo/registry/xmlparser-0.13.3/src/xmlchar.rs
/usr/share/cargo/registry/xmlparser-0.13.3/tests
/usr/share/cargo/registry/xmlparser-0.13.3/tests/api.rs
/usr/share/cargo/registry/xmlparser-0.13.3/tests/cdata.rs
/usr/share/cargo/registry/xmlparser-0.13.3/tests/comments.rs
/usr/share/cargo/registry/xmlparser-0.13.3/tests/doctype.rs
/usr/share/cargo/registry/xmlparser-0.13.3/tests/document.rs
/usr/share/cargo/registry/xmlparser-0.13.3/tests/elements.rs
/usr/share/cargo/registry/xmlparser-0.13.3/tests/pi.rs
/usr/share/cargo/registry/xmlparser-0.13.3/tests/text.rs
/usr/share/cargo/registry/xmlparser-0.13.3/tests/token.rs
/usr/share/doc/rust-xmlparser-devel
/usr/share/doc/rust-xmlparser-devel/CHANGELOG.md
/usr/share/doc/rust-xmlparser-devel/README.md
/usr/share/licenses/rust-xmlparser-devel
/usr/share/licenses/rust-xmlparser-devel/LICENSE-APACHE
/usr/share/licenses/rust-xmlparser-devel/LICENSE-MIT

References

Summary

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