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

Last updated: September 23,2024

1. Install "python3-falcon.x86_64" package

Please follow the guidance below to install python3-falcon.x86_64 on Fedora 38

$ 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 Fedora 38:

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

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

Last metadata expiration check: 1:43:47 ago on Sat Mar 16 16:59:57 2024.
Available Packages
Name : python3-falcon
Version : 4.0.0~^1.3816217
Release : 2.fc38
Architecture : x86_64
Size : 1.5 M
Source : python-falcon-4.0.0~^1.3816217-2.fc38.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.