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

Last updated: October 05,2024

1. Install "python3-airspeed.noarch" package

Please follow the step by step instructions below to install python3-airspeed.noarch on Fedora 34

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

2. Uninstall "python3-airspeed.noarch" package

Please follow the guidance below to uninstall python3-airspeed.noarch on Fedora 34:

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

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

Last metadata expiration check: 1:10:43 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : python3-airspeed
Version : 0.5.17
Release : 1.fc34
Architecture : noarch
Size : 36 k
Source : python-airspeed-0.5.17-1.fc34.src.rpm
Repository : updates
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)