- This topic has 0 replies, 1 voice, and was last updated 1 month ago by .
Viewing 1 post (of 1 total)
Viewing 1 post (of 1 total)
- You must be logged in to reply to this topic.
Uniting People
What makes us different from other similar websites? › Forums › Tech › Internet Speedtest || Terminal
Tagged: internet speedtest, Linux, ookla, speedtest, terminal speedtest
Install
$ sudo apt-get install curl
$ curl -s https://packagecloud.io/install/repositories/ookla/speedtest-cli/script.deb.sh | sudo bash
$ sudo apt-get install speedtest
$ speedtest
If you get the error message bash: /usr/bin/speedtest: No such file or directory
do the following:
Download the program
$ wget https://install.speedtest.net/app/cli/ookla-speedtest-1.2.0-linux-x86_64.tgz
Make Directory
$ mkdir ookla-speedtest-1.2.0-linux-x86_64
Go to directory
$ cd ookla-speedtest-1.2.0-linux-x86_64
Extract tgz file and go to directory
$ tar -xzf ../ookla-speedtest-1.2.0-linux-x86_64.tgz
Copy the program to the folder where commands are kept
$ sudo cp speedtest /usr/bin/
Go back one directory
$ cd ..
Remove the directory you created eariler
$ rm -rf ookla-speedtest-1.2.0-linux-x86_64
Remove the tgz file you downloaded
$ rm -rf ookla-speedtest-1.2.0-linux-x86_64.tgz
Run the spped test program to do an Internet speedtest
$ speedtest