How to Install and Uninstall python3-tomlkit Package on Kali Linux

Last updated: May 19,2024

1. Install "python3-tomlkit" package

Please follow the instructions below to install python3-tomlkit on Kali Linux

$ sudo apt update $ sudo apt install python3-tomlkit

2. Uninstall "python3-tomlkit" package

Please follow the steps below to uninstall python3-tomlkit on Kali Linux:

$ sudo apt remove python3-tomlkit $ sudo apt autoclean && sudo apt autoremove

3. Information about the python3-tomlkit package on Kali Linux

Package: python3-tomlkit
Source: python-tomlkit
Version: 0.12.3-1
Installed-Size: 191
Maintainer: Debian Python Team
Architecture: all
Depends: python3:any
Size: 41484
SHA256: 4556a2f325800fc7e6488da8b75548c94adc8c4fa9956388c394a257959d8c9a
SHA1: 8ca7ec38e3f68f76e13eaa414a12f687b31744b4
MD5sum: b7d9ca9cbe1f24503fa74d0518cb022d
Description: style-preserving TOML library for Python
TOML Kit is a 1.0.0rc1-compliant TOML (Tom's Obvious, Minimal Language)
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.
Description-md5:
Homepage: https://github.com/sdispater/tomlkit
Section: python
Priority: optional
Filename: pool/main/p/python-tomlkit/python3-tomlkit_0.12.3-1_all.deb