Skip to content

Instantly share code, notes, and snippets.

@whatafunc
Last active September 20, 2023 13:48
Show Gist options
  • Save whatafunc/78c37d042af273f339e2618d817eb6d0 to your computer and use it in GitHub Desktop.
Save whatafunc/78c37d042af273f339e2618d817eb6d0 to your computer and use it in GitHub Desktop.
Speedtest® CLI install for MAC OSX
Speedtest® CLI for MAC OSX:
brew tap teamookla/speedtest
brew update
# Example how to remove conflicting or old versions using brew
# brew uninstall speedtest --force
# brew uninstall speedtest-cli --force
brew install speedtest --force
Speedtest® CLI for CentOS
# If migrating from prior bintray install instructions please first...
# sudo rm /etc/yum.repos.d/bintray-ookla-rhel.repo
# sudo yum remove speedtest
## 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 {}
curl -s https://packagecloud.io/install/repositories/ookla/speedtest-cli/script.rpm.sh | sudo bash
sudo yum install speedtest
@whatafunc
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment