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

Last updated: September 20,2024

1. Install "python3-pyzolib" package

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

$ sudo apt update $ sudo apt install python3-pyzolib

2. Uninstall "python3-pyzolib" package

This tutorial shows how to uninstall python3-pyzolib on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python3-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: python3:any (>= 3.3.2-2~)
Filename: pool/universe/p/pyzolib/python3-pyzolib_0.3.4-1_all.deb
Size: 46102
MD5sum: 8f1c233b99227565efd2edcb2404226d
SHA1: fcc0dad4100969f907ef9e3e7518a7221f1082fb
SHA256: e0b9999fc9c1e672552932ffefeddfa16e9c6316fdfd3225947f6641fd4c28b3
Description-en: Utilities for the Pyzo environment (Python 3)
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 3 version of the package.
Description-md5: 1d35ce17832f188dd50bf9051f09f8db
Homepage: https://bitbucket.org/pyzo/pyzolib
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu