How To Install rust-strong-xml-derive-devel on Fedora 36

In this tutorial we learn how to install rust-strong-xml-derive-devel in Fedora 36. rust-strong-xml-derive-devel is Derive macro of strong-xml

Introduction

In this tutorial we learn how to install rust-strong-xml-derive-devel on Fedora 36.

What is rust-strong-xml-derive-devel

Derive macro of strong-xml. This package contains library source intended for building other packages which use “strong-xml-derive” crate.

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

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

sudo dnf -y install rust-strong-xml-derive-devel

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

sudo yum -y install rust-strong-xml-derive-devel

How To Uninstall rust-strong-xml-derive-devel on Fedora 36

To uninstall only the rust-strong-xml-derive-devel package we can use the following command:

sudo dnf remove rust-strong-xml-derive-devel

rust-strong-xml-derive-devel Package Contents on Fedora 36

/usr/share/cargo/registry/strong-xml-derive-0.6.3
/usr/share/cargo/registry/strong-xml-derive-0.6.3/.cargo-checksum.json
/usr/share/cargo/registry/strong-xml-derive-0.6.3/Cargo.toml
/usr/share/cargo/registry/strong-xml-derive-0.6.3/LICENSE
/usr/share/cargo/registry/strong-xml-derive-0.6.3/src
/usr/share/cargo/registry/strong-xml-derive-0.6.3/src/lib.rs
/usr/share/cargo/registry/strong-xml-derive-0.6.3/src/read
/usr/share/cargo/registry/strong-xml-derive-0.6.3/src/read/mod.rs
/usr/share/cargo/registry/strong-xml-derive-0.6.3/src/read/named.rs
/usr/share/cargo/registry/strong-xml-derive-0.6.3/src/read/newtype.rs
/usr/share/cargo/registry/strong-xml-derive-0.6.3/src/types.rs
/usr/share/cargo/registry/strong-xml-derive-0.6.3/src/utils
/usr/share/cargo/registry/strong-xml-derive-0.6.3/src/utils/elide_lifetime.rs
/usr/share/cargo/registry/strong-xml-derive-0.6.3/src/utils/input_lifetime.rs
/usr/share/cargo/registry/strong-xml-derive-0.6.3/src/utils/mod.rs
/usr/share/cargo/registry/strong-xml-derive-0.6.3/src/write
/usr/share/cargo/registry/strong-xml-derive-0.6.3/src/write/mod.rs
/usr/share/cargo/registry/strong-xml-derive-0.6.3/src/write/named.rs
/usr/share/cargo/registry/strong-xml-derive-0.6.3/src/write/newtype.rs
/usr/share/licenses/rust-strong-xml-derive-devel
/usr/share/licenses/rust-strong-xml-derive-devel/LICENSE

References

Summary

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