wordfence / wordfence-cli

Wordfence malware and vulnerability scanner command line utility.
https://www.wordfence.com/products/wordfence-cli/
GNU General Public License v3.0
100 stars 20 forks source link

Missing RPM from the crb repo #252

Closed thecommish3 closed 3 months ago

thecommish3 commented 3 months ago

I'm looking to install the Wordfence CLI on AlmaLinux 9 - the instructions indicate that it should be available to install from the crb repo. I have that repo installed and enabled, but dnf cannot find any packages titled wordfence*.

Is the package still available on the crb repo?

Tom

akenion commented 3 months ago

Wordfence CLI hasn't ever been available through the crb repo, but the RPM package we provide is dependent on packages provided through the crb repo. You'll need to manually download the RPM package from the releases page on GitHub and install it that way.

You can download the RPM package for v4.0.1 here: https://github.com/wordfence/wordfence-cli/releases/download/v4.0.1/wordfence-el9.rpm

The full RPM installation instructions are available here: https://github.com/wordfence/wordfence-cli/blob/main/docs/Installation.md#install-the-rpm-package

thecommish3 commented 3 months ago

Thank you - I got it. Re-reading those instructions through that lens, it now makes much more sense.