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

Last updated: May 09,2024

1. Install "python3-lz4tools" package

Learn how to install python3-lz4tools on Kali Linux

$ sudo apt update $ sudo apt install python3-lz4tools

2. Uninstall "python3-lz4tools" package

This guide covers the steps necessary to uninstall python3-lz4tools on Kali Linux:

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

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

Package: python3-lz4tools
Source: lz4tools (1.3.1.1-5)
Version: 1.3.1.1-5+b4
Installed-Size: 299
Maintainer: Debian OpenStack
Architecture: amd64
Depends: python3 (<< 3.13), python3 (>= 3.11~), python3:any, libc6 (>= 2.14)
Size: 58136
SHA256: c87585ed94b6b293086e19f552159ea7ce67329fc1c1387469c573819fac8de3
SHA1: abdf2bee5858623341cb735ba73e9888cf40596d
MD5sum: 22fb97a4c6684ab07f84d7f69317202e
Description: Tools for working with LZ4 compression algorithm.
LZ4 is lossless compression algorithm, providing compression speed > 500 MB/s
per core, scalable with multi-cores CPU. It features an extremely fast
decoder, with speed in multiple GB/s per core, typically reaching RAM speed
limits on multi-core systems.
.
Speed can be tuned dynamically, selecting an "acceleration" factor which
trades compression ratio for faster speed. On the other end, a high
compression derivative, LZ4_HC, is also provided, trading CPU time for
improved compression ratio. All versions feature the same decompression speed.
.
LZ4 is also compatible with dictionary compression, and can ingest any input
file as dictionary, including those created by Zstandard Dictionary Builder.
Description-md5:
Homepage: https://github.com/darkdragn/lz4tools
Section: python
Priority: optional
Filename: pool/main/l/lz4tools/python3-lz4tools_1.3.1.1-5+b4_amd64.deb