How to Install and Uninstall python3-dirhash.noarch Package on Fedora 39

Last updated: January 12,2025

1. Install "python3-dirhash.noarch" package

This tutorial shows how to install python3-dirhash.noarch on Fedora 39

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

2. Uninstall "python3-dirhash.noarch" package

This is a short guide on how to uninstall python3-dirhash.noarch on Fedora 39:

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

3. Information about the python3-dirhash.noarch package on Fedora 39

Last metadata expiration check: 2:55:28 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : python3-dirhash
Version : 0.2.1
Release : 1.fc39
Architecture : noarch
Size : 30 k
Source : python-dirhash-0.2.1-1.fc39.src.rpm
Repository : updates
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.