How to Install and Uninstall python3-logutils.noarch Package on CentOS 8 / RHEL 8

Last updated: October 09,2024

1. Install "python3-logutils.noarch" package

Please follow the step by step instructions below to install python3-logutils.noarch on CentOS 8 / RHEL 8

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

2. Uninstall "python3-logutils.noarch" package

In this section, we are going to explain the necessary steps to uninstall python3-logutils.noarch on CentOS 8 / RHEL 8:

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

3. Information about the python3-logutils.noarch package on CentOS 8 / RHEL 8

Last metadata expiration check: 1 day, 7:56:31 ago on Sun May 9 13:03:46 2021.
Available Packages
Name : python3-logutils
Version : 0.3.5
Release : 11.el8
Architecture : noarch
Size : 49 k
Source : python-logutils-0.3.5-11.el8.src.rpm
Repository : epel
Summary : Logging utilities
URL : https://pypi.io/project/logutils
License : BSD
Description : The logutils package provides a set of handlers for the Python standard
: library's logging package.
:
: Some of these handlers are out-of-scope for the standard library, and so
: they are packaged here. Others are updated versions which have appeared in
: recent Python releases, but are usable with older versions of Python and so
: are packaged here.