How to Install and Uninstall python38-toml.noarch Package on Red Hat Enterprise Linux 8 (RHEL 8)
Last updated: November 14,2024
1. Install "python38-toml.noarch" package
Please follow the guidance below to install python38-toml.noarch on Red Hat Enterprise Linux 8 (RHEL 8)
$
sudo dnf update
Copied
$
sudo dnf install
python38-toml.noarch
Copied
2. Uninstall "python38-toml.noarch" package
Please follow the step by step instructions below to uninstall python38-toml.noarch on Red Hat Enterprise Linux 8 (RHEL 8):
$
sudo dnf remove
python38-toml.noarch
Copied
$
sudo dnf autoremove
Copied
3. Information about the python38-toml.noarch package on Red Hat Enterprise Linux 8 (RHEL 8)
Last metadata expiration check: 0:03:02 ago on Mon Feb 26 15:59:38 2024.
Available Packages
Name : python38-toml
Version : 0.10.2
Release : 2.el8
Architecture : noarch
Size : 38 k
Source : python38-toml-epel-0.10.2-2.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.
Available Packages
Name : python38-toml
Version : 0.10.2
Release : 2.el8
Architecture : noarch
Size : 38 k
Source : python38-toml-epel-0.10.2-2.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.