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

Last updated: May 19,2024

1. Install "python-zipstream" package

This guide let you learn how to install python-zipstream on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-zipstream

2. Uninstall "python-zipstream" package

Learn how to uninstall python-zipstream on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python-zipstream
Priority: optional
Section: universe/python
Installed-Size: 39
Maintainer: Ubuntu Developers
Original-Maintainer: Aigars Mahinovs
Architecture: all
Version: 1.1.3-1
Depends: python:any (<< 2.8), python:any (>= 2.7.5-5~)
Filename: pool/universe/p/python-zipstream/python-zipstream_1.1.3-1_all.deb
Size: 7150
MD5sum: e900f53c4077b0e6cac367fb891cef13
SHA1: 2386082ec205f79d1d2386ec824a858d09a55b86
SHA256: ad1729113154833e54f583fb6f299a2c7c6024d2f1554464736e07a1eb7e9aaa
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.
Description-md5: 81a2df7bbb3d24da67fe9299d01d025d
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu