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

Last updated: October 06,2024

1. Install "python3-toml.noarch" package

In this section, we are going to explain the necessary steps to install python3-toml.noarch on Red Hat Enterprise Linux 9 (RHEL 9)

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

2. Uninstall "python3-toml.noarch" package

This guide covers the steps necessary to uninstall python3-toml.noarch on Red Hat Enterprise Linux 9 (RHEL 9):

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

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

Last metadata expiration check: 0:05:11 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : python3-toml
Version : 0.10.2
Release : 6.el9
Architecture : noarch
Size : 46 k
Source : python-toml-0.10.2-6.el9.src.rpm
Repository : ubi-9-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.