How to Install and Uninstall python3-dirhash.noarch Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: October 05,2024

1. Install "python3-dirhash.noarch" package

This guide let you learn how to install python3-dirhash.noarch on Red Hat Enterprise Linux 9 (RHEL 9)

$ sudo dnf update $ sudo dnf install python3-dirhash.noarch

2. Uninstall "python3-dirhash.noarch" package

This tutorial shows how to uninstall python3-dirhash.noarch on Red Hat Enterprise Linux 9 (RHEL 9):

$ sudo dnf remove python3-dirhash.noarch $ sudo dnf autoremove

3. Information about the python3-dirhash.noarch package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 2:15:12 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : python3-dirhash
Version : 0.2.1
Release : 1.el9
Architecture : noarch
Size : 27 k
Source : python-dirhash-0.2.1-1.el9.src.rpm
Repository : epel
Summary : Python module and CLI for hashing of file system directories
URL : https://github.com/andhus/dirhash-python
License : MIT
Description : 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.