How to Install and Uninstall python3-falcon.x86_64 Package on AlmaLinux 9

Last updated: July 02,2024

1. Install "python3-falcon.x86_64" package

This is a short guide on how to install python3-falcon.x86_64 on AlmaLinux 9

$ sudo dnf update $ sudo dnf install python3-falcon.x86_64

2. Uninstall "python3-falcon.x86_64" package

This guide covers the steps necessary to uninstall python3-falcon.x86_64 on AlmaLinux 9:

$ sudo dnf remove python3-falcon.x86_64 $ sudo dnf autoremove

3. Information about the python3-falcon.x86_64 package on AlmaLinux 9

Last metadata expiration check: 0:34:45 ago on Wed Mar 13 07:41:12 2024.
Available Packages
Name : python3-falcon
Version : 3.1.1
Release : 1.el9
Architecture : x86_64
Size : 1.1 M
Source : python-falcon-3.1.1-1.el9.src.rpm
Repository : epel
Summary : ASGI+WSGI framework for building data plane APIs at scale
URL : https://falconframework.org
License : Apache-2.0
Description : Falcon is a minimalist ASGI/WSGI framework for building mission-critical REST
: APIs and microservices, with a focus on reliability, correctness, and
: performance at scale. When it comes to building HTTP APIs, other frameworks
: weigh you down with tons of dependencies and unnecessary abstractions. Falcon
: cuts to the chase with a clean design that embraces HTTP and the REST
: architectural style. Falcon apps work with any WSGI or ASGI server, and run
: like a champ under CPython 3.5+ and PyPy 3.5+ (3.6+ required for ASGI).