sudo yum install wgetwget https://bintray.com/ookla/rhel/rpm -O bintray-ookla-rhel.reposudo mv bintray-ookla-rhel.repo /etc/yum.repos.d/# Other non-official binaries will conflict with Speedtest CLI# Example how to remove using yum# rpm -qa | grep speedtest | xargs -I {} sudo yum -y remove {}sudo yum install speedtest
