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

Last updated: May 20,2024

1. Install "python2-lzmaffi" package

This tutorial shows how to install python2-lzmaffi on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python2-lzmaffi

2. Uninstall "python2-lzmaffi" package

Please follow the steps below to uninstall python2-lzmaffi on openSUSE Leap:

$ sudo zypper remove python2-lzmaffi

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

Information for package python2-lzmaffi:
----------------------------------------
Repository : Main Repository
Name : python2-lzmaffi
Version : 0.3.0-bp153.1.20
Arch : x86_64
Vendor : openSUSE
Installed Size : 166,7 KiB
Installed : No
Status : not installed
Source package : python-lzmaffi-0.3.0-bp153.1.20.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.