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

Last updated: November 26,2024

1. Install "python3-lz4" package

This is a short guide on how to install python3-lz4 on Kali Linux

$ sudo apt update $ sudo apt install python3-lz4

2. Uninstall "python3-lz4" package

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

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

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

Package: python3-lz4
Source: python-lz4 (4.0.2+dfsg-1)
Version: 4.0.2+dfsg-1+b3
Installed-Size: 202
Maintainer: Dmitry Smirnov
Architecture: amd64
Depends: python3 (<< 3.13), python3 (>= 3.11~), python3:any, libc6 (>= 2.4), liblz4-1 (>= 1.8.0)
Size: 25528
SHA256: 582f884df6c0076adcfeb988084f61753b6e9b4f8dbcd78fcac56510a77f5697
SHA1: cff72b02e6ad2a57229228178a1f9f38cfbd9f48
MD5sum: ad58b4a4456edc7a3b92c3fc4c294810
Description: Python interface to the lz4 compression library (Python 3)
This package provides bindings for the liblz4 compression library.
.
LZ4 is a very fast lossless compression algorithm, providing compression
speed at 400 MB/s per core, scalable with multi-cores CPU. It also
features an extremely fast decoder, with speed in multiple GB/s per core,
typically reaching RAM speed limits on multi-core systems.
.
This package is for Python 3.
Description-md5:
Homepage: https://github.com/python-lz4/python-lz4
Section: python
Priority: optional
Filename: pool/main/p/python-lz4/python3-lz4_4.0.2+dfsg-1+b3_amd64.deb