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

Last updated: May 19,2024

1. Install "python-toml" package

Please follow the instructions below to install python-toml on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-toml

2. Uninstall "python-toml" package

Learn how to uninstall python-toml on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python-toml
Priority: optional
Section: universe/python
Installed-Size: 39
Maintainer: Ubuntu Developers
Original-Maintainer: PKG OpenStack
Architecture: all
Version: 0.9.1-1
Depends: python:any (<< 2.8), python:any (>= 2.7.5-5~)
Filename: pool/universe/p/python-toml/python-toml_0.9.1-1_all.deb
Size: 7854
MD5sum: c4d31005ee23c2de74ff2e1d8f39819c
SHA1: 2f4815291f6fec45a8157a84a83503eebec5d469
SHA256: 0722449ef15aa4a4ce1060d65f1965d23140585de67e71a591257ab561632d07
Description-en: library for Tom's Obvious, Minimal Language - Python 2.7
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 2.7 module.
Description-md5: f870c8a7c4a1691ed099c3ffc4d098e1
Homepage: https://github.com/uiri/toml
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu