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

Last updated: May 18,2024

1. Install "python3-raccoon" package

This is a short guide on how to install python3-raccoon on Kali Linux

$ sudo apt update $ sudo apt install python3-raccoon

2. Uninstall "python3-raccoon" package

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

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

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

Package: python3-raccoon
Source: python-raccoon
Version: 3.0.0-2
Installed-Size: 116
Maintainer: Sebastien Delafond
Architecture: all
Depends: python3-tabulate, python3:any, python3-pkg-resources
Size: 18304
SHA256: 10831b229020b0d9bfc62efca0e5fc31d5d680de8e90da015cb837e3c52572a1
SHA1: f68bc299cb4d68081eae16e2af8ebf4324c6c423
MD5sum: fc90c8b50e2f5d7884a8002f6e7dae5f
Description: Python DataFrame with fast insert and appends (Python 3)
Lightweight DataFrame and Series implementation inspired by the
phenomenal Pandas package for the one use case where Pandas is known
to be sub-optimal: DataFrames that grow in size by rows frequently in
the code. Additionally Raccoon DataFrames can be parametrized to be
sorted so that additions to the DataFrame keep the index in sorted
order to speed inserts and retrievals.
Description-md5:
Homepage: https://github.com/rsheftel/raccoon
Section: python
Priority: optional
Filename: pool/main/p/python-raccoon/python3-raccoon_3.0.0-2_all.deb