How to Install and Uninstall python3-zipstream Package on Kali Linux

Last updated: May 21,2024

1. Install "python3-zipstream" package

Please follow the step by step instructions below to install python3-zipstream on Kali Linux

$ sudo apt update $ sudo apt install python3-zipstream

2. Uninstall "python3-zipstream" package

Please follow the step by step instructions below to uninstall python3-zipstream on Kali Linux:

$ sudo apt remove python3-zipstream $ sudo apt autoclean && sudo apt autoremove

3. Information about the python3-zipstream package on Kali Linux

Package: python3-zipstream
Source: python-zipstream
Version: 1.1.4-1
Installed-Size: 39
Maintainer: Aigars Mahinovs
Architecture: all
Depends: python3:any
Size: 7456
SHA256: e2d59cc558020807eb76a24a4ba4d1ba3dbdc99490b2cee24e5c06f16963f239
SHA1: 96b3b0ef4c3d94edc143b3c494c3296aa8467848
MD5sum: 0146d0c7ef08ef19c616e5463688e74d
Description: Zipfile generator
Zipstream.py is a zip archive generator based on python 3.3's zipfile.py.
.
It was created to generate a zip file generator for streaming (ie web apps).
This is beneficial for when you want to provide a downloadable archive of a
large collection of regular files, which would be infeasible to generate the
archive prior to downloading.
Description-md5:
Section: python
Priority: optional
Filename: pool/main/p/python-zipstream/python3-zipstream_1.1.4-1_all.deb