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

Last updated: September 20,2024

1. Install "python3-oslo-log.noarch" package

This tutorial shows how to install python3-oslo-log.noarch on Oracle Linux 9

$ sudo dnf update $ sudo dnf install python3-oslo-log.noarch

2. Uninstall "python3-oslo-log.noarch" package

In this section, we are going to explain the necessary steps to uninstall python3-oslo-log.noarch on Oracle Linux 9:

$ sudo dnf remove python3-oslo-log.noarch $ sudo dnf autoremove

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

Last metadata expiration check: 0:28:33 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : python3-oslo-log
Version : 5.0.0
Release : 5.el9
Architecture : noarch
Size : 63 k
Source : python-oslo-log-5.0.0-5.el9.src.rpm
Repository : epel
Summary : OpenStack Oslo Log library
URL : http://launchpad.net/oslo
License : ASL 2.0
Description :
: OpenStack logging configuration library provides standardized configuration
: for all openstack projects. It also provides custom formatters, handlers and
: support for context specific logging (like resource id’s etc).