How to Install and Uninstall python310-python-lzo Package on openSuSE Tumbleweed

Last updated: July 06,2024

1. Install "python310-python-lzo" package

This guide covers the steps necessary to install python310-python-lzo on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python310-python-lzo

2. Uninstall "python310-python-lzo" package

Please follow the step by step instructions below to uninstall python310-python-lzo on openSuSE Tumbleweed:

$ sudo zypper remove python310-python-lzo

3. Information about the python310-python-lzo package on openSuSE Tumbleweed

Information for package python310-python-lzo:
---------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python310-python-lzo
Version : 1.15-1.4
Arch : x86_64
Vendor : openSUSE
Installed Size : 58.9 KiB
Installed : No
Status : not installed
Source package : python-python-lzo-1.15-1.4.src
Upstream URL : https://github.com/jd-boyd/python-lzo
Summary : Python bindings for the LZO data compression library
Description :
This module provides Python bindings for the LZO data compression library.
LZO is a lossless data compression library. Decompression requires no
memory. Different compression levels can be used to achieve better
ratios at the expense of time.