How to Install and Uninstall python39-lzmaffi Package on openSuSE Tumbleweed

Last updated: May 17,2024

1. Install "python39-lzmaffi" package

Please follow the guidelines below to install python39-lzmaffi on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python39-lzmaffi

2. Uninstall "python39-lzmaffi" package

Please follow the guidance below to uninstall python39-lzmaffi on openSuSE Tumbleweed:

$ sudo zypper remove python39-lzmaffi

3. Information about the python39-lzmaffi package on openSuSE Tumbleweed

Information for package python39-lzmaffi:
-----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python39-lzmaffi
Version : 0.3.0-2.6
Arch : x86_64
Vendor : openSUSE
Installed Size : 208,5 KiB
Installed : No
Status : not installed
Source package : python-lzmaffi-0.3.0-2.6.src
Summary : Port of Python 3.3's 'lzma' module for XZ/LZMA compressed files to cffi
Description :
This is a port of the 'lzma' module included in Python 3.3 or later
by Nadeem Vawda and Per Oyvind Karlsen, which provides a Python wrapper for XZ Utils
(aka LZMA Utils v2) by Igor Pavlov.
Unlike backports.lzma which is a straight backport, this version uses cffi which means
it runs on PyPy without having to use the (very slow) CPyExt. It also runs perfectly
well on CPython 2.6, 2.7 or 3.