How To Install rust-tinytemplate-devel on Fedora 36

In this tutorial we learn how to install rust-tinytemplate-devel in Fedora 36. rust-tinytemplate-devel is Simple, lightweight template engine

Introduction

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

What is rust-tinytemplate-devel

Simple, lightweight template engine. This package contains library source intended for building other packages which use “tinytemplate” crate.

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

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

sudo dnf -y install rust-tinytemplate-devel

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

sudo yum -y install rust-tinytemplate-devel

How To Uninstall rust-tinytemplate-devel on Fedora 36

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

sudo dnf remove rust-tinytemplate-devel

rust-tinytemplate-devel Package Contents on Fedora 36

/usr/share/cargo/registry/tinytemplate-1.2.1
/usr/share/cargo/registry/tinytemplate-1.2.1/.cargo-checksum.json
/usr/share/cargo/registry/tinytemplate-1.2.1/CHANGELOG.md
/usr/share/cargo/registry/tinytemplate-1.2.1/CONTRIBUTING.md
/usr/share/cargo/registry/tinytemplate-1.2.1/Cargo.toml
/usr/share/cargo/registry/tinytemplate-1.2.1/LICENSE-APACHE
/usr/share/cargo/registry/tinytemplate-1.2.1/LICENSE-MIT
/usr/share/cargo/registry/tinytemplate-1.2.1/README.md
/usr/share/cargo/registry/tinytemplate-1.2.1/benches
/usr/share/cargo/registry/tinytemplate-1.2.1/benches/benchmarks.rs
/usr/share/cargo/registry/tinytemplate-1.2.1/src
/usr/share/cargo/registry/tinytemplate-1.2.1/src/compiler.rs
/usr/share/cargo/registry/tinytemplate-1.2.1/src/error.rs
/usr/share/cargo/registry/tinytemplate-1.2.1/src/instruction.rs
/usr/share/cargo/registry/tinytemplate-1.2.1/src/lib.rs
/usr/share/cargo/registry/tinytemplate-1.2.1/src/syntax.rs
/usr/share/cargo/registry/tinytemplate-1.2.1/src/template.rs
/usr/share/doc/rust-tinytemplate-devel
/usr/share/doc/rust-tinytemplate-devel/CHANGELOG.md
/usr/share/doc/rust-tinytemplate-devel/CONTRIBUTING.md
/usr/share/doc/rust-tinytemplate-devel/README.md
/usr/share/licenses/rust-tinytemplate-devel
/usr/share/licenses/rust-tinytemplate-devel/LICENSE-APACHE
/usr/share/licenses/rust-tinytemplate-devel/LICENSE-MIT

References

Summary

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