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

Last updated: May 19,2024

1. Install "python-pytoml" package

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

$ sudo apt update $ sudo apt install python-pytoml

2. Uninstall "python-pytoml" package

This is a short guide on how to uninstall python-pytoml on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python-pytoml
Priority: optional
Section: universe/python
Installed-Size: 38
Maintainer: Ubuntu Developers
Original-Maintainer: Luca Bruno
Architecture: all
Source: pytoml
Version: 0.1.2-1
Depends: python:any (<< 2.8), python:any (>= 2.7.5-5~)
Filename: pool/universe/p/pytoml/python-pytoml_0.1.2-1_all.deb
Size: 6782
MD5sum: fd05dcfefdcf09be57ad97d0cbbd6b9e
SHA1: a054894c9c069ecd38faf8a9536d70b4f461fffd
SHA256: 11ed6defc0ad1e5d41b3c78301aaa72b4ef62b4d00c009eb9e9b34ab5bf1c8b3
Description-en: TOML parser and emitter for Python2
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 Python2 and runs with >= 2.7.
Description-md5: 9040e21080cefd2adfa8ab52fad3ac33
Homepage: https://github.com/avakar/pytoml
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu