How to Install and Uninstall python3-toml.noarch Package on AlmaLinux 8
Last updated: November 02,2024
1. Install "python3-toml.noarch" package
This is a short guide on how to install python3-toml.noarch on AlmaLinux 8
$
sudo dnf update
Copied
$
sudo dnf install
python3-toml.noarch
Copied
2. Uninstall "python3-toml.noarch" package
This guide let you learn how to uninstall python3-toml.noarch on AlmaLinux 8:
$
sudo dnf remove
python3-toml.noarch
Copied
$
sudo dnf autoremove
Copied
3. Information about the python3-toml.noarch package on AlmaLinux 8
Last metadata expiration check: 0:35:54 ago on Mon Sep 5 03:22:42 2022.
Available Packages
Name : python3-toml
Version : 0.10.0
Release : 3.el8
Architecture : noarch
Size : 37 k
Source : python-toml-0.10.0-3.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.
Available Packages
Name : python3-toml
Version : 0.10.0
Release : 3.el8
Architecture : noarch
Size : 37 k
Source : python-toml-0.10.0-3.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.