How to Install and Uninstall python-toml.src Package on Oracle Linux 9

Last updated: October 06,2024

1. Install "python-toml.src" package

Please follow the steps below to install python-toml.src on Oracle Linux 9

$ sudo dnf update $ sudo dnf install python-toml.src

2. Uninstall "python-toml.src" package

This tutorial shows how to uninstall python-toml.src on Oracle Linux 9:

$ sudo dnf remove python-toml.src $ sudo dnf autoremove

3. Information about the python-toml.src package on Oracle Linux 9

Last metadata expiration check: 0:58:08 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : python-toml
Version : 0.10.2
Release : 6.0.1.el9
Architecture : src
Size : 32 k
Source : None
Repository : ol9_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.