How To Install rust-doc-comment-devel on Fedora 36

In this tutorial we learn how to install rust-doc-comment-devel in Fedora 36. rust-doc-comment-devel is Macro to generate doc comments

Introduction

In this tutorial we learn how to install rust-doc-comment-devel on Fedora 36.

What is rust-doc-comment-devel

Macro to generate doc comments. This package contains library source intended for building other packages which use “doc-comment” crate.

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

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

sudo dnf -y install rust-doc-comment-devel

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

sudo yum -y install rust-doc-comment-devel

How To Uninstall rust-doc-comment-devel on Fedora 36

To uninstall only the rust-doc-comment-devel package we can use the following command:

sudo dnf remove rust-doc-comment-devel

rust-doc-comment-devel Package Contents on Fedora 36

/usr/share/cargo/registry/doc-comment-0.3.3
/usr/share/cargo/registry/doc-comment-0.3.3/.cargo-checksum.json
/usr/share/cargo/registry/doc-comment-0.3.3/Cargo.toml
/usr/share/cargo/registry/doc-comment-0.3.3/LICENSE
/usr/share/cargo/registry/doc-comment-0.3.3/README.md
/usr/share/cargo/registry/doc-comment-0.3.3/build.rs
/usr/share/cargo/registry/doc-comment-0.3.3/src
/usr/share/cargo/registry/doc-comment-0.3.3/src/lib.rs
/usr/share/doc/rust-doc-comment-devel
/usr/share/doc/rust-doc-comment-devel/README.md
/usr/share/licenses/rust-doc-comment-devel
/usr/share/licenses/rust-doc-comment-devel/LICENSE

References

Summary

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