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

Last updated: May 20,2024

1. Install "python3-intake" package

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

$ sudo apt update $ sudo apt install python3-intake

2. Uninstall "python3-intake" package

Please follow the guidance below to uninstall python3-intake on Kali Linux:

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

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

Package: python3-intake
Source: intake
Version: 0.6.6-3
Installed-Size: 883
Maintainer: Debian Med Packaging Team
Architecture: amd64
Depends: python3-appdirs, python3-dask, python3-entrypoints, python3-fsspec, python3-jinja2, python3-msgpack, python3-yaml, python3:any, python3-numpy, python3-requests, python3-packaging
Size: 193644
SHA256: 6be0cfebbc6f98b8354c568fc227a2afd14cdffdf5d31ad996dd055c8dc6d073
SHA1: 7cdd2479e417952a805117b9d6b8fa6777324c91
MD5sum: da21a580dc6cfa16ed924de596d43595
Description: lightweight package for finding and investigating data
Intake is a lightweight set of tools for loading and sharing data in
data science projects. Intake helps you:
.
1. Load data from a variety of formats into containers you already know,
like Pandas dataframes, Python lists, NumPy arrays and more.
2. Convert boilerplate data loading code into reusable intake plugins.
3. Describe data sets in catalog files for easy reuse and sharing
between projects and with others.
4. Share catalog information (and data sets) over the network with the
Intake server.
Description-md5:
Homepage: https://github.com/intake/intake
Section: python
Priority: optional
Filename: pool/main/i/intake/python3-intake_0.6.6-3_amd64.deb