How to Install and Uninstall python38-toml.noarch Package on Rocky Linux 8

Last updated: September 19,2024

1. Install "python38-toml.noarch" package

Please follow the guidance below to install python38-toml.noarch on Rocky Linux 8

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

2. Uninstall "python38-toml.noarch" package

Please follow the instructions below to uninstall python38-toml.noarch on Rocky Linux 8:

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

3. Information about the python38-toml.noarch package on Rocky Linux 8

Last metadata expiration check: 1:27:12 ago on Mon Sep 12 10:27:18 2022.
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.