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

Last updated: October 14,2024

1. Install "python3-tomlkit.noarch" package

Learn how to install python3-tomlkit.noarch on Rocky 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 Rocky Linux 9:

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

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

Last metadata expiration check: 2:28:18 ago on Fri Feb 16 06:49:52 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.