How To Install corrida on Fedora 34

corrida is Application for archivation of meteor observations

Introduction

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

What is corrida

Application was designed by Polish Fireball Center cooperators to ease archivation of meteor observations.

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

Install corrida 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 corrida using dnf by running the following command:

sudo dnf -y install corrida

Install corrida 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 corrida using yum by running the following command:

sudo yum -y install corrida

How To Uninstall corrida on Fedora 34

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

sudo dnf remove corrida

corrida Package Contents on Fedora 34

/usr/bin/corrida
/usr/bin/torero
/usr/lib/.build-id
/usr/lib/.build-id/25
/usr/lib/.build-id/25/a91439e838af0541a12d6680b67b964383b015
/usr/lib/.build-id/fc
/usr/lib/.build-id/fc/66b89368bf1fb79e3302023949d7e4283eba6b
/usr/share/applications/corrida.desktop
/usr/share/corrida
/usr/share/corrida/SOLAR_LONGITUDE_TABLE
/usr/share/corrida/chart1.jpg
/usr/share/corrida/chart2.jpg
/usr/share/corrida/chart3.jpg
/usr/share/corrida/chart4.jpg
/usr/share/corrida/chart5.jpg
/usr/share/corrida/chart6.jpg
/usr/share/corrida/chart7.jpg
/usr/share/corrida/chart8.jpg
/usr/share/corrida/chart9.jpg
/usr/share/corrida/corrida.ico
/usr/share/corrida/corrida_logo_big.png
/usr/share/corrida/corrida_logo_medium.png
/usr/share/corrida/corrida_logo_medium_shadow.png
/usr/share/corrida/corrida_logo_small.png
/usr/share/corrida/corrida_uninst.ico
/usr/share/corrida/example1.form
/usr/share/corrida/example2.form
/usr/share/corrida/vmdbsite
/usr/share/doc/corrida
/usr/share/doc/corrida/copying
/usr/share/pixmaps/corrida.png

References

Summary

In this tutorial we learn how to install corrida on Fedora 34 using yum and dnf.