How to Install and Uninstall python3-toml Package on Ubuntu 21.10 (Impish Indri)

Last updated: May 06,2024

1. Install "python3-toml" package

Please follow the guidelines below to install python3-toml on Ubuntu 21.10 (Impish Indri)

$ sudo apt update $ sudo apt install python3-toml

2. Uninstall "python3-toml" package

In this section, we are going to explain the necessary steps to uninstall python3-toml on Ubuntu 21.10 (Impish Indri):

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

3. Information about the python3-toml package on Ubuntu 21.10 (Impish Indri)

Package: python3-toml
Architecture: all
Version: 0.10.1-1
Priority: optional
Section: universe/python
Source: python-toml
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Modules Team
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 77
Depends: python3:any
Filename: pool/universe/p/python-toml/python3-toml_0.10.1-1_all.deb
Size: 15972
MD5sum: 339ae62eb901f4eae018d74e8c474049
SHA1: 6bb1b5e42f71d6fb5ab6dc30d0db0ea5205036c5
SHA256: 84b27cdeb1035d069c9e126d5fb7bc2658380b2753b5b53f9c1daf3854232132
SHA512: f1a4be0bf77543d8981d7ad23fff576f03f1fb6003b534b671b08af49a0a8fb3fa27320a3d8b3af3c233250bf6ed9b6504ff2db1fd47e5a74e9b831172132593
Homepage: https://github.com/uiri/toml
Description-en: 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: 3befbbee1867296f01116c0726470267
Task: ubuntustudio-audio