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

Last updated: November 26,2024

1. Install "python2-CherryPy" package

Please follow the guidelines below to install python2-CherryPy on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python2-CherryPy

2. Uninstall "python2-CherryPy" package

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

$ sudo zypper remove python2-CherryPy

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

Information for package python2-CherryPy:
-----------------------------------------
Repository : Main Repository
Name : python2-CherryPy
Version : 10.2.1-4.3.1
Arch : noarch
Vendor : SUSE LLC
Installed Size : 2,3 MiB
Installed : No
Status : not installed
Source package : python-CherryPy-10.2.1-4.3.1.src
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 :-)