How to Install and Uninstall python3-tomlkit.noarch Package on Fedora 36

Last updated: January 13,2025

1. Install "python3-tomlkit.noarch" package

This tutorial shows how to install python3-tomlkit.noarch on Fedora 36

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

2. Uninstall "python3-tomlkit.noarch" package

This guide let you learn how to uninstall python3-tomlkit.noarch on Fedora 36:

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

3. Information about the python3-tomlkit.noarch package on Fedora 36

Last metadata expiration check: 2:54:33 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : python3-tomlkit
Version : 0.7.2
Release : 2.fc36
Architecture : noarch
Size : 71 k
Source : python-tomlkit-0.7.2-2.fc36.src.rpm
Repository : fedora
Summary : Style preserving TOML library
URL : https://github.com/sdispater/tomlkit
License : MIT
Description : TOML Kit is a 1.0.0rc1-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 as been adapted, improved and fixed from
: Molten.