How to Install and Uninstall python3-lazr-config.noarch Package on Fedora 36

Last updated: October 05,2024

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

This guide covers the steps necessary to install python3-lazr-config.noarch on Fedora 36

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

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

In this section, we are going to explain the necessary steps to uninstall python3-lazr-config.noarch on Fedora 36:

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

3. Information about the python3-lazr-config.noarch package on Fedora 36

Last metadata expiration check: 5:15:01 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : python3-lazr-config
Version : 2.1
Release : 19.fc36
Architecture : noarch
Size : 53 k
Source : python-lazr-config-2.1-19.fc36.src.rpm
Repository : fedora
Summary : Create configuration schemas, and process and validate configurations
URL : https://launchpad.net/lazr.config
License : LGPLv3
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.