How to Install and Uninstall python39-falcon Package on openSuSE Tumbleweed

Last updated: July 08,2024

1. Install "python39-falcon" package

This tutorial shows how to install python39-falcon on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python39-falcon

2. Uninstall "python39-falcon" package

In this section, we are going to explain the necessary steps to uninstall python39-falcon on openSuSE Tumbleweed:

$ sudo zypper remove python39-falcon

3. Information about the python39-falcon package on openSuSE Tumbleweed

Information for package python39-falcon:
----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python39-falcon
Version : 3.1.3-1.1
Arch : noarch
Vendor : openSUSE
Installed Size : 2.0 MiB
Installed : No
Status : not installed
Source package : python-falcon-3.1.3-1.1.src
Upstream URL : http://falconframework.org
Summary : A web framework for building APIs and app backends
Description :
Falcon is a Python framework for building cloud
APIs. It encourages the REST architectural style, and tries to do
as little as possible while remaining effective.