Skip to content

Commit

Permalink
Merge pull request #24 from robert-scheck/rpm
Browse files Browse the repository at this point in the history
Recommend RPM package for CentOS/RHEL/Rocky and Fedora
  • Loading branch information
job authored Sep 21, 2023
2 parents cc54dff + 8328a8c commit 3ef93ac
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,21 +39,22 @@ The following command line options are available:
Installation
------------

OpenBSD 6.3:
OpenBSD:

`$ doas pkg_add aggregate6`

Other platforms:
CentOS/RHEL/Rocky:

`$ pip3 install aggregate6`
`$ yum install epel-release`
`$ yum install aggregate6`

On EL8 systems you must first install some prerequisites:
Fedora:

`$ dnf install gcc install python3-devel platform-python-devel`
`$ dnf install aggregate6`

On EL7 systems you must first install some prerequisites:
Other platforms:

`$ yum install gcc python3 python3-devel`
`$ pip3 install aggregate6`

CLI Usage
---------
Expand Down

0 comments on commit 3ef93ac

Please sign in to comment.