I filed a support request with Ookla, the first line of which was:
"This on a Raspberry Pi 4B running Buster."
Followed by a couple of relevant error messages which I've already post above.
Ookla suggests: "You can try this."
I have some questions:
• Why do they tell me to remove /etc/apt/sources.list.d/speedtest.list when the list that their
script installs is actually called ookla_speedtest-cli.list?
• Why do they tell me to "dist=groovy" when I'm running Buster? (Isn't Groovy ancient?)
• Why to they tell me to run speedtest like this "/bin/speedtest" instead of like this: "/usr/bin/speedtest"?
I hesitate to follow their suggestion until I understand what's going on.
"This on a Raspberry Pi 4B running Buster."
Followed by a couple of relevant error messages which I've already post above.
Ookla suggests: "You can try this."
Code:
sudo rm /etc/apt/sources.list.d/speedtest.listsudo apt-get update# sudo apt-get remove speedtestsudo apt-get remove speedtest-clicurl -s https://packagecloud.io/install/repositories/ookla/speedtest-cli/script.deb.sh > script.shchmod 755 script.shsudo os=ubuntu dist=groovy ./script.sh/bin/speedtest
• Why do they tell me to remove /etc/apt/sources.list.d/speedtest.list when the list that their
script installs is actually called ookla_speedtest-cli.list?
• Why do they tell me to "dist=groovy" when I'm running Buster? (Isn't Groovy ancient?)
• Why to they tell me to run speedtest like this "/bin/speedtest" instead of like this: "/usr/bin/speedtest"?
I hesitate to follow their suggestion until I understand what's going on.
Statistics: Posted by Ratsima — Sat May 04, 2024 10:40 pm