How to Install and Uninstall python3-cherrypy.noarch Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: October 07,2024

1. Install "python3-cherrypy.noarch" package

Here is a brief guide to show you how to install python3-cherrypy.noarch on Red Hat Enterprise Linux 9 (RHEL 9)

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

2. Uninstall "python3-cherrypy.noarch" package

Learn how to uninstall python3-cherrypy.noarch on Red Hat Enterprise Linux 9 (RHEL 9):

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

3. Information about the python3-cherrypy.noarch package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 1:15:50 ago on Mon Feb 26 07:04:30 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.