Speedtest CLI missing from swupd

I would like to install speedtest. Any ideas?

pip install speedtest-cli

Since this is in pip, just use that.

2 Likes

It was a long time ago, if memory serves, I downloaded the x86_64 binary (download for Linux)

dropped the speedtest binary in:
/usr/local/bin
and man page speedtest.5
/usr/man/man5/

Set the execute bit on permissions for user.

Actually, I seems to be I have this one:

I cd to current local dir:
wget -O speedtest-cli https://raw.githubusercontent.com/sivel/speedtest-cli/master/speedtest.py

chmod +x speedtest-cli

Then copied to:
/usr/local/bin

Anyway, both work by dropping binary in location :sunglasses: