How to Install and Uninstall python3-lazr-config.noarch Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: October 08,2024

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

Please follow the instructions below to install python3-lazr-config.noarch on Red Hat Enterprise Linux 9 (RHEL 9)

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

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

Please follow the steps below to uninstall python3-lazr-config.noarch on Red Hat Enterprise Linux 9 (RHEL 9):

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

3. Information about the python3-lazr-config.noarch package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 0:35:35 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : python3-lazr-config
Version : 3.0
Release : 2.el9
Architecture : noarch
Size : 55 k
Source : python-lazr-config-3.0-2.el9.src.rpm
Repository : epel
Summary : Create configuration schemas, and process and validate configurations.
URL : https://launchpad.net/lazr.config
License : LGPL-3.0-only
Description : The LAZR config system is typically used to manage process configuration.
: Process configuration is for saying how things change when we run systems on
: different machines, or under different circumstances.
:
: This system uses ini-like file format of section, keys, and values. The config
: file supports inheritance to minimize duplication of information across files.
: The format supports schema validation.