How to Install and Uninstall python3-falcon.x86_64 Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: January 15,2025

1. Install "python3-falcon.x86_64" package

This guide let you learn how to install python3-falcon.x86_64 on Red Hat Enterprise Linux 9 (RHEL 9)

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

2. Uninstall "python3-falcon.x86_64" package

This guide let you learn how to uninstall python3-falcon.x86_64 on Red Hat Enterprise Linux 9 (RHEL 9):

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

3. Information about the python3-falcon.x86_64 package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 1:00:24 ago on Mon Feb 26 07:04:30 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).