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

Last updated: May 12,2024

1. Install "python3-pooch" package

This tutorial shows how to install python3-pooch on Kali Linux

$ sudo apt update $ sudo apt install python3-pooch

2. Uninstall "python3-pooch" package

This guide covers the steps necessary to uninstall python3-pooch on Kali Linux:

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

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

Package: python3-pooch
Source: pooch
Version: 1.8.1-1
Installed-Size: 356
Maintainer: Debian GIS Project
Architecture: all
Depends: python3-packaging, python3-platformdirs (>= 2.5.0), python3-requests, python3:any
Recommends: python3-tqdm
Suggests: python3-paramiko
Size: 57336
SHA256: d84a9684aa3c98de0b7f061913ee57160d45ff899e8e44061c80c195a7c54381
SHA1: 7f3b9cce83c3a2c561c5204c3b762b993d3b5d93
MD5sum: c350409e46ee4a0d891d91567b4fca9e
Description: Tools to manage Python library's data files
Pooch manages a data registry by downloading your data files
from a server only when needed and storing them locally in a data
cache (a folder on your computer).
.
Pooch's main features:
* Pure Python and minimal dependencies.
* Download a file only if necessary (it's not in the data cache or
needs to be updated).
* Verify download integrity through SHA256 hashes (also used to check
if a file needs to be updated).
* Designed to be extended: plug in custom download (FTP, scp, etc)
and post-processing (unzip, decompress, rename) functions.
* Includes utilities to unzip/decompress the data upon download to
save loading time.
* Can handle basic HTTP authentication (for servers that require a
login) and printing download progress bars.
* Easily set up an environment variable to overwrite the data cache
location.
* Automatically download your data files so you don't have to keep
them in your GitHub repository.
* Make sure everyone running the code has the same version of the
data files (enforced through the SHA256 hashes).
Description-md5:
Homepage: https://github.com/fatiando/pooch
Section: python
Priority: optional
Filename: pool/main/p/pooch/python3-pooch_1.8.1-1_all.deb