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

Last updated: October 05,2024

1. Install "python3-falcon.x86_64" package

This guide let you learn how to install python3-falcon.x86_64 on Oracle Linux 9

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

2. Uninstall "python3-falcon.x86_64" package

Please follow the step by step instructions below to uninstall python3-falcon.x86_64 on Oracle Linux 9:

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

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

Last metadata expiration check: 3:07:30 ago on Thu Feb 15 07:50:05 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).