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

Last updated: September 20,2024

1. Install "python3-plaster" package

This is a short guide on how to install python3-plaster on Kali Linux

$ sudo apt update $ sudo apt install python3-plaster

2. Uninstall "python3-plaster" package

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

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

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

Package: python3-plaster
Source: python-plaster
Version: 1.0-4
Installed-Size: 52
Maintainer: Debian Python Team
Architecture: all
Depends: python3-pkg-resources, python3:any
Size: 11916
SHA256: 707bbcb489e3735bbb77dfb30a6a882232001157053d88cf1579ce43e8f541d4
SHA1: 22e8cabfbad4a54493659232bbd977c8c47505b1
MD5sum: 045ec626fb8590968ca6b6725969337b
Description: Python multi-format configuration file loader interface - Python 3.x module
plaster is a loader interface around arbitrary config file formats. It exists
to define a common API for applications to use when they wish to load
configuration settings.
.
The library itself does not aim to handle anything except a basic API that
applications may use to find and load configuration settings. Any specific
constraints should be implemented in a pluggable loader which can be registered
via an entrypoint.
.
This package provides the Python 3 version of the module.
Description-md5:
Homepage: https://pylonsproject.org/projects/plaster/about
Section: python
Priority: optional
Filename: pool/main/p/python-plaster/python3-plaster_1.0-4_all.deb