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

Last updated: May 16,2024

1. Install "python3-pytoml" package

This tutorial shows how to install python3-pytoml on Kali Linux

$ sudo apt update $ sudo apt install python3-pytoml

2. Uninstall "python3-pytoml" package

Learn how to uninstall python3-pytoml on Kali Linux:

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

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

Package: python3-pytoml
Source: pytoml
Version: 0.1.21-2
Installed-Size: 41
Maintainer: Luca Bruno
Architecture: all
Depends: python3:any
Size: 8664
SHA256: 09a867e44e3830f5f3e07e7bfd046712561802dfad816cd80f4ae6f6f48b8e31
SHA1: 93a71cadd62bb4c9a4ea21675de4d70b52dd7d92
MD5sum: b6aa7c3be3c41ed9f8843d2618b58101
Description: TOML parser and emitter for Python3
This project aims at being a specs-conforming and strict parser and writer
for TOML files. The library currently supports version 0.4.0 of the specs.
.
TOML aims to be a minimal configuration file format that is easy to read
due to obvious semantics. It is designed to map unambiguously to a hash
table and it is easy to parse into data structures in a wide variety of
languages.
.
This package contains the module for Python3 and runs with >= 3.4.
Description-md5: 3902b1c50f524aa974c67ca795a1232f
Homepage: https://github.com/avakar/pytoml
Section: python
Priority: optional
Filename: pool/main/p/pytoml/python3-pytoml_0.1.21-2_all.deb