How to Install and Uninstall python2-paste.noarch Package on Rocky Linux 8
Last updated: November 13,2024
1. Install "python2-paste.noarch" package
This guide covers the steps necessary to install python2-paste.noarch on Rocky Linux 8
$
sudo dnf update
Copied
$
sudo dnf install
python2-paste.noarch
Copied
2. Uninstall "python2-paste.noarch" package
Please follow the step by step instructions below to uninstall python2-paste.noarch on Rocky Linux 8:
$
sudo dnf remove
python2-paste.noarch
Copied
$
sudo dnf autoremove
Copied
3. Information about the python2-paste.noarch package on Rocky Linux 8
Last metadata expiration check: 2:13:02 ago on Mon Sep 12 10:27:18 2022.
Available Packages
Name : python2-paste
Version : 3.0.8
Release : 1.el8.1
Architecture : noarch
Size : 816 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 : python2-paste
Version : 3.0.8
Release : 1.el8.1
Architecture : noarch
Size : 816 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.