How to Install and Uninstall python3-toml.noarch Package on Fedora 38

Last updated: November 27,2024

1. Install "python3-toml.noarch" package

This is a short guide on how to install python3-toml.noarch on Fedora 38

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

2. Uninstall "python3-toml.noarch" package

Please follow the guidance below to uninstall python3-toml.noarch on Fedora 38:

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

3. Information about the python3-toml.noarch package on Fedora 38

Last metadata expiration check: 5:42:17 ago on Sat Mar 16 16:59:57 2024.
Available Packages
Name : python3-toml
Version : 0.10.2
Release : 11.fc38
Architecture : noarch
Size : 56 k
Source : python-toml-0.10.2-11.fc38.src.rpm
Repository : fedora
Summary : A deprecated 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.
: This package is deprecated, use tomllib from the Python standard library
: or tomli/tomli-w.