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

Last updated: May 06,2024

1. Install "python3-toml" package

This is a short guide on how to install python3-toml on Kali Linux

$ sudo apt update $ sudo apt install python3-toml

2. Uninstall "python3-toml" package

Please follow the step by step instructions below to uninstall python3-toml on Kali Linux:

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

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

Package: python3-toml
Source: python-toml
Version: 0.10.2-1
Installed-Size: 79
Maintainer: Debian Python Team
Architecture: all
Depends: python3:any
Size: 16184
SHA256: 3deba47cc19ba2e81d909c025598b6721fd72f054b2237619b6192c25c75e8bb
SHA1: 46f0d969e4dd8ea32385a50f5f415dfab2866dd5
MD5sum: a9cd9243325ff33beb20f804fd0fae24
Description: library for Tom's Obvious, Minimal Language - Python 3.x
This package provides a Python module which parses and emits TOML. TOML aims
to be a minimal configuration file format that's easy to read due to obvious
semantics. TOML is designed to map unambiguously to a hash table. TOML should
be easy to parse into data structures in a wide variety of languages.
.
This package contains the Python 3.x module.
Description-md5:
Homepage: https://github.com/uiri/toml
Tag: implemented-in::python
Section: python
Priority: optional
Filename: pool/main/p/python-toml/python3-toml_0.10.2-1_all.deb