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

Last updated: May 06,2024

1. Install "python39-toml.noarch" package

In this section, we are going to explain the necessary steps to install python39-toml.noarch on Rocky Linux 8

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

2. Uninstall "python39-toml.noarch" package

This tutorial shows how to uninstall python39-toml.noarch on Rocky Linux 8:

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

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

Last metadata expiration check: 2:11:06 ago on Mon Sep 12 10:27:18 2022.
Available Packages
Name : python39-toml
Version : 0.10.1
Release : 5.module+el8.4.0+574+843c4898
Architecture : noarch
Size : 42 k
Source : python-toml-0.10.1-5.module+el8.4.0+574+843c4898.src.rpm
Repository : appstream
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.