How to Install and Uninstall python3-py27hash.noarch Package on Fedora 39
Last updated: January 13,2025
1. Install "python3-py27hash.noarch" package
Learn how to install python3-py27hash.noarch on Fedora 39
$
sudo dnf update
Copied
$
sudo dnf install
python3-py27hash.noarch
Copied
2. Uninstall "python3-py27hash.noarch" package
Here is a brief guide to show you how to uninstall python3-py27hash.noarch on Fedora 39:
$
sudo dnf remove
python3-py27hash.noarch
Copied
$
sudo dnf autoremove
Copied
3. Information about the python3-py27hash.noarch package on Fedora 39
Last metadata expiration check: 5:40:55 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : python3-py27hash
Version : 1.1.0
Release : 10.fc39
Architecture : noarch
Size : 29 k
Source : python-py27hash-1.1.0-10.fc39.src.rpm
Repository : fedora
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.
Available Packages
Name : python3-py27hash
Version : 1.1.0
Release : 10.fc39
Architecture : noarch
Size : 29 k
Source : python-py27hash-1.1.0-10.fc39.src.rpm
Repository : fedora
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.