How To Install prometheus-jmx-exporter-openjdk11 on Fedora 36
Introduction
In this tutorial we learn how to install prometheus-jmx-exporter-openjdk11
on Fedora 36.
What is prometheus-jmx-exporter-openjdk11
OpenJDK 11 binding package for prometheus-jmx-exporter
We can use yum
or dnf
to install prometheus-jmx-exporter-openjdk11
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install prometheus-jmx-exporter-openjdk11.
Install prometheus-jmx-exporter-openjdk11 on Fedora 36 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install prometheus-jmx-exporter-openjdk11
using dnf
by running the following command:
sudo dnf -y install prometheus-jmx-exporter-openjdk11
Install prometheus-jmx-exporter-openjdk11 on Fedora 36 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install prometheus-jmx-exporter-openjdk11
using yum
by running the following command:
sudo yum -y install prometheus-jmx-exporter-openjdk11
How To Uninstall prometheus-jmx-exporter-openjdk11 on Fedora 36
To uninstall only the prometheus-jmx-exporter-openjdk11
package we can use the following command:
sudo dnf remove prometheus-jmx-exporter-openjdk11
prometheus-jmx-exporter-openjdk11 Package Contents on Fedora 36
References
Summary
In this tutorial we learn how to install prometheus-jmx-exporter-openjdk11
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).