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

Last updated: May 18,2024

1. Install "python3-zipstream" package

This is a short guide on how to install python3-zipstream on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-zipstream

2. Uninstall "python3-zipstream" package

Please follow the steps below to uninstall python3-zipstream on openSUSE Leap:

$ sudo zypper remove python3-zipstream

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

Information for package python3-zipstream:
------------------------------------------
Repository : Main Repository
Name : python3-zipstream
Version : 1.1.4-bp155.2.10
Arch : noarch
Vendor : openSUSE
Installed Size : 81.5 KiB
Installed : No
Status : not installed
Source package : python-zipstream-1.1.4-bp155.2.10.src
Upstream URL : https://github.com/allanlei/python-zipstream
Summary : Zipfile generator
Description :
zipstream.py is a ZIP archive generator based on Python 3.3's zipfile.py.
zipstream can create archives on the fly, which is useful for streaming
the archive to e.g. web clients without needing to store the archive on
disk first.