How to Install and Uninstall python3-toml.noarch Package on CentOS 8 / RHEL 8

Last updated: May 06,2024

1. Install "python3-toml.noarch" package

Please follow the guidelines below to install python3-toml.noarch on CentOS 8 / RHEL 8

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

2. Uninstall "python3-toml.noarch" package

In this section, we are going to explain the necessary steps to uninstall python3-toml.noarch on CentOS 8 / RHEL 8:

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

3. Information about the python3-toml.noarch package on CentOS 8 / RHEL 8

Last metadata expiration check: 1 day, 8:08:03 ago on Sun May 9 13:03:46 2021.
Available Packages
Name : python3-toml
Version : 0.10.0
Release : 3.el8
Architecture : noarch
Size : 37 k
Source : python-toml-0.10.0-3.el8.src.rpm
Repository : epel
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.