How To Install rust-rustdoc-stripper-devel on Fedora 36

In this tutorial we learn how to install rust-rustdoc-stripper-devel in Fedora 36. rust-rustdoc-stripper-devel is Tool to manipulate rustdoc comments

Introduction

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

What is rust-rustdoc-stripper-devel

Tool to manipulate rustdoc comments. This package contains library source intended for building other packages which use “rustdoc-stripper” crate.

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

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

sudo dnf -y install rust-rustdoc-stripper-devel

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

sudo yum -y install rust-rustdoc-stripper-devel

How To Uninstall rust-rustdoc-stripper-devel on Fedora 36

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

sudo dnf remove rust-rustdoc-stripper-devel

rust-rustdoc-stripper-devel Package Contents on Fedora 36

/usr/share/cargo/registry/rustdoc-stripper-0.1.18
/usr/share/cargo/registry/rustdoc-stripper-0.1.18/.cargo-checksum.json
/usr/share/cargo/registry/rustdoc-stripper-0.1.18/Cargo.toml
/usr/share/cargo/registry/rustdoc-stripper-0.1.18/LICENSE
/usr/share/cargo/registry/rustdoc-stripper-0.1.18/README.md
/usr/share/cargo/registry/rustdoc-stripper-0.1.18/src
/usr/share/cargo/registry/rustdoc-stripper-0.1.18/src/consts.rs
/usr/share/cargo/registry/rustdoc-stripper-0.1.18/src/lib.rs
/usr/share/cargo/registry/rustdoc-stripper-0.1.18/src/main.rs
/usr/share/cargo/registry/rustdoc-stripper-0.1.18/src/regenerate.rs
/usr/share/cargo/registry/rustdoc-stripper-0.1.18/src/strip.rs
/usr/share/cargo/registry/rustdoc-stripper-0.1.18/src/types.rs
/usr/share/cargo/registry/rustdoc-stripper-0.1.18/src/utils.rs
/usr/share/cargo/registry/rustdoc-stripper-0.1.18/tests
/usr/share/cargo/registry/rustdoc-stripper-0.1.18/tests/tests.rs
/usr/share/doc/rust-rustdoc-stripper-devel
/usr/share/doc/rust-rustdoc-stripper-devel/README.md
/usr/share/licenses/rust-rustdoc-stripper-devel
/usr/share/licenses/rust-rustdoc-stripper-devel/LICENSE

References

Summary

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