How to Install and Uninstall python3-zipstream Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 18,2024

1. Install "python3-zipstream" package

Please follow the guidance below to install python3-zipstream on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python3-zipstream

2. Uninstall "python3-zipstream" package

This guide covers the steps necessary to uninstall python3-zipstream on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the python3-zipstream package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: python3-zipstream
Priority: optional
Section: universe/python
Installed-Size: 39
Maintainer: Ubuntu Developers
Original-Maintainer: Aigars Mahinovs
Architecture: all
Source: python-zipstream
Version: 1.1.3-1
Depends: python3:any (>= 3.3.2-2~)
Filename: pool/universe/p/python-zipstream/python3-zipstream_1.1.3-1_all.deb
Size: 7240
MD5sum: bc1c7b7e6efc4d03c06f6d1e491dc03a
SHA1: a67f98806da1e93aece2d7ba83d384dbd19f5a5a
SHA256: 2fc74f85a522e84eff51166053d0ea48146b5c7c7d22fd194de89bd720e2c27e
Description-en: 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.
.
Python3 version.
Description-md5: aca895177bb2ebadbf5d7d62003a2f8b
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu