Install Speedtest-cli On a CentOS / RHEL / Fedora Linux To Check Internet Speed

www.laut‮ut‬ri.com
Install Speedtest-cli On a CentOS / RHEL / Fedora Linux To Check Internet Speed

To install speedtest-cli (a command-line tool for checking internet speed) on CentOS, RHEL, or Fedora Linux, you can use the following steps:

  1. Install the required packages:
sudo yum install python3 python3-pip

This will install python3 and pip, the Python package manager, which are required to install speedtest-cli.

  1. Install speedtest-cli:
pip3 install speedtest-cli

This will install the latest version of speedtest-cli available from the Python Package Index (PyPI).

  1. Test the installation:
speedtest-cli

This will run a speed test and print the results, indicating that speedtest-cli is installed and working correctly.

Created Time:2017-10-29 22:08:49  Author:lautturi