How to Install and Uninstall python3-tomlkit.noarch Package on Oracle Linux 9

Last updated: September 16,2024

1. Install "python3-tomlkit.noarch" package

Please follow the step by step instructions below to install python3-tomlkit.noarch on Oracle Linux 9

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

2. Uninstall "python3-tomlkit.noarch" package

This guide covers the steps necessary to uninstall python3-tomlkit.noarch on Oracle Linux 9:

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

3. Information about the python3-tomlkit.noarch package on Oracle Linux 9

Last metadata expiration check: 0:19:50 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : python3-tomlkit
Version : 0.11.4
Release : 2.el9
Architecture : noarch
Size : 80 k
Source : python-tomlkit-0.11.4-2.el9.src.rpm
Repository : epel
Summary : Style preserving TOML library
URL : https://github.com/sdispater/tomlkit
License : MIT
Description : TOML Kit is a 1.0.0-compliant TOML library.
:
: It includes a parser that preserves all comments, indentations, whitespace and
: internal element ordering, and makes them accessible and editable via an
: intuitive API.
:
: You can also create new TOML documents from scratch using the provided helpers.
:
: Part of the implementation has been adapted, improved and fixed from Molten.