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

Last updated: May 20,2024

1. Install "python3-zict" package

Please follow the steps below to install python3-zict on Kali Linux

$ sudo apt update $ sudo apt install python3-zict

2. Uninstall "python3-zict" package

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

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

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

Package: python3-zict
Source: zict
Version: 3.0.0-2
Installed-Size: 159
Maintainer: Debian Python Team
Architecture: all
Depends: python3:any
Size: 29688
SHA256: d22786e7c37d58e97ddf266b44cb91408b02a3b5a2b83fab2d527308aee2fb3e
SHA1: 322d25b6c16e55eb5362457e4729198c04b94fbb
MD5sum: add833a489c236ce7e215369f402ebd8
Description: Mutable mapping tools for Python 3
The dictionary / mutable mapping interface is powerful and
multi-faceted.
.
* stores data in different locations such as in-memory, on disk, in
archive files, etc..
* manage old data with different policies like LRU, random eviction,
etc..
* might encode or transform data as it arrives or departs the
dictionary through compression, encoding, etc..
.
This contains the Python 3 version
Description-md5:
Homepage: https://github.com/mrocklin/zict/
Section: python
Priority: optional
Filename: pool/main/z/zict/python3-zict_3.0.0-2_all.deb