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

Last updated: June 29,2024

1. Install "python-toml.src" package

Please follow the guidance below to install python-toml.src on Oracle Linux 8

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

2. Uninstall "python-toml.src" package

Here is a brief guide to show you how to uninstall python-toml.src on Oracle Linux 8:

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

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

Last metadata expiration check: 1:29:39 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : python-toml
Version : 0.10.1
Release : 5.module+el8.4.0+20109+b7b1db01
Architecture : src
Size : 33 k
Source : None
Repository : ol8_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.