How to Install and Uninstall python3-airspeed.noarch Package on Fedora 36

Last updated: September 29,2024

1. Install "python3-airspeed.noarch" package

Please follow the instructions below to install python3-airspeed.noarch on Fedora 36

$ sudo dnf update $ sudo dnf install python3-airspeed.noarch

2. Uninstall "python3-airspeed.noarch" package

In this section, we are going to explain the necessary steps to uninstall python3-airspeed.noarch on Fedora 36:

$ sudo dnf remove python3-airspeed.noarch $ sudo dnf autoremove

3. Information about the python3-airspeed.noarch package on Fedora 36

Last metadata expiration check: 4:18:23 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : python3-airspeed
Version : 0.5.17
Release : 2.fc36
Architecture : noarch
Size : 37 k
Source : python-airspeed-0.5.17-2.fc36.src.rpm
Repository : fedora
Summary : A lightweight template engine compatible with Velocity
URL : https://github.com/purcell/airspeed
License : BSD
Description : Airspeed is a powerful and easy-to-use templating engine for Python that aims
: for a high level of compatibility with the popular Velocity library for Java.
:
: - Compatible with Velocity templates
: - Compatible with Python 2.6 and greater, including Jython
: - Features include macros definitions, conditionals, sub-templates and much more
: - Airspeed is already being put to serious use
: - Comprehensive set of unit tests; the entire library was written test-first
: - Reasonably fast
: - A single Python module of a few kilobytes, and not the 500kb of Velocity
: - Liberal license (BSD-style)