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

Last updated: July 05,2024

1. Install "python36-lzmaffi" package

This guide covers the steps necessary to install python36-lzmaffi on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python36-lzmaffi

2. Uninstall "python36-lzmaffi" package

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

$ sudo zypper remove python36-lzmaffi

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

Information for package python36-lzmaffi:
-----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python36-lzmaffi
Version : 0.3.0-2.6
Arch : x86_64
Vendor : openSUSE
Installed Size : 210,9 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.