How to Install and Uninstall python3-lzmaffi Package on openSUSE Leap

Last updated: May 17,2024

1. Install "python3-lzmaffi" package

Please follow the guidance below to install python3-lzmaffi on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-lzmaffi

2. Uninstall "python3-lzmaffi" package

Please follow the guidelines below to uninstall python3-lzmaffi on openSUSE Leap:

$ sudo zypper remove python3-lzmaffi

3. Information about the python3-lzmaffi package on openSUSE Leap

Information for package python3-lzmaffi:
----------------------------------------
Repository : Main Repository
Name : python3-lzmaffi
Version : 0.3.0-bp155.2.11
Arch : x86_64
Vendor : openSUSE
Installed Size : 198.5 KiB
Installed : No
Status : not installed
Source package : python-lzmaffi-0.3.0-bp155.2.11.src
Upstream URL : https://github.com/r3m0t/backports.lzma
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.