How To Install templates_parser on Fedora 34
Introduction
In this tutorial we learn how to install templates_parser
on Fedora 34.
What is templates_parser
The templates parser package has been designed to parse files and to replace some specific tags into these files by some specified values. templates_parser 11.8.0 27.fc34 x86_64 393 k templates_parser-11.8.0-27.fc34.src.rpm fedora AWS templates engine http GPLv2+ with exceptions The templates parser package has been designed to parse files and to replace some specific tags into these files by some specified values.
We can use yum
or dnf
to install templates_parser
on Fedora 34. In this tutorial we discuss both methods but you only need to choose one of method to install templates_parser.
Install templates_parser on Fedora 34 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
The output should look something like this:
Fedora 34 - x86_64 20 kB/s | 6.6 kB 00:00
Fedora 34 openh264 (From Cisco) - x86_64 1.4 kB/s | 989 B 00:00
Fedora Modular 34 - x86_64 68 kB/s | 6.5 kB 00:00
Fedora 34 - x86_64 - Updates 3.5 kB/s | 6.2 kB 00:01
Fedora Modular 34 - x86_64 - Updates 17 kB/s | 5.9 kB 00:00
Metadata cache created.
After updating yum database, We can install templates_parser
using dnf
by running the following command:
sudo dnf -y install templates_parser
Install templates_parser on Fedora 34 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
The output should look something like this:
Fedora 34 - x86_64 20 kB/s | 6.6 kB 00:00
Fedora 34 openh264 (From Cisco) - x86_64 1.4 kB/s | 989 B 00:00
Fedora Modular 34 - x86_64 68 kB/s | 6.5 kB 00:00
Fedora 34 - x86_64 - Updates 3.5 kB/s | 6.2 kB 00:01
Fedora Modular 34 - x86_64 - Updates 17 kB/s | 5.9 kB 00:00
Metadata cache created.
After updating yum database, We can install templates_parser
using yum
by running the following command:
sudo yum -y install templates_parser
How To Uninstall templates_parser on Fedora 34
To uninstall only the templates_parser
package we can use the following command:
sudo dnf remove templates_parser
templates_parser Package Contents on Fedora 34
/usr/lib/.build-id
/usr/lib/.build-id/38
/usr/lib/.build-id/38/3bfd4a7b619770f29d5be64ec145b872fd63c7
/usr/lib/libtemplates_parser-11.8.0.so
/usr/lib/templates_parser
/usr/lib/templates_parser/libtemplates_parser-11.8.0.so
/usr/lib/.build-id
/usr/lib/.build-id/f7
/usr/lib/.build-id/f7/daf255bcebfd6d56551ffb93fa8f1466435496
/usr/lib64/libtemplates_parser-11.8.0.so
/usr/lib64/templates_parser
/usr/lib64/templates_parser/libtemplates_parser-11.8.0.so
References
- [templates_parser website](http://docs.adacore.com/aws-docs/templates_parser/ http://docs.adacore.com/aws-docs/templates_parser/)
Summary
In this tutorial we learn how to install templates_parser
on Fedora 34 using yum and dnf.