How to Install and Uninstall python-cherrypy.noarch Package on Amazon Linux 2

Last updated: July 03,2024

1. Install "python-cherrypy.noarch" package

This is a short guide on how to install python-cherrypy.noarch on Amazon Linux 2

$ sudo yum makecache $ sudo yum install python-cherrypy.noarch

2. Uninstall "python-cherrypy.noarch" package

Please follow the guidance below to uninstall python-cherrypy.noarch on Amazon Linux 2:

$ sudo yum remove python-cherrypy.noarch $ sudo yum autoremove

3. Information about the python-cherrypy.noarch package on Amazon Linux 2

Loaded plugins: ovl, priorities
Available Packages
Name : python-cherrypy
Arch : noarch
Version : 3.2.2
Release : 4.amzn2
Size : 422 k
Repo : amzn2-core/2/x86_64
Summary : Pythonic, object-oriented web development framework
URL : http://www.cherrypy.org/
License : BSD
Description : 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.