How to Install and Uninstall python-paste.noarch Package on Amazon Linux 2

Last updated: May 10,2024

1. Install "python-paste.noarch" package

This guide let you learn how to install python-paste.noarch on Amazon Linux 2

$ sudo yum makecache $ sudo yum install python-paste.noarch

2. Uninstall "python-paste.noarch" package

Please follow the guidance below to uninstall python-paste.noarch on Amazon Linux 2:

$ sudo yum remove python-paste.noarch $ sudo yum autoremove

3. Information about the python-paste.noarch package on Amazon Linux 2

Loaded plugins: ovl, priorities
Available Packages
Name : python-paste
Arch : noarch
Version : 1.7.5.1
Release : 9.20111221hg1498.amzn2.0.1
Size : 866 k
Repo : amzn2-core/2/x86_64
Summary : Tools for using a Web Server Gateway Interface stack
URL : http://pythonpaste.org
License : MIT and ZPLv2.0 and Python and Public Domain and (AFL or MIT) and
: (MIT or ASL 2.0)
Description : These provide several pieces of "middleware" (or filters) that can
: be nested to build web applications. Each piece of middleware
: uses the WSGI (PEP 333) interface, and should be compatible with
: other middleware based on those interfaces.