How to Install and Uninstall python3-pastedeploy Package on Kali Linux

Last updated: October 06,2024

1. Install "python3-pastedeploy" package

In this section, we are going to explain the necessary steps to install python3-pastedeploy on Kali Linux

$ sudo apt update $ sudo apt install python3-pastedeploy

2. Uninstall "python3-pastedeploy" package

Please follow the guidance below to uninstall python3-pastedeploy on Kali Linux:

$ sudo apt remove python3-pastedeploy $ sudo apt autoclean && sudo apt autoremove

3. Information about the python3-pastedeploy package on Kali Linux

Package: python3-pastedeploy
Source: pastedeploy
Version: 3.1-1
Installed-Size: 75
Maintainer: Debian Python Team
Architecture: all
Depends: python3-pastedeploy-tpl (= 3.1-1), python3-paste, python3-pkg-resources, python3-importlib-metadata | python3-supported-min (>= 3.8), python3:any
Recommends: python3-pastescript
Enhances: python3-paste
Size: 18284
SHA256: 259af92cab719b63960661070a8f6da268a3e42969658927458b3f4d9d136e19
SHA1: 45edfb058412ca694e5f2781f66ac95cb60f0341
MD5sum: a9682307987d0a459fb5e91972a0ffba
Description: load, configure, and compose WSGI applications and servers (Python 3)
Paste Deployment is a system for finding and configuring WSGI applications and
servers. For WSGI application consumers it provides a single, simple function
(loadapp) for loading a WSGI application from a configuration file or a Python
Egg. For WSGI application providers it only asks for a single, simple entry
point to your application, so that application users don't need to be exposed
to the implementation details of your application.
.
This package contains the Python 3.x module.
Description-md5:
Homepage: http://pythonpaste.org/deploy/
Section: python
Priority: optional
Filename: pool/main/p/pastedeploy/python3-pastedeploy_3.1-1_all.deb