How to Install and Uninstall python3-graypy Package on Kali Linux

Last updated: May 14,2024

1. Install "python3-graypy" package

Please follow the guidance below to install python3-graypy on Kali Linux

$ sudo apt update $ sudo apt install python3-graypy

2. Uninstall "python3-graypy" package

In this section, we are going to explain the necessary steps to uninstall python3-graypy on Kali Linux:

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

3. Information about the python3-graypy package on Kali Linux

Package: python3-graypy
Source: graypy
Version: 2.1.0-1
Installed-Size: 66
Maintainer: Benjamin Drung
Architecture: all
Depends: python3:any
Suggests: python3-amqplib
Size: 15896
SHA256: 8920c2dfc2f071de2b681dfd5ed2e178670a88b2834f1ff7ef9628bca51f1f83
SHA1: aef74993917d7211108ae722b65e866f4743dfc0
MD5sum: c16193dbf43952dca16a8c4521985362
Description: 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
Section: python
Priority: optional
Filename: pool/main/g/graypy/python3-graypy_2.1.0-1_all.deb