How to Install and Uninstall grantlee-qt5.x86_64 Package on CentOS 8 / RHEL 8

Last updated: May 03,2024

1. Install "grantlee-qt5.x86_64" package

This guide let you learn how to install grantlee-qt5.x86_64 on CentOS 8 / RHEL 8

$ sudo dnf update $ sudo dnf install grantlee-qt5.x86_64

2. Uninstall "grantlee-qt5.x86_64" package

Learn how to uninstall grantlee-qt5.x86_64 on CentOS 8 / RHEL 8:

$ sudo dnf remove grantlee-qt5.x86_64 $ sudo dnf autoremove

3. Information about the grantlee-qt5.x86_64 package on CentOS 8 / RHEL 8

Last metadata expiration check: 1 day, 4:52:01 ago on Sun May 9 13:03:46 2021.
Available Packages
Name : grantlee-qt5
Version : 5.2.0
Release : 5.el8
Architecture : x86_64
Size : 360 k
Source : grantlee-qt5-5.2.0-5.el8.src.rpm
Repository : epel
Summary : Qt5 string template engine based on the Django template system
URL : https://github.com/steveire/grantlee
License : LGPLv2+
Description : Grantlee is a plug-in based String Template system written
: using the Qt framework. The goals of the project are to make it easier for
: application developers to separate the structure of documents from the
: data they contain, opening the door for theming.
:
: The syntax is intended to follow the syntax of the Django template system,
: and the design of Django is reused in Grantlee.
:
: Part of the design of both is that application developers can extend
: the syntax by implementing their own tags and filters. For details of
: how to do that, see the API documentation.
:
: For template authors, different applications using Grantlee will present
: the same interface and core syntax for creating new themes. For details of
: how to write templates, see the documentation.