Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update install.md - official fedora and epel rpm package #151

Merged
merged 1 commit into from
Nov 11, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 14 additions & 8 deletions install.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@
- [**Container Image**](#container-image)
- [**Installing Packaged Versions**](#installing-packaged-versions)
- [**Centos Stream**](#centos-stream)
- [**Enterprise Linux (EPEL)**](#enterprise-linux-epel)
- [**Fedora**](#fedora)
- [**RHEL**](#rhel)


## Building From Source

Expand Down Expand Up @@ -58,17 +59,22 @@ prometheus-podman-exporter is using go v1.17 or above.

### Centos Stream

RPM package is available through [COPR repo](https://copr.fedorainfracloud.org/coprs/navidys/prometheus-podman-exporter/).
Enable [EPEL repository](https://docs.fedoraproject.org/en-US/epel/) and then run:

### Enterprise Linux (EPEL)

RPM package is available through [COPR repo](https://copr.fedorainfracloud.org/coprs/navidys/prometheus-podman-exporter/).
```
$ sudo dnf install prometheus-podman-exporter
```

### Fedora

RPM package is available through [COPR repo](https://copr.fedorainfracloud.org/coprs/navidys/prometheus-podman-exporter/).

```
$ sudo dnf copr enable navidys/prometheus-podman-exporter
$ sudo dnf install prometheus-podman-exporter
```

### RHEL

Enable [EPEL repository](https://docs.fedoraproject.org/en-US/epel/) and then run:

```
$ sudo dnf install prometheus-podman-exporter
```
Loading