How to Install and Uninstall python3-lazr-delegates.noarch Package on CentOS Stream 9

Last updated: May 20,2024

1. Install "python3-lazr-delegates.noarch" package

This is a short guide on how to install python3-lazr-delegates.noarch on CentOS Stream 9

$ sudo dnf update $ sudo dnf install python3-lazr-delegates.noarch

2. Uninstall "python3-lazr-delegates.noarch" package

In this section, we are going to explain the necessary steps to uninstall python3-lazr-delegates.noarch on CentOS Stream 9:

$ sudo dnf remove python3-lazr-delegates.noarch $ sudo dnf autoremove

3. Information about the python3-lazr-delegates.noarch package on CentOS Stream 9

Last metadata expiration check: 2:29:18 ago on Sat Mar 16 16:03:45 2024.
Available Packages
Name : python3-lazr-delegates
Version : 2.1.0
Release : 1.el9
Architecture : noarch
Size : 27 k
Source : python-lazr-delegates-2.1.0-1.el9.src.rpm
Repository : epel
Summary : Easily write objects that delegate behavior
URL : https://launchpad.net/lazr.delegates
License : LGPL-3.0-only
Description : The lazr.delegates package makes it easy to write objects that delegate behavior
: to another object. The new object adds some property or behavior on to the other
: object, while still providing the underlying interface, and delegating
: behavior.