Can';t在Centos 7.1上安装fail2ban

Can';t在Centos 7.1上安装fail2ban,centos,fail2ban,Centos,Fail2ban,我正在尝试在centos 7.1服务器上安装fail2ban 我做到了: yum install epel-release yum install fail2ban 但我收到一些错误消息: yum install epel-release Package epel-release-7-5.noarch already installed and latest version Nothing to do ----- [root@elliot ~]# yum install fail2ban

我正在尝试在centos 7.1服务器上安装fail2ban

我做到了:

yum install epel-release
yum install fail2ban
但我收到一些错误消息:

yum install epel-release
Package epel-release-7-5.noarch already installed and latest version
Nothing to do

-----

[root@elliot ~]# yum install fail2ban
Loaded plugins: fastestmirror, langpacks
Loading mirror speeds from cached hostfile
 * atomic: mirror1.34sp.com
 * base: centos.mirror.transip.nl
 * epel: ftp.nluug.nl
 * extras: centos.mirror.transip.nl
 * updates: centos.mirror.transip.nl
Resolving Dependencies
--> Running transaction check
---> Package fail2ban.noarch 0:0.9.2-1.el6 will be installed
--> Processing Dependency: python(abi) = 2.6 for package: fail2ban-0.9.2-1.el6.noarch
--> Processing Dependency: python-inotify for package: fail2ban-0.9.2-1.el6.noarch
--> Processing Dependency: gamin-python for package: fail2ban-0.9.2-1.el6.noarch
--> Running transaction check
---> Package fail2ban.noarch 0:0.9.2-1.el6 will be installed
--> Processing Dependency: python(abi) = 2.6 for package: fail2ban-0.9.2-1.el6.noarch
---> Package gamin-python.x86_64 0:0.1.10-16.el7 will be installed
--> Processing Dependency: gamin = 0.1.10-16.el7 for package: gamin-python-0.1.10-16.el7.x86_64
--> Processing Dependency: libgamin-1.so.0()(64bit) for package: gamin-python-0.1.10-16.el7.x86_64
---> Package python-inotify.noarch 0:0.9.4-4.el7 will be installed
--> Running transaction check
---> Package fail2ban.noarch 0:0.9.2-1.el6 will be installed
--> Processing Dependency: python(abi) = 2.6 for package: fail2ban-0.9.2-1.el6.noarch
---> Package gamin.x86_64 0:0.1.10-16.el7 will be installed
--> Finished Dependency Resolution
Error: Package: fail2ban-0.9.2-1.el6.noarch (epel)
           Requires: python(abi) = 2.6
           Installed: python-2.7.5-18.el7_1.1.x86_64 (@updates)
               python(abi) = 2.7
               python(abi) = 2.7
           Available: python-2.7.5-16.el7.x86_64 (base)
               python(abi) = 2.7
               python(abi) = 2.7
 You could try using --skip-broken to work around the problem
 You could try running: rpm -Va --nofiles --nodigest
[root@elliot ~]# 
有人能帮我解决这个问题吗? 我还尝试将其安装到新服务器上,在该服务器上没有问题

我也可以给你一笔费用,如果有人能帮我解决这个问题

多谢各位

如果你想,你可以登录我的电脑

再次感谢

您的系统很混乱(特别是存储库)。您似乎同时启用了CentOS 6和CentOS 7存储库(可能还安装了这两个存储库的软件包)

具体而言,您似乎正在尝试从EPEL 6存储库安装fail2ban

仔细检查您配置的存储库,然后尝试
yum clean all&&yum makecache&&yum install fail2ban
强制yum清理并重新创建其元数据缓存。

正在运行:

yum clean all
然后

在Centos 7.2上为我表演了这个把戏

yum install fail2ban