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

Last updated: May 09,2024

1. Install "python3-lzo" package

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

$ sudo apt update $ sudo apt install python3-lzo

2. Uninstall "python3-lzo" package

Learn how to uninstall python3-lzo on Kali Linux:

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

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

Package: python3-lzo
Source: python-lzo (1.14-1)
Version: 1.14-1+b4
Installed-Size: 49
Maintainer: Debian Python Team
Architecture: amd64
Depends: python3 (<< 3.13), python3 (>= 3.11~), libc6 (>= 2.4), liblzo2-2 (>= 2.02)
Size: 8872
SHA256: dcc846eb04f274425fcfadf38ae92dc2c942aaffed56c2affcdda7b81dc6df55
SHA1: 25687f6ba20b4a7910af5a6463781224bb9197e6
MD5sum: 8b9c5e532b8bdf75449bd7c5a6adedce
Description: Python bindings for the LZO data compression library (Python 3)
This module provides Python bindings for the LZO data compression library.
.
LZO is a portable lossless data compression library written in ANSI C.
It offers pretty fast compression and *very* fast decompression.
Decompression requires no memory.
.
In addition there are slower compression levels achieving a quite
competitive compression ratio while still decompressing at
.
This package is for Python 3.
Description-md5:
Multi-Arch: same
Homepage: https://github.com/jd-boyd/python-lzo
Section: python
Priority: optional
Filename: pool/main/p/python-lzo/python3-lzo_1.14-1+b4_amd64.deb