How To Install templates_parser-tools on Fedora 36

In this tutorial we learn how to install templates_parser-tools in Fedora 36. templates_parser-tools is Tools for AWS templates engine

Introduction

In this tutorial we learn how to install templates_parser-tools on Fedora 36.

What is templates_parser-tools

This package contains the tools templates2ada and templatespp from the AWS templates engine templates_parser.

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

Install templates_parser-tools 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 templates_parser-tools using dnf by running the following command:

sudo dnf -y install templates_parser-tools

Install templates_parser-tools 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 templates_parser-tools using yum by running the following command:

sudo yum -y install templates_parser-tools

How To Uninstall templates_parser-tools on Fedora 36

To uninstall only the templates_parser-tools package we can use the following command:

sudo dnf remove templates_parser-tools

templates_parser-tools Package Contents on Fedora 36

/usr/bin/templates2ada
/usr/bin/templatespp
/usr/lib/.build-id
/usr/lib/.build-id/26
/usr/lib/.build-id/26/81e96cefd8ae1bf4473400722568a2c69d5df6
/usr/lib/.build-id/db
/usr/lib/.build-id/db/3b1c137facf03f1dd138f1838eb97b4fa27816
/usr/share/doc/templates_parser-tools
/usr/share/doc/templates_parser-tools/all_urls.thtml
/usr/share/doc/templates_parser-tools/templates.tads
/usr/share/man/man1/templates2ada.1.gz
/usr/share/man/man1/templatespp.1.gz

References

Summary

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