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

Last updated: May 20,2024

1. Install "python3-catalogue" package

Please follow the guidance below to install python3-catalogue on Kali Linux

$ sudo apt update $ sudo apt install python3-catalogue

2. Uninstall "python3-catalogue" package

This tutorial shows how to uninstall python3-catalogue on Kali Linux:

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

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

Package: python3-catalogue
Source: python-catalogue
Version: 2.1.0-4
Installed-Size: 197
Maintainer: Debian Python Team
Architecture: amd64
Depends: python3-typing-extensions | python3 (>> 3.8), python3-zipp | python3 (>> 3.8), python3:any, python3-pydantic, python3-srsly
Size: 40244
SHA256: 645cb80ef89e9c1c267f21ae4511a5dea3f5eb1d4888089020df152c7890f516
SHA1: 8aeaf922742d4037c0a2ab7d3ee76ef77cf22e1a
MD5sum: 6a1675c78b156dc235a76470ed262c14
Description: super lightweight function registries for Python3 libraries
catalogue is a tiny, zero-dependencies library that makes it easy to add
function (or object) registries to your code. Function registries are
helpful when you have objects that need to be both easily serializable
and fully customizable. Instead of passing a function into your object,
you pass in an identifier name, which the object can use to lookup the
function from the registry. This makes the object easy to serialize,
because the name is a simple string. If you instead saved the function,
you'd have to use Pickle for serialization, which has many drawbacks.
Description-md5:
Homepage: https://github.com/explosion/catalogue
Section: python
Priority: optional
Filename: pool/main/p/python-catalogue/python3-catalogue_2.1.0-4_amd64.deb