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

Last updated: October 07,2024

1. Install "python3-tomlkit.noarch" package

Learn how to install python3-tomlkit.noarch on AlmaLinux 9

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

2. Uninstall "python3-tomlkit.noarch" package

Please follow the instructions below to uninstall python3-tomlkit.noarch on AlmaLinux 9:

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

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

Last metadata expiration check: 1:30:15 ago on Wed Mar 13 07:41:12 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.