How To Install rust-expat-sys-devel on Fedora 36

In this tutorial we learn how to install rust-expat-sys-devel in Fedora 36. rust-expat-sys-devel is XML parser library written in C

Introduction

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

What is rust-expat-sys-devel

XML parser library written in C. This package contains library source intended for building other packages which use “expat-sys” crate.

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

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

sudo dnf -y install rust-expat-sys-devel

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

sudo yum -y install rust-expat-sys-devel

How To Uninstall rust-expat-sys-devel on Fedora 36

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

sudo dnf remove rust-expat-sys-devel

rust-expat-sys-devel Package Contents on Fedora 36

/usr/share/cargo/registry/expat-sys-2.1.6
/usr/share/cargo/registry/expat-sys-2.1.6/.cargo-checksum.json
/usr/share/cargo/registry/expat-sys-2.1.6/Cargo.toml
/usr/share/cargo/registry/expat-sys-2.1.6/build.rs
/usr/share/cargo/registry/expat-sys-2.1.6/htdocs
/usr/share/cargo/registry/expat-sys-2.1.6/htdocs/Makefile
/usr/share/cargo/registry/expat-sys-2.1.6/htdocs/dev
/usr/share/cargo/registry/expat-sys-2.1.6/htdocs/dev/cvs.html
/usr/share/cargo/registry/expat-sys-2.1.6/htdocs/dev/expat3.html
/usr/share/cargo/registry/expat-sys-2.1.6/htdocs/dev/index.html
/usr/share/cargo/registry/expat-sys-2.1.6/htdocs/dev/relreqs-1-95-4.html
/usr/share/cargo/registry/expat-sys-2.1.6/htdocs/dev/relreqs-1-95-5.html
/usr/share/cargo/registry/expat-sys-2.1.6/htdocs/dev/roadmap.html
/usr/share/cargo/registry/expat-sys-2.1.6/htdocs/dev/trackers.html
/usr/share/cargo/registry/expat-sys-2.1.6/htdocs/expat.png
/usr/share/cargo/registry/expat-sys-2.1.6/htdocs/index.html
/usr/share/cargo/registry/expat-sys-2.1.6/htdocs/oldnews.html
/usr/share/cargo/registry/expat-sys-2.1.6/htdocs/style.css
/usr/share/cargo/registry/expat-sys-2.1.6/lib.rs

References

Summary

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