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

Last updated: May 22,2024

1. Install "python2-gzipstream" package

This is a short guide on how to install python2-gzipstream on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python2-gzipstream

2. Uninstall "python2-gzipstream" package

Please follow the step by step instructions below to uninstall python2-gzipstream on openSUSE Leap:

$ sudo zypper remove python2-gzipstream

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

Information for package python2-gzipstream:
-------------------------------------------
Repository : Main Repository
Name : python2-gzipstream
Version : 2.8.6.1-bp153.1.13
Arch : noarch
Vendor : openSUSE
Installed Size : 428,1 KiB
Installed : No
Status : not installed
Source package : python-gzipstream-2.8.6.1-bp153.1.13.src
Summary : Streaming zlib (gzip) support for python
Description :
A streaming gzip handler.
gzipstream.GzipStream extends the functionality of the gzip.GzipFile class
to allow the processing of streaming data.