cannot install fail2ban

uvhost

Verified User
Joined
Mar 26, 2006
Messages
58
Location
UK
hi,
can anyone help me install fail2ban?

I cannot install it somehow

Code:
[root@base ~]# sudo yum install epel-release
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
 * base: ftpmirror.your.org
 * extras: ftpmirror.your.org
 * remi-safe: mirror.team-cymru.com
 * updates: ftpmirror.your.org
Package epel-release-7-11.noarch already installed and latest version
Nothing to do
[root@base ~]# sudo yum install fail2ban
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
 * base: ftpmirror.your.org
 * extras: ftpmirror.your.org
 * remi-safe: mirror.team-cymru.com
 * updates: ftpmirror.your.org
No package fail2ban available.
 
Seek an ye shall find...

 
try running
Code:
yum clean all
yum update -y
might help
 
You also dont have epel fully on looks like? I dont see epel in yours.

Loading mirror speeds from cached hostfile
epel/x86_64/metalink | 27 kB 00:00:00
* base: mirror.imt-systems.com
* epel: www.nic.funet.fi
* extras: mirror.imt-systems.com
* updates: mirror1.hs-esslingen.de
base | 3.6 kB 00:00:00
epel | 5.4 kB 00:00:00
extras

 
Back
Top