How to Install and Uninstall python3-utils.noarch Package on Fedora 38

Last updated: January 10,2025

1. Install "python3-utils.noarch" package

Please follow the guidance below to install python3-utils.noarch on Fedora 38

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

2. Uninstall "python3-utils.noarch" package

Please follow the step by step instructions below to uninstall python3-utils.noarch on Fedora 38:

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

3. Information about the python3-utils.noarch package on Fedora 38

Last metadata expiration check: 2:40:26 ago on Sat Mar 16 22:59:57 2024.
Available Packages
Name : python3-utils
Version : 3.3.3
Release : 2.fc38
Architecture : noarch
Size : 62 k
Source : python-utils-3.3.3-2.fc38.src.rpm
Repository : fedora
Summary : Python Utils is a module with some convenient utilities
URL : https://github.com/WoLpH/python-utils
License : BSD
Description : Python Utils is a collection of small Python functions and classes which
: make common patterns shorter and easier. This module makes it easy to
: execute common tasks in Python scripts such as converting text to numbers
: and making sure a string is in unicode or bytes format.