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

Last updated: September 21,2024

1. Install "python-graypy" package

Learn how to install python-graypy on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-graypy

2. Uninstall "python-graypy" package

This guide let you learn how to uninstall python-graypy on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python-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
Provides: python2.7-graypy
Depends: python:any (<< 2.8), python:any (>= 2.7.5-5~)
Suggests: python-amqplib
Filename: pool/universe/g/graypy/python-graypy_0.2.11-1build1_all.deb
Size: 10106
MD5sum: 1ef042bf657bacf0b964362c9f641e50
SHA1: aa89427b8165c0d5e39b51ee8d97405055a7f106
SHA256: b634d0dab4adc410856ad1195d6bf640134c264084f662a731964c95dcac1a65
Description-en: Python logging handler that sends messages in GELF (Python 2)
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 2 version of the package.
Description-md5: 6f4884f2d965a06b3c5ec7c8fcb15e3d
Homepage: https://github.com/severb/graypy
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu