How To Install rust-psl-types-devel on Fedora 36

In this tutorial we learn how to install rust-psl-types-devel in Fedora 36. rust-psl-types-devel is Common types for the public suffix implementation crates

Introduction

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

What is rust-psl-types-devel

Common types for the public suffix implementation crates. This package contains library source intended for building other packages which use the “psl-types” crate.

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

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

sudo dnf -y install rust-psl-types-devel

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

sudo yum -y install rust-psl-types-devel

How To Uninstall rust-psl-types-devel on Fedora 36

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

sudo dnf remove rust-psl-types-devel

rust-psl-types-devel Package Contents on Fedora 36

/usr/share/cargo/registry/psl-types-2.0.10
/usr/share/cargo/registry/psl-types-2.0.10/.cargo-checksum.json
/usr/share/cargo/registry/psl-types-2.0.10/Cargo.toml
/usr/share/cargo/registry/psl-types-2.0.10/LICENSE
/usr/share/cargo/registry/psl-types-2.0.10/LICENSE-APACHE
/usr/share/cargo/registry/psl-types-2.0.10/README.md
/usr/share/cargo/registry/psl-types-2.0.10/src
/usr/share/cargo/registry/psl-types-2.0.10/src/lib.rs
/usr/share/doc/rust-psl-types-devel
/usr/share/doc/rust-psl-types-devel/README.md
/usr/share/licenses/rust-psl-types-devel
/usr/share/licenses/rust-psl-types-devel/LICENSE
/usr/share/licenses/rust-psl-types-devel/LICENSE-APACHE

References

Summary

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