
Speedtest CLI Installation
To install Speedtest CLI on Ubuntu/Linux Mint, open the terminal and issue these commands:
sudo apt-get install python-pip
sudo pip install speedtest-cli
For manual installation, run these commands:
wget https://goo.gl/r2Hr5e -O speedtest-cli
chmod +x speedtest-cli
sudo mv speedtest-cli /usr/local/bin/
Once Speedtest CLI is well installed on your system, run this command to start it:
speedtest-cli
For more arguments, run this command:
speedtest-cli --help
Post a Comment