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

Last updated: September 20,2024

1. Install "python3-datacache" package

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

$ sudo apt update $ sudo apt install python3-datacache

2. Uninstall "python3-datacache" package

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

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

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

Package: python3-datacache
Source: python-datacache
Version: 1.2.1-2
Installed-Size: 63
Maintainer: Debian Med Packaging Team
Architecture: all
Depends: python3-appdirs (>= 1.4.0), python3-pandas, python3-requests, python3-typechecks, python3:any
Size: 12668
SHA256: 92075b7d4a8146fd4c6544183ca11fc23294e1077da53109be09e052d5022d9a
SHA1: 5892b461e2007d9e627b1f3d93a8294d79e57e7b
MD5sum: 4e417b1222e834e2bbdab5001230cf9b
Description: helpers for transparently downloading datasets
External data is often distributed as "flat files", i.e.
dumps into a mostly human-readable format that one could
open as a spreadsheet and equally easy parse and index or
reimport into a local database. When the text file changes,
the database needs to be updated, too. If access to the database
is first required, the text file needs to be downloaded first
and the database created. Remote updates also require local updates.
.
This package provides a set of helper functions to address the
handling of remote files and the curation of local databases
derived from them.
Description-md5:
Homepage: https://github.com/openvax/datacache
Section: science
Priority: optional
Filename: pool/main/p/python-datacache/python3-datacache_1.2.1-2_all.deb