GoldenCheetah command not found

In this troubleshooting guide we learn how to fix GoldenCheetah command not found error message

Introduction

When you run more command in linux terminal / console, you get the following error message

GoldenCheetah: command not found

or when using sudo you get the following error message

sudo: GoldenCheetah: command not found

Solutions to GoldenCheetah: command not found

How To Fix GoldenCheetah: command not found in Ubuntu / Debian / Kali Linux / Raspbian

In Ubuntu GoldenCheetah is provided by goldencheetah package.

goldencheetah is:

GoldenCheetah is a software package that:

  • Provides a rich set of analysis tools, including a critical power graph, BikeScore calculation, histogram analysis, a best interval finder, and a pedal force versus pedal velocity chart, to name just a few.
  • Downloads ride data directly from supported devices.
  • Imports ride data downloaded with other programs, including TrainingPeaks WKO+ and the manufacturers’ software for the Ergomo, Garmin, Polar, PowerTap, and SRM devices.

To fix this problem, we can install more using the command below.

sudo apt-get -y install goldencheetah

This command might take some time to finish depending on your machine internet connection.

You can also use apt command to install goldencheetah.

sudo apt -y install goldencheetah

Or if you have aptitude installed you can use the following command.

sudo aptitude install goldencheetah

Summary

In this tutorial we learn how to fix GoldenCheetah command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.