How to Install and Uninstall python3-paste.noarch Package on Fedora 36

Last updated: July 08,2024

1. Install "python3-paste.noarch" package

Please follow the steps below to install python3-paste.noarch on Fedora 36

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

2. Uninstall "python3-paste.noarch" package

Please follow the guidelines below to uninstall python3-paste.noarch on Fedora 36:

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

3. Information about the python3-paste.noarch package on Fedora 36

Last metadata expiration check: 2:32:29 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : python3-paste
Version : 3.5.0
Release : 6.fc36
Architecture : noarch
Size : 778 k
Source : python-paste-3.5.0-6.fc36.src.rpm
Repository : fedora
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.