How to Install and Uninstall python3-paste.noarch Package on CentOS 8 / RHEL 8
Last updated: January 08,2025
1. Install "python3-paste.noarch" package
In this section, we are going to explain the necessary steps to install python3-paste.noarch on CentOS 8 / RHEL 8
$
sudo dnf update
Copied
$
sudo dnf install
python3-paste.noarch
Copied
2. Uninstall "python3-paste.noarch" package
This guide let you learn how to uninstall python3-paste.noarch on CentOS 8 / RHEL 8:
$
sudo dnf remove
python3-paste.noarch
Copied
$
sudo dnf autoremove
Copied
3. Information about the python3-paste.noarch package on CentOS 8 / RHEL 8
Last metadata expiration check: 1 day, 7:59:20 ago on Sun May 9 13:03:46 2021.
Available Packages
Name : python3-paste
Version : 3.0.8
Release : 1.el8.1
Architecture : noarch
Size : 810 k
Source : python-paste-3.0.8-1.el8.1.src.rpm
Repository : epel
Summary : Tools for using a Web Server Gateway Interface stack
URL : https://github.com/cdent/paste
License : MIT and ZPLv2.0 and Python 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.
Available Packages
Name : python3-paste
Version : 3.0.8
Release : 1.el8.1
Architecture : noarch
Size : 810 k
Source : python-paste-3.0.8-1.el8.1.src.rpm
Repository : epel
Summary : Tools for using a Web Server Gateway Interface stack
URL : https://github.com/cdent/paste
License : MIT and ZPLv2.0 and Python 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.