How to Install and Uninstall python3-distroinfo.noarch Package on Fedora 39

Last updated: September 24,2024

1. Install "python3-distroinfo.noarch" package

This is a short guide on how to install python3-distroinfo.noarch on Fedora 39

$ sudo dnf update $ sudo dnf install python3-distroinfo.noarch

2. Uninstall "python3-distroinfo.noarch" package

This guide let you learn how to uninstall python3-distroinfo.noarch on Fedora 39:

$ sudo dnf remove python3-distroinfo.noarch $ sudo dnf autoremove

3. Information about the python3-distroinfo.noarch package on Fedora 39

Last metadata expiration check: 2:25:44 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : python3-distroinfo
Version : 0.6.2
Release : 3.fc39
Architecture : noarch
Size : 51 k
Source : python-distroinfo-0.6.2-3.fc39.src.rpm
Repository : fedora
Summary : Parsing and querying distribution metadata stored in text/YAML files
URL : https://github.com/softwarefactory-project/distroinfo
License : ASL 2.0
Description : distroinfo is a python module for parsing, validating and querying
: distribution/packaging metadata stored in human readable and review-able
: text/YAML files.
:
: distroinfo is a generic (re)implementation of rdoinfo parser which proved
: well suited for the task of interfacing with distribution metadata in a human
: friendly way. If you consider code reviews human friendly, that is.