How to Install and Uninstall python3-falcon.x86_64 Package on Fedora 39

Last updated: November 25,2024

1. Install "python3-falcon.x86_64" package

Please follow the step by step instructions below to install python3-falcon.x86_64 on Fedora 39

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

2. Uninstall "python3-falcon.x86_64" package

Please follow the instructions below to uninstall python3-falcon.x86_64 on Fedora 39:

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

3. Information about the python3-falcon.x86_64 package on Fedora 39

Last metadata expiration check: 3:19:36 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : python3-falcon
Version : 4.0.0~^2.0e96f88
Release : 1.fc39
Architecture : x86_64
Size : 1.6 M
Source : python-falcon-4.0.0~^2.0e96f88-1.fc39.src.rpm
Repository : fedora
Summary : Fast 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.