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

Last updated: July 08,2024

1. Install "python2-bz2file" package

This guide covers the steps necessary to install python2-bz2file on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python2-bz2file

2. Uninstall "python2-bz2file" package

Learn how to uninstall python2-bz2file on openSUSE Leap:

$ sudo zypper remove python2-bz2file

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

Information for package python2-bz2file:
----------------------------------------
Repository : Main Repository
Name : python2-bz2file
Version : 0.98-bp153.1.13
Arch : noarch
Vendor : openSUSE
Installed Size : 37,9 KiB
Installed : No
Status : not installed
Source package : python-bz2file-0.98-bp153.1.13.src
Summary : Python module to read and write bzip2-compressed files
Description :
Bz2file is a Python library for reading and writing bzip2-compressed files.
It contains a drop-in replacement for the file interface in the standard
library's bz2 module, including features from the latest development
version of CPython that are not available in older releases.