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

Last updated: October 08,2024

1. Install "python3-paste-deploy.noarch" package

Please follow the steps below to install python3-paste-deploy.noarch on Red Hat Enterprise Linux 9 (RHEL 9)

$ sudo dnf update $ sudo dnf install python3-paste-deploy.noarch

2. Uninstall "python3-paste-deploy.noarch" package

Please follow the guidelines below to uninstall python3-paste-deploy.noarch on Red Hat Enterprise Linux 9 (RHEL 9):

$ sudo dnf remove python3-paste-deploy.noarch $ sudo dnf autoremove

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

Last metadata expiration check: 1:57:13 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : python3-paste-deploy
Version : 2.1.1
Release : 7.el9
Architecture : noarch
Size : 40 k
Source : python-paste-deploy-2.1.1-7.el9.src.rpm
Repository : epel
Summary : Load, configure, and compose WSGI applications and servers
URL : https://github.com/Pylons/pastedeploy
License : MIT
Description : This tool provides code to load WSGI applications and servers from
: URIs; these URIs can refer to Python Eggs for INI-style configuration
: files. PasteScript provides commands to serve applications based on
: this configuration file.