How to Install and Uninstall grantlee.x86_64 Package on Fedora 39

Last updated: December 12,2024

1. Install "grantlee.x86_64" package

Please follow the steps below to install grantlee.x86_64 on Fedora 39

$ sudo dnf update $ sudo dnf install grantlee.x86_64

2. Uninstall "grantlee.x86_64" package

Please follow the guidance below to uninstall grantlee.x86_64 on Fedora 39:

$ sudo dnf remove grantlee.x86_64 $ sudo dnf autoremove

3. Information about the grantlee.x86_64 package on Fedora 39

Last metadata expiration check: 5:18:38 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : grantlee
Version : 0.5.1
Release : 24.fc39
Architecture : x86_64
Size : 328 k
Source : grantlee-0.5.1-24.fc39.src.rpm
Repository : fedora
Summary : Qt string template engine based on the Django template system
URL : http://www.gitorious.org/grantlee/pages/Home
License : LGPL-2.0-or-later
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.
: Django is covered by a BSD style license.
:
: 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.