How To Install corrida on Fedora 36
Introduction
In this tutorial we learn how to install corrida on Fedora 36.
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 36. In this tutorial we discuss both methods but you only need to choose one of method to install corrida.
Install corrida 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 corrida using dnf by running the following command:
sudo dnf -y install corrida
Install corrida 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 corrida using yum by running the following command:
sudo yum -y install corrida
How To Uninstall corrida on Fedora 36
To uninstall only the corrida package we can use the following command:
sudo dnf remove corrida
corrida Package Contents on Fedora 36
/usr/bin/corrida
/usr/bin/torero
/usr/lib/.build-id
/usr/lib/.build-id/31
/usr/lib/.build-id/31/af5464757c5da247d143a2e4337cc124305d7e
/usr/lib/.build-id/64
/usr/lib/.build-id/64/11d410085df08a405fe24a6f2b49c19b6de31e
/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 36 using yum and [dnf]((/fedora/36/dnf/).