How to Install and Uninstall python3-cherrypy.noarch Package on Oracle Linux 9

Last updated: October 05,2024

1. Install "python3-cherrypy.noarch" package

Please follow the guidelines below to install python3-cherrypy.noarch on Oracle Linux 9

$ sudo dnf update $ sudo dnf install python3-cherrypy.noarch

2. Uninstall "python3-cherrypy.noarch" package

Please follow the guidance below to uninstall python3-cherrypy.noarch on Oracle Linux 9:

$ sudo dnf remove python3-cherrypy.noarch $ sudo dnf autoremove

3. Information about the python3-cherrypy.noarch package on Oracle Linux 9

Last metadata expiration check: 1:01:36 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : python3-cherrypy
Version : 18.6.1
Release : 2.el9
Architecture : noarch
Size : 358 k
Source : python-cherrypy-18.6.1-2.el9.src.rpm
Repository : epel
Summary : Pythonic, object-oriented web development framework
URL : https://cherrypy.dev/
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.