How to Install and Uninstall python3-py27hash.noarch Package on AlmaLinux 8

Last updated: May 15,2024

1. Install "python3-py27hash.noarch" package

This guide covers the steps necessary to install python3-py27hash.noarch on AlmaLinux 8

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

2. Uninstall "python3-py27hash.noarch" package

This guide let you learn how to uninstall python3-py27hash.noarch on AlmaLinux 8:

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

3. Information about the python3-py27hash.noarch package on AlmaLinux 8

Last metadata expiration check: 2:15:01 ago on Mon Sep 5 03:22:42 2022.
Available Packages
Name : python3-py27hash
Version : 1.1.0
Release : 1.el8
Architecture : noarch
Size : 22 k
Source : python-py27hash-1.1.0-1.el8.src.rpm
Repository : epel
Summary : Python 2.7 hashing and iteration in Python 3+
URL : https://github.com/neuml/py27hash
License : MIT
Description : This package helps ease the migration from Python 2 to 3 for applications that
: depend on the old hash/iteration order of sets/dicts. Even when setting
: PYTHONHASHSEED=0, the hash (and default iteration order) will still be
: different as the hashing algorithm changed in Python 3. This package allows
: Python 2.7 hashing and set/dict iteration.