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

Last updated: May 19,2024

1. Install "python3-hickle" package

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

$ sudo apt update $ sudo apt install python3-hickle

2. Uninstall "python3-hickle" package

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

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

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

Package: python3-hickle
Source: hickle
Version: 5.0.2-8
Installed-Size: 445
Maintainer: Debian Python Team
Architecture: all
Depends: python3-h5py (>= 2.10.0), python3-numpy, python3:any
Size: 75268
SHA256: b28ec0671f65872e7c39500b8e5cb82774539de7e1c8222b6a8f8e4e7d553f3a
SHA1: 9003454db8a410c1d5bc952e1cb079d0c14fbd84
MD5sum: a3c79db4babddb989aa9767aed6fd573
Description: HDF5 based version of pickle
An HDF5 based clone of 'pickle', with a twist: instead of serializing to a
pickle file, Hickle dumps to an HDF5 file (Hierarchical Data Format). It is
designed to be a "drop-in" replacement for pickle (for common data objects),
but is really an amalgam of 'h5py' and 'pickle' with extended functionality.
.
That is: 'hickle' is a neat little way of dumping Python variables to HDF5
files that can be read in most programming languages, not just Python. Hickle
is fast, and allows for transparent compression of your data (LZF / GZIP).
Description-md5:
Homepage: https://github.com/telegraphic/hickle
Section: python
Priority: optional
Filename: pool/main/h/hickle/python3-hickle_5.0.2-8_all.deb