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

Last updated: May 19,2024

1. Install "python-pytools" package

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

$ sudo apt update $ sudo apt install python-pytools

2. Uninstall "python-pytools" package

Please follow the step by step instructions below to uninstall python-pytools on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python-pytools
Priority: optional
Section: universe/python
Installed-Size: 161
Maintainer: Ubuntu Developers
Original-Maintainer: Tomasz Rybak
Architecture: all
Source: pytools
Version: 2015.1.6-1
Depends: python-appdirs (>= 1.4.0), python-decorator (>= 3.2.0), python-six (>= 1.8.0), python:any (<< 2.8), python:any (>= 2.7.5-5~), python-numpy
Filename: pool/universe/p/pytools/python-pytools_2015.1.6-1_all.deb
Size: 32922
MD5sum: e38a7b84531e565dc099114a79ce3d78
SHA1: 74a59841f0847d2b57439c6e63017834d06e134b
SHA256: 9de36aa4677bd90ddcebfc5822d082df9f5a511022b6b199b28a3a9702229825
Description-en: big bag of things supplementing Python standard library
Pytools is a big bag of things that are needed by packages created by
Andreas Kloeckner. They are used by python-pycuda and python-pyopencl
packages. They contain, amongst other:
* A ton of small tool functions such as len_iterable, argmin, tuple
generation, permutation generation, ASCII table pretty printing,
GvR's mokeypatch_xxx() hack, the elusive flatten, and much more
* A time-series logging module, pytools.log
* Batch job submission, pytools.batchjob
* A lexer, pytools.lex
Description-md5: 5d2b648bdb4a7452aa4f2cb2f27d8582
Homepage: http://mathema.tician.de/software/pytools
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu