How to Install and Uninstall python3-prometheus-client Package on Kali Linux

Last updated: May 10,2024

1. Install "python3-prometheus-client" package

Learn how to install python3-prometheus-client on Kali Linux

$ sudo apt update $ sudo apt install python3-prometheus-client

2. Uninstall "python3-prometheus-client" package

Please follow the guidelines below to uninstall python3-prometheus-client on Kali Linux:

$ sudo apt remove python3-prometheus-client $ sudo apt autoclean && sudo apt autoremove

3. Information about the python3-prometheus-client package on Kali Linux

Package: python3-prometheus-client
Source: python-prometheus-client
Version: 0.19.0+ds1-1
Installed-Size: 181
Maintainer: Christopher Baines
Architecture: all
Depends: python3-decorator, python3:any (>= 3.8~)
Size: 34972
SHA256: da214de94e8a4d1379b48a79a562e9be379b2ad2dda8ba23d86308309e47dff0
SHA1: faba76a11691a7f7b8f3b85c27487dbcee5fed35
MD5sum: ed53f75a29fc3d7394374b02128ab114
Description: Python 3 client for the Prometheus monitoring system
This library provides an API for exporting metrics from a Python 3 application
It provides classes for the metric types, and an HTTP server to expose the
metrics to Prometheus.
.
When using Linux, the process CPU, RAM, file descriptor usage and start time
will also be exported.
.
Along with the HTTP server to expose metrics, you can also write the metrics
to a text file to be exported by the prometheus-node-exporter, or push them to
the prometheus-pushgateway.
.
This library also includes support for re-exporting Graphite metrics to
Prometheus, custom collectors to proxy metrics for other systems and a parser
for the Prometheus text format.
Description-md5:
Homepage: https://github.com/prometheus/client_python
Section: python
Priority: optional
Filename: pool/main/p/python-prometheus-client/python3-prometheus-client_0.19.0+ds1-1_all.deb