How to Install and Uninstall python3-toml Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 06,2024

1. Install "python3-toml" package

This tutorial shows how to install python3-toml on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python3-toml

2. Uninstall "python3-toml" package

Please follow the instructions below to uninstall python3-toml on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the python3-toml package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: python3-toml
Priority: optional
Section: universe/python
Installed-Size: 39
Maintainer: Ubuntu Developers
Original-Maintainer: PKG OpenStack
Architecture: all
Source: python-toml
Version: 0.9.1-1
Depends: python3:any (>= 3.3.2-2~)
Filename: pool/universe/p/python-toml/python3-toml_0.9.1-1_all.deb
Size: 7932
MD5sum: 36ad56e892506b49888eac6c806450c2
SHA1: 11c4c70694dace55e1f5aad48df852e4c2ac8fd7
SHA256: 281b5a22a2723ab1efff5d21f6fa859029dd0b11f05c94fec54b9b4afe375543
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
Homepage: https://github.com/uiri/toml
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu