How to Install and Uninstall libprometheus-cpp.x86_64 Package on Red Hat Enterprise Linux 8 (RHEL 8)

Last updated: October 11,2024

1. Install "libprometheus-cpp.x86_64" package

Please follow the guidelines below to install libprometheus-cpp.x86_64 on Red Hat Enterprise Linux 8 (RHEL 8)

$ sudo dnf update $ sudo dnf install libprometheus-cpp.x86_64

2. Uninstall "libprometheus-cpp.x86_64" package

In this section, we are going to explain the necessary steps to uninstall libprometheus-cpp.x86_64 on Red Hat Enterprise Linux 8 (RHEL 8):

$ sudo dnf remove libprometheus-cpp.x86_64 $ sudo dnf autoremove

3. Information about the libprometheus-cpp.x86_64 package on Red Hat Enterprise Linux 8 (RHEL 8)

Last metadata expiration check: 0:41:05 ago on Mon Feb 26 15:59:38 2024.
Available Packages
Name : libprometheus-cpp
Version : 1.1.0
Release : 1.el8
Architecture : x86_64
Size : 107 k
Source : libprometheus-cpp-1.1.0-1.el8.src.rpm
Repository : epel
Summary : Prometheus Client Library for Modern C++
URL : https://github.com/jupp0r/prometheus-cpp
License : MIT AND 0BSD
Description : This library aims to enable Metrics-Driven Development for C++ services. It
: implements the Prometheus Data Model, a powerful abstraction on which to
: collect and expose metrics. We offer the possibility for metrics to be
: collected by Prometheus, but other push/pull collections can be added as
: plugins.