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

Last updated: October 05,2024

1. Install "python3-cherrypy.noarch" package

Please follow the guidance below to install python3-cherrypy.noarch on AlmaLinux 9

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

2. Uninstall "python3-cherrypy.noarch" package

This guide covers the steps necessary to uninstall python3-cherrypy.noarch on AlmaLinux 9:

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

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

Last metadata expiration check: 0:58:37 ago on Wed Mar 13 07:41:12 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.