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

Last updated: July 03,2024

1. Install "python-structlog" package

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

$ sudo apt update $ sudo apt install python-structlog

2. Uninstall "python-structlog" package

Please follow the guidance below to uninstall python-structlog on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python-structlog
Priority: optional
Section: universe/python
Installed-Size: 112
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Modules Team
Architecture: all
Version: 15.2.0-1
Depends: python:any (<< 2.8), python:any (>= 2.7.5-5~)
Suggests: python-twisted-core
Filename: pool/universe/p/python-structlog/python-structlog_15.2.0-1_all.deb
Size: 19476
MD5sum: 485b6493acea04f3436e328bd6bbfca9
SHA1: 3f194b4407748c7ff872a95fd79b50d10db3892e
SHA256: c356aaa0463d424f5614ccf9ade17d6595e7c2a0682f7398a7bde429fb42472e
Description-en: structured logging for Python.
Structlog makes structured logging in Python easy by augmenting your existing
logger. It allows you to split your log entries up into key/value pairs and
build them incrementally without annoying boilerplate code.
.
This package installs the library for Python 2
Description-md5: a31d3c5398eef2e772941e92189e1a66
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu