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

Last updated: May 08,2024

1. Install "python3-dirhash" package

This guide let you learn how to install python3-dirhash on Kali Linux

$ sudo apt update $ sudo apt install python3-dirhash

2. Uninstall "python3-dirhash" package

This is a short guide on how to uninstall python3-dirhash on Kali Linux:

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

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

Package: python3-dirhash
Source: python-dirhash
Version: 0.2.1-3
Installed-Size: 64
Maintainer: Debian Python Team
Architecture: all
Depends: python3-scantree, python3:any, python3-pkg-resources
Size: 14828
SHA256: 5e3d0b6e9f14cda675cebec12170ee43aabe37ebf414f50872bf95eeecfa53ef
SHA1: 5de5462f8320eee19e7e6b65fa0042d66ba1474b
MD5sum: ee5f3846ff177ba17aeecced8ddc52dd
Description: Python module and CLI for hashing of file system directories
A lightweight Python module and CLI for computing the hash of any directory
based on its files' structure and content.
.
* Supports all hashing algorithms of Python's built-in hashlib module.
* Glob/wildcard (".gitignore style") path matching for expressive filtering
of files to include/exclude.
* Multiprocessing for up to 6x speed-up
.
The hash is computed according to the Dirhash Standard, which is designed to
allow for consistent and collision resistant generation/verification of
directory hashes across implementations.
.
This package installs the library for Python 3, and the cli tool.
Description-md5:
Homepage: https://github.com/andhus/dirhash-python
Section: python
Priority: optional
Filename: pool/main/p/python-dirhash/python3-dirhash_0.2.1-3_all.deb