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

Last updated: July 03,2024

1. Install "python3-presets" package

This guide covers the steps necessary to install python3-presets on Kali Linux

$ sudo apt update $ sudo apt install python3-presets

2. Uninstall "python3-presets" package

This guide covers the steps necessary to uninstall python3-presets on Kali Linux:

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

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

Package: python3-presets
Source: presets
Version: 0.1.3-4
Installed-Size: 29
Maintainer: Josenilson Ferreira da Silva
Architecture: all
Depends: python3-six, python3:any
Suggests: python-presets-doc
Size: 6228
SHA256: e93b29d059a0841e40c2bef2d3b35ebc4092df8f9060e9ef8572b492fd0c4be2
SHA1: 593d2d6b4b81c0c5cc13c9f5d6b6cd54f71153d5
MD5sum: 96a4fa86d0292ea4866f3f23b872fd53
Description: Python module to handle default parameters of functions
Provides an object interface that can override common default
parameter settings for all functions within a target module or
package.
.
Simple to use. Just build a Preset object with the target module
as an argument and then set the default parameters via a dict-like
interface.
.
So your new object will work just like the target module, but the
default arguments of any function will be defined by the values you set.
.
This package provides the Python 3.x module.
Description-md5:
Homepage: https://github.com/bmcfee/presets
Section: python
Priority: optional
Filename: pool/main/p/presets/python3-presets_0.1.3-4_all.deb