How To Install python-paste-deploy on CentOS 7
Introduction
In this tutorial we learn how to install python-paste-deploy
on CentOS 7.
What is python-paste-deploy
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.
We can use yum
or dnf
to install python-paste-deploy
on CentOS 7. In this tutorial we discuss both methods but you only need to choose one of method to install python-paste-deploy.
Install python-paste-deploy on CentOS 7 Using yum
Update yum database with yum
using the following command.
After updating yum database, We can install python-paste-deploy
using yum
by running the following command:
Install python-paste-deploy on CentOS 7 Using dnf
If you don’t have dnf installed you can install DNF on CentOS 7 first.
Update yum database with dnf
using the following command.
After updating yum database, We can install python-paste-deploy
using dnf
by running the following command:
How To Uninstall python-paste-deploy on CentOS 7
To uninstall only the python-paste-deploy
package we can use the following command:
References
Summary
In this tutorial we learn how to install python-paste-deploy
on CentOS 7 using yum
and dnf
.