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

Last updated: May 14,2024

1. Install "python3-agate" package

This guide covers the steps necessary to install python3-agate on Kali Linux

$ sudo apt update $ sudo apt install python3-agate

2. Uninstall "python3-agate" package

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

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

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

Package: python3-agate
Source: python-agate
Version: 1.9.1-1
Installed-Size: 311
Maintainer: Debian Python Team
Architecture: all
Depends: python3-babel, python3-isodate, python3-leather (>= 0.3.2), python3-parsedatetime, python3-pytimeparse, python3-slugify, python3:any
Suggests: python-agate-doc
Size: 59264
SHA256: 0b744267215b894ec52603200d0ec44aa888d1248094e564f5e392f0df8ef7ae
SHA1: e5a4dfafcbbb7de63b837628806f3b66334257af
MD5sum: 3d630db7a5f50a80906359432044d99c
Description: data analysis library optimized for human readability
Agate is a Python data analysis library that is optimized for humans instead
of machines. It is an alternative to numpy and pandas that solves real-world
problems with readable code.
.
Why agate?
.
- A readable and user-friendly API.
- A complete set of SQL-like operations.
- Unicode support everywhere.
- Decimal precision everywhere.
- Exhaustive user documentation.
- Pluggable extensions that add SQL integration, Excel support, and more.
- Designed with iPython, Jupyter and atom/hydrogen in mind.
- Pure Python. No C dependencies to compile.
- Exhaustive test coverage.
- MIT licensed and free for all purposes.
- Zealously zen.
- Made with love.
.
This package provides the modules for Python 3.
Description-md5:
Homepage: https://agate.readthedocs.org/
Section: python
Priority: optional
Filename: pool/main/p/python-agate/python3-agate_1.9.1-1_all.deb