How to Install and Uninstall python38-zipstream Package on openSuSE Tumbleweed

Last updated: November 23,2024

1. Install "python38-zipstream" package

In this section, we are going to explain the necessary steps to install python38-zipstream on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python38-zipstream

2. Uninstall "python38-zipstream" package

Learn how to uninstall python38-zipstream on openSuSE Tumbleweed:

$ sudo zypper remove python38-zipstream

3. Information about the python38-zipstream package on openSuSE Tumbleweed

Information for package python38-zipstream:
-------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python38-zipstream
Version : 1.1.4-4.6
Arch : noarch
Vendor : openSUSE
Installed Size : 81,2 KiB
Installed : No
Status : not installed
Source package : python-zipstream-1.1.4-4.6.src
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.