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

Last updated: May 14,2024

1. Install "python3-graypy" package

This guide let you learn how to install python3-graypy on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python3-graypy

2. Uninstall "python3-graypy" package

This tutorial shows how to uninstall python3-graypy on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python3-graypy
Priority: optional
Section: universe/python
Installed-Size: 66
Maintainer: Ubuntu Developers
Original-Maintainer: Benjamin Drung
Architecture: all
Source: graypy
Version: 0.2.11-1build1
Depends: python3:any (>= 3.3.2-2~)
Suggests: python3-amqplib
Filename: pool/universe/g/graypy/python3-graypy_0.2.11-1build1_all.deb
Size: 10172
MD5sum: 1e7cb78837c8cb14719faec59a5528b1
SHA1: 3b114db8c1b7b85b56b4e09d5ffa9864f71e1991
SHA256: efa553c8877c8b55636d7d21c55660caaae32d54377d88c1a460904e2961f2e8
Description-en: Python logging handler that sends messages in GELF (Python 3)
This package can be used to sent messages to Graylog2 using a custom handler
for the builtin logging library in the Graylog Extended Log Format (GELF).
.
Alternately, GELFRabbitHandler can be used to send messages to RabbitMQ. Your
Graylog2 server needs to be configured to consume messages via AMQP then. This
prevents log messages from being lost due to dropped UDP packets (GELFHandler
sends messages to Graylog2 using UDP). You will need to configure RabbitMQ
with a 'gelf_log' queue and bind it to the 'logging.gelf' exchange so messages
are properly routed to a queue that can be consumed by Graylog2 (the queue and
exchange names may be customized to your liking).
.
graypy can be easily integrated into Django's logging settings.
.
This is the Python 3 version of the package.
Description-md5: 11e6bc1b1e3a53c98bf881f11a4f653f
Homepage: https://github.com/severb/graypy
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu