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

Last updated: May 18,2024

1. Install "python3-heapdict" package

This tutorial shows how to install python3-heapdict on Kali Linux

$ sudo apt update $ sudo apt install python3-heapdict

2. Uninstall "python3-heapdict" package

Learn how to uninstall python3-heapdict on Kali Linux:

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

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

Package: python3-heapdict
Source: heapdict
Version: 1.0.1-3
Installed-Size: 24
Maintainer: Debian Python Team
Architecture: all
Depends: python3:any
Size: 5548
SHA256: 49c4f4ee44f61a11b646aa64773d95df3b6ae244c2294b148dc78c92e489b090
SHA1: 901162b9e83627ab057cb2213d2dfa5e508777db
MD5sum: 4431674a6386fcb852e6f8cd4f2d6b46
Description: heap with decrease-key and increase-key operations for Python 3
heapdict implements the MutableMapping ABC, meaning it works pretty
much like a regular Python dict. It's designed to be used as a
priority queue.
.
This contains the Python 3 version
Description-md5:
Homepage: http://stutzbachenterprises.com/
Section: python
Priority: optional
Filename: pool/main/h/heapdict/python3-heapdict_1.0.1-3_all.deb