How To Install rust-path-dedot-devel on Fedora 36

In this tutorial we learn how to install rust-path-dedot-devel in Fedora 36. rust-path-dedot-devel is Parse path with dots in Path and PathBuf

Introduction

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

What is rust-path-dedot-devel

Library for extending Path and PathBuf in order to parse the path which contains dots. This package contains library source intended for building other packages which use “path-dedot” crate.

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

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

sudo dnf -y install rust-path-dedot-devel

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

sudo yum -y install rust-path-dedot-devel

How To Uninstall rust-path-dedot-devel on Fedora 36

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

sudo dnf remove rust-path-dedot-devel

rust-path-dedot-devel Package Contents on Fedora 36

/usr/share/cargo/registry/path-dedot-3.0.14
/usr/share/cargo/registry/path-dedot-3.0.14/.cargo-checksum.json
/usr/share/cargo/registry/path-dedot-3.0.14/Cargo.toml
/usr/share/cargo/registry/path-dedot-3.0.14/LICENSE
/usr/share/cargo/registry/path-dedot-3.0.14/README.md
/usr/share/cargo/registry/path-dedot-3.0.14/benches
/usr/share/cargo/registry/path-dedot-3.0.14/benches/bench.rs
/usr/share/cargo/registry/path-dedot-3.0.14/src
/usr/share/cargo/registry/path-dedot-3.0.14/src/lib.rs
/usr/share/cargo/registry/path-dedot-3.0.14/src/macros.rs
/usr/share/cargo/registry/path-dedot-3.0.14/src/parse_dot.rs
/usr/share/cargo/registry/path-dedot-3.0.14/src/unix.rs
/usr/share/cargo/registry/path-dedot-3.0.14/src/unsafe_cwd.rs
/usr/share/cargo/registry/path-dedot-3.0.14/src/windows.rs
/usr/share/doc/rust-path-dedot-devel
/usr/share/doc/rust-path-dedot-devel/README.md
/usr/share/licenses/rust-path-dedot-devel
/usr/share/licenses/rust-path-dedot-devel/LICENSE

References

Summary

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