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

Last updated: May 15,2024

1. Install "python3-gzipstream" package

Please follow the step by step instructions below to install python3-gzipstream on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-gzipstream

2. Uninstall "python3-gzipstream" package

This guide covers the steps necessary to uninstall python3-gzipstream on openSUSE Leap:

$ sudo zypper remove python3-gzipstream

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

Information for package python3-gzipstream:
-------------------------------------------
Repository : Main Repository
Name : python3-gzipstream
Version : 2.8.6.1-1.17
Arch : noarch
Vendor : SUSE LLC
Installed Size : 422.0 KiB
Installed : No
Status : not installed
Source package : python-gzipstream-2.8.6.1-1.17.src
Upstream URL : https://github.com/spacewalkproject/spacewalk/wiki/Projects_python-gzipstream
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.