How To Install orsa on Fedora 34
Introduction
In this tutorial we learn how to install orsa
on Fedora 34.
What is orsa
ORSA is an interactive tool for scientific grade Celestial Mechanics computations. Asteroids, comets, artificial satellites, Solar and extra-Solar planetary systems can be accurately reproduced, simulated, and analyzed. orsa 0.7.0 54.fc34 x86_64 662 k orsa-0.7.0-54.fc34.src.rpm fedora Orbit Reconstruction, Simulation and Analysis http GPLv2+ ORSA is an interactive tool for scientific grade Celestial Mechanics computations. Asteroids, comets, artificial satellites, Solar and extra-Solar planetary systems can be accurately reproduced, simulated, and analyzed.
We can use yum
or dnf
to install orsa
on Fedora 34. In this tutorial we discuss both methods but you only need to choose one of method to install orsa.
Install orsa 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 orsa
using dnf
by running the following command:
sudo dnf -y install orsa
Install orsa 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 orsa
using yum
by running the following command:
sudo yum -y install orsa
How To Uninstall orsa on Fedora 34
To uninstall only the orsa
package we can use the following command:
sudo dnf remove orsa
orsa Package Contents on Fedora 34
/usr/bin/xorsa
/usr/lib/.build-id
/usr/lib/.build-id/3f
/usr/lib/.build-id/3f/f61540d59dabc2dd10f89470f7516e4cde119f
/usr/lib/.build-id/6b
/usr/lib/.build-id/6b/c1a47645286cc14ca022faf61e9e6315c34a7c
/usr/lib/.build-id/be
/usr/lib/.build-id/be/35d74898172a2b347222b17933457e81d8657b
/usr/lib/liborsa.so.0
/usr/lib/liborsa.so.0.0.0
/usr/lib/libxorsa.so.0
/usr/lib/libxorsa.so.0.0.0
/usr/bin/xorsa
/usr/lib/.build-id
/usr/lib/.build-id/49
/usr/lib/.build-id/49/cc6ce428483648cf772f7ffbede6c84e519e52
/usr/lib/.build-id/51
/usr/lib/.build-id/51/3090f27177c9024ad8b9c42264da587bdbee9d
/usr/lib/.build-id/da
/usr/lib/.build-id/da/d5aaf64ef2ecb514bb120d66e327432dcf2ede
/usr/lib64/liborsa.so.0
/usr/lib64/liborsa.so.0.0.0
/usr/lib64/libxorsa.so.0
/usr/lib64/libxorsa.so.0.0.0
References
- [orsa website](http://orsa.sourceforge.net http://orsa.sourceforge.net)
Summary
In this tutorial we learn how to install orsa
on Fedora 34 using yum and dnf.