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

Last updated: May 18,2024

1. Install "python3-sentinels" package

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

$ sudo apt update $ sudo apt install python3-sentinels

2. Uninstall "python3-sentinels" package

Learn how to uninstall python3-sentinels on Kali Linux:

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

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

Package: python3-sentinels
Source: python-sentinels
Version: 1.0.0-7
Installed-Size: 26
Maintainer: Stuart Prescott
Architecture: all
Depends: python3:any
Size: 4836
SHA256: a83a4d7aab1eb7a76c8bbceefce9441727fda15523828ef9d96265f451378200
SHA1: c0899f2bbc5fb830cf2e86be7e1986a31660d0cc
MD5sum: f7700d90f1e9b472e2fddc2df92f7ccf
Description: Python module for sentinel objects (Python 3 version)
Sentinels are objects with special meanings that can be passed as meaningful
flags rather than special casing 0, None, -1, False etc. Sentinels can be
thought of as singletons, but they service the need of having 'special'
values in code,
.
This package contains the Python 3 version of the sentinels module.
Description-md5:
Homepage: https://github.com/vmalloc/sentinels
Tag: devel::lang:python, implemented-in::python, role::shared-lib
Section: python
Priority: optional
Filename: pool/main/p/python-sentinels/python3-sentinels_1.0.0-7_all.deb