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

Last updated: October 06,2024

1. Install "libprometheus-cpp.x86_64" package

Here is a brief guide to show you how to install libprometheus-cpp.x86_64 on Oracle Linux 9

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

2. Uninstall "libprometheus-cpp.x86_64" package

Please follow the steps below to uninstall libprometheus-cpp.x86_64 on Oracle Linux 9:

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

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

Last metadata expiration check: 2:31:34 ago on Thu Feb 15 07:50:05 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.