How to Install and Uninstall python3-falcon Package on openSUSE Leap

Last updated: May 09,2024

1. Install "python3-falcon" package

This guide covers the steps necessary to install python3-falcon on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-falcon

2. Uninstall "python3-falcon" package

In this section, we are going to explain the necessary steps to uninstall python3-falcon on openSUSE Leap:

$ sudo zypper remove python3-falcon

3. Information about the python3-falcon package on openSUSE Leap

Information for package python3-falcon:
---------------------------------------
Repository : Main Repository
Name : python3-falcon
Version : 2.0.0-bp155.2.12
Arch : x86_64
Vendor : openSUSE
Installed Size : 1.4 MiB
Installed : No
Status : not installed
Source package : python-falcon-2.0.0-bp155.2.12.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.