How to Install and Uninstall python39-toml.noarch Package on Red Hat Enterprise Linux 8 (RHEL 8)

Last updated: October 06,2024

1. Install "python39-toml.noarch" package

This guide let you learn how to install python39-toml.noarch on Red Hat Enterprise Linux 8 (RHEL 8)

$ sudo dnf update $ sudo dnf install python39-toml.noarch

2. Uninstall "python39-toml.noarch" package

Here is a brief guide to show you how to uninstall python39-toml.noarch on Red Hat Enterprise Linux 8 (RHEL 8):

$ sudo dnf remove python39-toml.noarch $ sudo dnf autoremove

3. Information about the python39-toml.noarch package on Red Hat Enterprise Linux 8 (RHEL 8)

Last metadata expiration check: 1:36:45 ago on Mon Feb 26 15:59:38 2024.
Available Packages
Name : python39-toml
Version : 0.10.1
Release : 5.module+el8.9.0+19644+d68f775d
Architecture : noarch
Size : 43 k
Source : python-toml-0.10.1-5.module+el8.9.0+19644+d68f775d.src.rpm
Repository : ubi-8-appstream-rpms
Summary : Python Library for Tom's Obvious, Minimal Language
URL : https://pypi.python.org/pypi/toml
License : MIT
Description : TOML aims to be a minimal configuration file format that's easy to read due to
: obvious semantics. TOML is designed to map unambiguously to a hash table. TOML
: should be easy to parse into data structures in a wide variety of languages.
: This package loads toml file into python dictionary and dump dictionary into
: toml file.