No package iperf3 available CentOS

centos7iperfyum

I'm trying to install iperf3 on a server to run some tests…
Unfortunately I cannot. What do I need to do? Enable a repo or download a rpm file with wget?

[root@localhost hodor]# yum install iperf3
Loaded plugins: fastestmirror, langpacks
Loading mirror speeds from cached hostfile
 * base: ftp.otenet.gr
 * extras: ftp.otenet.gr
 * updates: ftp.otenet.gr
No package iperf3 available.
Error: Nothing to do

Best Answer

It's in EPEL, so you have to to enable that repo first;

 yum install epel-release