How To Install rust-indoc-devel on Fedora 36

In this tutorial we learn how to install rust-indoc-devel in Fedora 36. rust-indoc-devel is Indented document literals

Introduction

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

What is rust-indoc-devel

Indented document literals. This package contains library source intended for building other packages which use the “indoc” crate.

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

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

sudo dnf -y install rust-indoc-devel

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

sudo yum -y install rust-indoc-devel

How To Uninstall rust-indoc-devel on Fedora 36

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

sudo dnf remove rust-indoc-devel

rust-indoc-devel Package Contents on Fedora 36

/usr/share/cargo/registry/indoc-1.0.4
/usr/share/cargo/registry/indoc-1.0.4/.cargo-checksum.json
/usr/share/cargo/registry/indoc-1.0.4/Cargo.toml
/usr/share/cargo/registry/indoc-1.0.4/LICENSE-APACHE
/usr/share/cargo/registry/indoc-1.0.4/LICENSE-MIT
/usr/share/cargo/registry/indoc-1.0.4/README.md
/usr/share/cargo/registry/indoc-1.0.4/src
/usr/share/cargo/registry/indoc-1.0.4/src/error.rs
/usr/share/cargo/registry/indoc-1.0.4/src/expr.rs
/usr/share/cargo/registry/indoc-1.0.4/src/lib.rs
/usr/share/cargo/registry/indoc-1.0.4/tests
/usr/share/cargo/registry/indoc-1.0.4/tests/compiletest.rs
/usr/share/cargo/registry/indoc-1.0.4/tests/test_formatdoc.rs
/usr/share/cargo/registry/indoc-1.0.4/tests/test_indoc.rs
/usr/share/cargo/registry/indoc-1.0.4/tests/test_unindent.rs
/usr/share/cargo/registry/indoc-1.0.4/tests/test_writedoc.rs
/usr/share/cargo/registry/indoc-1.0.4/tests/ui
/usr/share/cargo/registry/indoc-1.0.4/tests/ui/no-arguments.rs
/usr/share/cargo/registry/indoc-1.0.4/tests/ui/no-arguments.stderr
/usr/share/cargo/registry/indoc-1.0.4/tests/ui/non-lit.rs
/usr/share/cargo/registry/indoc-1.0.4/tests/ui/non-lit.stderr
/usr/share/cargo/registry/indoc-1.0.4/tests/ui/non-string.rs
/usr/share/cargo/registry/indoc-1.0.4/tests/ui/non-string.stderr
/usr/share/cargo/registry/indoc-1.0.4/tests/ui/printdoc-binary.rs
/usr/share/cargo/registry/indoc-1.0.4/tests/ui/printdoc-binary.stderr
/usr/share/cargo/registry/indoc-1.0.4/tests/ui/printdoc-extra-arg.rs
/usr/share/cargo/registry/indoc-1.0.4/tests/ui/printdoc-extra-arg.stderr
/usr/share/cargo/registry/indoc-1.0.4/tests/ui/printdoc-no-arg.rs
/usr/share/cargo/registry/indoc-1.0.4/tests/ui/printdoc-no-arg.stderr
/usr/share/cargo/registry/indoc-1.0.4/tests/ui/printdoc-no-display.rs
/usr/share/cargo/registry/indoc-1.0.4/tests/ui/printdoc-no-display.stderr
/usr/share/cargo/registry/indoc-1.0.4/tests/ui/printdoc-no-named-arg.rs
/usr/share/cargo/registry/indoc-1.0.4/tests/ui/printdoc-no-named-arg.stderr
/usr/share/cargo/registry/indoc-1.0.4/tests/ui/three-arguments.rs
/usr/share/cargo/registry/indoc-1.0.4/tests/ui/three-arguments.stderr
/usr/share/cargo/registry/indoc-1.0.4/tests/ui/two-arguments.rs
/usr/share/cargo/registry/indoc-1.0.4/tests/ui/two-arguments.stderr

References

Summary

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