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

Last updated: May 18,2024

1. Install "python3-easy-enum" package

This tutorial shows how to install python3-easy-enum on Kali Linux

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

2. Uninstall "python3-easy-enum" package

This is a short guide on how to uninstall python3-easy-enum on Kali Linux:

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

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

Package: python3-easy-enum
Source: python-easy-enum
Version: 0.3.0-2
Installed-Size: 22
Maintainer: Sebastian Ramacher
Architecture: all
Depends: python3:any
Size: 3576
SHA256: bae0971c13f474f3d51c48333e0149d42ddb0332afce5afdf0c1bf788472de09
SHA1: f66bc10799ba39dd8fbdb4d4e83d9e803479d755
MD5sum: 439cbfdbe0d6d91d2788211ffe70a33f
Description: User friendly implementation of Enum in Python
This module extends Enum values with auto-generated descriptions. It also
provides Enums with automatic mapping between Enum values and their string
representation.
.
This package contains the Python module for Python 3.
Description-md5:
Homepage: https://github.com/molejar/pyEnum
Section: python
Priority: optional
Filename: pool/main/p/python-easy-enum/python3-easy-enum_0.3.0-2_all.deb