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

Last updated: May 19,2024

1. Install "python3-pytools" package

Learn how to install python3-pytools on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python3-pytools

2. Uninstall "python3-pytools" package

Here is a brief guide to show you how to uninstall python3-pytools on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python3-pytools
Priority: optional
Section: universe/python
Installed-Size: 159
Maintainer: Ubuntu Developers
Original-Maintainer: Tomasz Rybak
Architecture: all
Source: pytools
Version: 2015.1.6-1
Depends: python3-appdirs (>= 1.4.0), python3-decorator (>= 3.2.0), python3-six (>= 1.8.0), python3:any (>= 3.3.2-2~), python3-numpy
Filename: pool/universe/p/pytools/python3-pytools_2015.1.6-1_all.deb
Size: 32646
MD5sum: a03da8fd32c1fcc3511bdad8a7312c26
SHA1: 4dbde7bf094947d05156316296efbc7f736f71c8
SHA256: 836563fa4e2b5ded519c39fc7b68159bb02ef26d7c20b6edb49ad61570046fab
Description-en: big bag of things supplementing Python 3 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
.
This package contains Python 3 modules.
Description-md5: 5995033928a8ffef848b56a69f32722c
Homepage: http://mathema.tician.de/software/pytools
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu