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

Last updated: May 09,2024

1. Install "python3-structlog" package

In this section, we are going to explain the necessary steps to install python3-structlog on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python3-structlog

2. Uninstall "python3-structlog" package

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

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

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

Package: python3-structlog
Priority: optional
Section: universe/python
Installed-Size: 112
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Modules Team
Architecture: all
Source: python-structlog
Version: 15.2.0-1
Depends: python3:any (>= 3.3.2-2~)
Filename: pool/universe/p/python-structlog/python3-structlog_15.2.0-1_all.deb
Size: 19552
MD5sum: 10d7199b530caf8bbba902ce30a2ec5a
SHA1: 2ae1cf4fe9f6f641be134936fd6b3e44b2f06b6a
SHA256: 5b86de7cf16ff2c114ccfe70f5b564ef5e34f3ecb3b3921664228a1cf894ee3f
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 3
Description-md5: db4cf1edb76013bf6453129bb31b32ff
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu