How to Install and Uninstall python3-toml.noarch Package on Oracle Linux 9
Last updated: November 25,2024
1. Install "python3-toml.noarch" package
Please follow the instructions below to install python3-toml.noarch on Oracle Linux 9
$
sudo dnf update
Copied
$
sudo dnf install
python3-toml.noarch
Copied
2. Uninstall "python3-toml.noarch" package
Please follow the guidance below to uninstall python3-toml.noarch on Oracle Linux 9:
$
sudo dnf remove
python3-toml.noarch
Copied
$
sudo dnf autoremove
Copied
3. Information about the python3-toml.noarch package on Oracle Linux 9
Last metadata expiration check: 2:51:09 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : python3-toml
Version : 0.10.2
Release : 6.0.1.el9
Architecture : noarch
Size : 61 k
Source : python-toml-0.10.2-6.0.1.el9.src.rpm
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.
Available Packages
Name : python3-toml
Version : 0.10.2
Release : 6.0.1.el9
Architecture : noarch
Size : 61 k
Source : python-toml-0.10.2-6.0.1.el9.src.rpm
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.