How to Install and Uninstall python3-pytools Package on Kali Linux

Last updated: May 19,2024

1. Install "python3-pytools" package

Please follow the steps below to install python3-pytools on Kali Linux

$ sudo apt update $ sudo apt install python3-pytools

2. Uninstall "python3-pytools" package

Please follow the step by step instructions below to uninstall python3-pytools on Kali Linux:

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

3. Information about the python3-pytools package on Kali Linux

Package: python3-pytools
Source: pytools
Version: 2023.1.1-1
Installed-Size: 252
Maintainer: Tomasz Rybak
Architecture: all
Depends: python3-numpy, python3-platformdirs, python3-typing-extensions, python3:any, python3-appdirs (>= 1.4.0), python3-decorator (>= 3.2.0), python3-six
Size: 53960
SHA256: ea408df8f318b50b099aef5f0c76322d21a695d681870c4b725830a7e13a16e7
SHA1: 93a2c896a16595f612292c9b26d746eb3b9e63d2
MD5sum: 93f8bc9af86960277ac1c7be8f163793
Description: 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:
Homepage: http://mathema.tician.de/software/pytools
Section: python
Priority: optional
Filename: pool/main/p/pytools/python3-pytools_2023.1.1-1_all.deb