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

Last updated: November 29,2024

1. Install "python3-falcon.x86_64" package

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

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

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

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

Last metadata expiration check: 0:17:57 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : python3-falcon
Version : 3.0.0
Release : 4.fc35
Architecture : x86_64
Size : 1.4 M
Source : python-falcon-3.0.0-4.fc35.src.rpm
Repository : fedora
Summary : An unladen web framework for building APIs and app backends
URL : https://falconframework.org
License : ASL 2.0
Description : Falcon is a reliable, high-performance Python web framework for building
: large-scale app backends and microservices. It encourages the REST
: architectural style, and tries to do as little as possible while remaining
: highly effective.