How to Install and Uninstall python38-toml.noarch Package on AlmaLinux 8

Last updated: May 22,2024

1. Install "python38-toml.noarch" package

In this section, we are going to explain the necessary steps to install python38-toml.noarch on AlmaLinux 8

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

2. Uninstall "python38-toml.noarch" package

This guide let you learn how to uninstall python38-toml.noarch on AlmaLinux 8:

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

3. Information about the python38-toml.noarch package on AlmaLinux 8

Last metadata expiration check: 2:11:20 ago on Mon Sep 5 03:22:42 2022.
Available Packages
Name : python38-toml
Version : 0.10.2
Release : 2.el8
Architecture : noarch
Size : 38 k
Source : python38-toml-epel-0.10.2-2.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.