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

Last updated: September 20,2024

1. Install "python3-django-prometheus" package

In this section, we are going to explain the necessary steps to install python3-django-prometheus on Kali Linux

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

2. Uninstall "python3-django-prometheus" package

Here is a brief guide to show you how to uninstall python3-django-prometheus on Kali Linux:

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

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

Package: python3-django-prometheus
Source: django-prometheus
Version: 2.3.1-1
Installed-Size: 271
Maintainer: Debian Python Team
Architecture: all
Depends: python3-django, python3-prometheus-client (>= 0.7~), python3:any
Size: 168136
SHA256: ed67d0d9cd95a9fd2cfce872d29d40d0c46a20fbe15abf37b56c1a33eef39240
SHA1: 5252de7532625d6718388048e0943c7ac6d84c80
MD5sum: 40b0948c686fbebcadfb1a63e3d62d45
Description: Django middlewares to enable monitoring with Prometheus (Python 3)
The django-prometheus library provides integrations to monitor database
interaction, usage of models, and HTTP requests. Any custom metrics are also
handled directly by the Python Prometheus client library.
.
This library just facilitates gathering and exporting the data. A separate
service (or set of services) must be used to gather, store and process this
data.
.
This package contains the Python 3 library.
Description-md5:
Homepage: https://github.com/korfuri/django-prometheus
Section: python
Priority: optional
Filename: pool/main/d/django-prometheus/python3-django-prometheus_2.3.1-1_all.deb