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

Last updated: May 20,2024

1. Install "python3-CherryPy" package

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

$ sudo zypper refresh $ sudo zypper install python3-CherryPy

2. Uninstall "python3-CherryPy" package

Please follow the instructions below to uninstall python3-CherryPy on openSUSE Leap:

$ sudo zypper remove python3-CherryPy

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

Information for package python3-CherryPy:
-----------------------------------------
Repository : Main Repository
Name : python3-CherryPy
Version : 18.3.0-1.31
Arch : noarch
Vendor : SUSE LLC
Installed Size : 2.6 MiB
Installed : No
Status : not installed
Source package : python-CherryPy-18.3.0-1.31.src
Upstream URL : http://www.cherrypy.org
Summary : Object-Oriented HTTP framework
Description :
CherryPy is a pythonic, object-oriented HTTP framework.
CherryPy allows developers to build web applications in much the same way they
would build any other object-oriented Python program. This usually results in
smaller source code developed in less time.
CherryPy is now more than three years old and it is has proven very fast and
stable. It is being used in production by many sites, from the simplest ones
to the most demanding ones.
Oh, and most importantly: CherryPy is fun to work with :-)