How to Install and Uninstall python3-dirhash.noarch Package on Oracle Linux 9

Last updated: September 24,2024

1. Install "python3-dirhash.noarch" package

In this section, we are going to explain the necessary steps to install python3-dirhash.noarch on Oracle Linux 9

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

2. Uninstall "python3-dirhash.noarch" package

This guide let you learn how to uninstall python3-dirhash.noarch on Oracle Linux 9:

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

3. Information about the python3-dirhash.noarch package on Oracle Linux 9

Last metadata expiration check: 0:03:39 ago on Thu Feb 15 07:50:05 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.