How to Install and Uninstall python3-enum-tools Package on Kali Linux

Last updated: May 20,2024

1. Install "python3-enum-tools" package

Please follow the guidelines below to install python3-enum-tools on Kali Linux

$ sudo apt update $ sudo apt install python3-enum-tools

2. Uninstall "python3-enum-tools" package

In this section, we are going to explain the necessary steps to uninstall python3-enum-tools on Kali Linux:

$ sudo apt remove python3-enum-tools $ sudo apt autoclean && sudo apt autoremove

3. Information about the python3-enum-tools package on Kali Linux

Package: python3-enum-tools
Source: python-enum-tools
Version: 0.11.0-2
Installed-Size: 85
Maintainer: Josenilson Ferreira da Silva
Architecture: all
Depends: python3:any
Size: 20976
SHA256: b8197107297f250a59e210d5017037c3082c9a626325b1d8ceeb0cc713cd763c
SHA1: 860f772700bb9ded2a2a14e8007baf083550d961
MD5sum: d77786219efdf9df1fb01f8f8c4f6542
Description: tools to expand Python's enum module
The enum tools package provides additional tools to expand the functionality
of Python's standard enum module. Here are some of the key features this
package offers:
- enum_tools.autoenum:
This part of the package is a Sphinx extension that
enhances the Enums documentation. It has improved documentation compared
to what Sphinx's default autoclass convention provides for Enums.
- @enum_tools.documentation.document_enum:
This is a decorator that allows you to add docstrings to Enums members
based on the comments at the end of each line. This can be useful for
improving documentation associated with each Enum member.
- enum_tools.custom_enums:
offers custom enumerations with additional functionality. May include
specialized Enums that extend or change the default behavior of the Python
enum module.
Description-md5:
Homepage: https://github.com/domdfcoding/enum_tools
Section: python
Priority: optional
Filename: pool/main/p/python-enum-tools/python3-enum-tools_0.11.0-2_all.deb

5. The same packages on other Linux Distributions