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

Last updated: November 27,2024

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

Here is a brief guide to show you how to install python3-lazr-delegates.noarch on Fedora 38

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

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

Here is a brief guide to show you how to uninstall python3-lazr-delegates.noarch on Fedora 38:

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

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

Last metadata expiration check: 2:20:01 ago on Sat Mar 16 22:59:57 2024.
Available Packages
Name : python3-lazr-delegates
Version : 2.0.3
Release : 22.fc38
Architecture : noarch
Size : 43 k
Source : python-lazr-delegates-2.0.3-22.fc38.src.rpm
Repository : fedora
Summary : Easily write objects that delegate behavior
URL : https://launchpad.net/lazr.delegates
License : LGPLv3
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.