How To Install GoldenCheetah on Fedora 34

GoldenCheetah is Cycling Performance Software

Introduction

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

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 34. In this tutorial we discuss both methods but you only need to choose one of method to install GoldenCheetah.

Install GoldenCheetah on Fedora 34 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

The output should look something like this:

Fedora 34 - x86_64                               20 kB/s | 6.6 kB     00:00
Fedora 34 openh264 (From Cisco) - x86_64        1.4 kB/s | 989  B     00:00
Fedora Modular 34 - x86_64                       68 kB/s | 6.5 kB     00:00
Fedora 34 - x86_64 - Updates                    3.5 kB/s | 6.2 kB     00:01
Fedora Modular 34 - x86_64 - Updates             17 kB/s | 5.9 kB     00:00
Metadata cache created.

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

sudo dnf -y install GoldenCheetah

Install GoldenCheetah on Fedora 34 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

The output should look something like this:

Fedora 34 - x86_64                               20 kB/s | 6.6 kB     00:00
Fedora 34 openh264 (From Cisco) - x86_64        1.4 kB/s | 989  B     00:00
Fedora Modular 34 - x86_64                       68 kB/s | 6.5 kB     00:00
Fedora 34 - x86_64 - Updates                    3.5 kB/s | 6.2 kB     00:01
Fedora Modular 34 - x86_64 - Updates             17 kB/s | 5.9 kB     00:00
Metadata cache created.

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 34

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

sudo dnf remove GoldenCheetah

GoldenCheetah Package Contents on Fedora 34

/usr/bin/GoldenCheetah
/usr/lib/.build-id
/usr/lib/.build-id/40
/usr/lib/.build-id/40/de609b0ba4d4300b15b15b23e4dfdd333c141e
/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/bf
/usr/lib/.build-id/bf/55c69952f867c1289f57b04dedd187d2780603
/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 34 using yum and dnf.