How to Install and Uninstall python2-paste-deploy.noarch Package on CentOS 8 / RHEL 8

Last updated: May 05,2024

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

Please follow the step by step instructions below to install python2-paste-deploy.noarch on CentOS 8 / RHEL 8

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

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

In this section, we are going to explain the necessary steps to uninstall python2-paste-deploy.noarch on CentOS 8 / RHEL 8:

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

3. Information about the python2-paste-deploy.noarch package on CentOS 8 / RHEL 8

Last metadata expiration check: 1 day, 7:42:01 ago on Sun May 9 13:03:46 2021.
Available Packages
Name : python2-paste-deploy
Version : 2.0.1
Release : 1.el8
Architecture : noarch
Size : 51 k
Source : python-paste-deploy-2.0.1-1.el8.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.