How to Install and Uninstall libprometheus-cpp.x86_64 Package on AlmaLinux 9

Last updated: September 28,2024

1. Install "libprometheus-cpp.x86_64" package

Please follow the guidelines below to install libprometheus-cpp.x86_64 on AlmaLinux 9

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

2. Uninstall "libprometheus-cpp.x86_64" package

Please follow the step by step instructions below to uninstall libprometheus-cpp.x86_64 on AlmaLinux 9:

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

3. Information about the libprometheus-cpp.x86_64 package on AlmaLinux 9

Last metadata expiration check: 0:39:36 ago on Wed Mar 13 07:41:12 2024.
Available Packages
Name : libprometheus-cpp
Version : 1.1.0
Release : 1.el9
Architecture : x86_64
Size : 106 k
Source : libprometheus-cpp-1.1.0-1.el9.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.