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

Last updated: July 01,2024

1. Install "python-pyzolib" package

Please follow the guidelines below to install python-pyzolib on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-pyzolib

2. Uninstall "python-pyzolib" package

Please follow the guidelines below to uninstall python-pyzolib on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python-pyzolib
Priority: optional
Section: universe/science
Installed-Size: 205
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Science Maintainers
Architecture: all
Source: pyzolib
Version: 0.3.4-1
Depends: python:any (<< 2.8), python:any (>= 2.7.5-5~)
Filename: pool/universe/p/pyzolib/python-pyzolib_0.3.4-1_all.deb
Size: 46038
MD5sum: fea119b20df02040b6fdf741d940d91f
SHA1: 5661899d7d57a78d74b1955ff600de1f6a45dd65
SHA256: 0542501c10dfe35f5ebbb2c0a680812d0c1dd4f3a5368426a327c74b3dc2bd17
Description-en: Utilities for the Pyzo environment (Python 2)
The pyzolib package provides basic functionality for the Pyzo environment.
It contains a collection of modules and small packages that should be
imported as "from pyzolib import xxx"
.
The packages currently are:
* path - object oriented path processing (no more os.path.x)
* paths - Get paths to useful directories in a cross platform manner.
* qt - Proxy for importing QtCore et al. from PySide or PyQt4
* ssdf - the Simple Structured Data Format (for config files and
scientific databases)
* insertdocs - a sphynx pre-processor to include docstrings in the text,
allowing readthedocs.org to host the docs without requiring importing code.
* pyximport - for easy on the fly compilation of Cython, using the Pyzo
environment to establish the location of a gcc compiler.
* gccutils - used by the above to manage the gcc compiler.
* interprerers - list the Python interpreters available on this system.
* dllutils - utilities to set the RPATH in dynamic libararies and
remove depndencies on the MSVCR from the embedded manifest.
.
This is the Python 2 version of the package.
Description-md5: c4f46806796572d5bd63d0fe10ecd7d6
Homepage: https://bitbucket.org/pyzo/pyzolib
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu