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

Last updated: May 07,2024

1. Install "python3-prometheus-client" package

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

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

2. Uninstall "python3-prometheus-client" package

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

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

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

Package: python3-prometheus-client
Priority: optional
Section: universe/python
Installed-Size: 66
Maintainer: Ubuntu Developers
Original-Maintainer: Christopher Baines
Architecture: all
Source: python-prometheus-client
Version: 0.0.13-1
Depends: python3:any (>= 3.3.2-2~)
Filename: pool/universe/p/python-prometheus-client/python3-prometheus-client_0.0.13-1_all.deb
Size: 15530
MD5sum: 3cf624eb6354c325b13e651d36cd22e5
SHA1: d0d81aa897bf99a4f564272b74c19e56ee0cfbe3
SHA256: f8bcdf2beb93a9d71d6dc8f0bb74cbf23e3ec4539b40ec966a40f3e9a0968f36
Description-en: 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: 4e31c2358989e1c26d82fcaeaf24a2bd
Homepage: https://github.com/prometheus/client_python
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu