How to Install and Uninstall libprometheus-cpp.x86_64 Package on CentOS Stream 8

Last updated: June 30,2024

1. Install "libprometheus-cpp.x86_64" package

In this section, we are going to explain the necessary steps to install libprometheus-cpp.x86_64 on CentOS Stream 8

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

2. Uninstall "libprometheus-cpp.x86_64" package

Please follow the instructions below to uninstall libprometheus-cpp.x86_64 on CentOS Stream 8:

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

3. Information about the libprometheus-cpp.x86_64 package on CentOS Stream 8

Last metadata expiration check: 2:59:09 ago on Sun Feb 25 03:03:59 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.