How To Install GoldenCheetah on Fedora 36

In this tutorial we learn how to install GoldenCheetah in Fedora 36. GoldenCheetah is Cycling Performance Software

Introduction

In this tutorial we learn how to install GoldenCheetah on Fedora 36.

What is GoldenCheetah

  • download and import activities from most popular bike computers from CycleOps, SRM, Polar, Garmin and others; - analyze, track and review performance data and metrics; - train indoors with real-time monitoring supporting trainers from Racermate, Tacx and any ANT+ device; - Golden Cheetah is free software and distributed under the GPL.

We can use yum or dnf to install GoldenCheetah on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install GoldenCheetah.

Install GoldenCheetah on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install GoldenCheetah using dnf by running the following command:

sudo dnf -y install GoldenCheetah

Install GoldenCheetah on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install GoldenCheetah using yum by running the following command:

sudo yum -y install GoldenCheetah

How To Uninstall GoldenCheetah on Fedora 36

To uninstall only the GoldenCheetah package we can use the following command:

sudo dnf remove GoldenCheetah

GoldenCheetah Package Contents on Fedora 36

/usr/bin/GoldenCheetah
/usr/lib/.build-id
/usr/lib/.build-id/94
/usr/lib/.build-id/94/b2fb9901a7710209f107fdf6728d4475c76d62
/usr/share/GoldenCheetah/translations/gc_cs.qm
/usr/share/GoldenCheetah/translations/gc_de.qm
/usr/share/GoldenCheetah/translations/gc_es.qm
/usr/share/GoldenCheetah/translations/gc_fr.qm
/usr/share/GoldenCheetah/translations/gc_it.qm
/usr/share/GoldenCheetah/translations/gc_ja.qm
/usr/share/GoldenCheetah/translations/gc_nl.qm
/usr/share/GoldenCheetah/translations/gc_pt-br.qm
/usr/share/GoldenCheetah/translations/gc_pt.qm
/usr/share/GoldenCheetah/translations/gc_ru.qm
/usr/share/GoldenCheetah/translations/gc_sv.qm
/usr/share/GoldenCheetah/translations/gc_zh-cn.qm
/usr/share/GoldenCheetah/translations/gc_zh-tw.qm
/usr/share/applications/GoldenCheetah.desktop
/usr/share/doc/GoldenCheetah
/usr/share/doc/GoldenCheetah/README.md
/usr/share/icons/hicolor/16x16/apps/GoldenCheetah.png
/usr/share/icons/hicolor/256x256/apps/GoldenCheetah.png
/usr/share/icons/hicolor/32x32/apps/GoldenCheetah.png
/usr/share/icons/hicolor/48x48/apps/GoldenCheetah.png
/usr/share/licenses/GoldenCheetah
/usr/share/licenses/GoldenCheetah/COPYING
/usr/share/metainfo/GoldenCheetah.appdata.xml
/usr/bin/GoldenCheetah
/usr/lib/.build-id
/usr/lib/.build-id/d8
/usr/lib/.build-id/d8/8978a048de3ad1f1ffac56190505fbf49b2a0f
/usr/share/GoldenCheetah/translations/gc_cs.qm
/usr/share/GoldenCheetah/translations/gc_de.qm
/usr/share/GoldenCheetah/translations/gc_es.qm
/usr/share/GoldenCheetah/translations/gc_fr.qm
/usr/share/GoldenCheetah/translations/gc_it.qm
/usr/share/GoldenCheetah/translations/gc_ja.qm
/usr/share/GoldenCheetah/translations/gc_nl.qm
/usr/share/GoldenCheetah/translations/gc_pt-br.qm
/usr/share/GoldenCheetah/translations/gc_pt.qm
/usr/share/GoldenCheetah/translations/gc_ru.qm
/usr/share/GoldenCheetah/translations/gc_sv.qm
/usr/share/GoldenCheetah/translations/gc_zh-cn.qm
/usr/share/GoldenCheetah/translations/gc_zh-tw.qm
/usr/share/applications/GoldenCheetah.desktop
/usr/share/doc/GoldenCheetah
/usr/share/doc/GoldenCheetah/README.md
/usr/share/icons/hicolor/16x16/apps/GoldenCheetah.png
/usr/share/icons/hicolor/256x256/apps/GoldenCheetah.png
/usr/share/icons/hicolor/32x32/apps/GoldenCheetah.png
/usr/share/icons/hicolor/48x48/apps/GoldenCheetah.png
/usr/share/licenses/GoldenCheetah
/usr/share/licenses/GoldenCheetah/COPYING
/usr/share/metainfo/GoldenCheetah.appdata.xml

References

Summary

In this tutorial we learn how to install GoldenCheetah on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).