How To Install stellarsolver on Fedora 36

In this tutorial we learn how to install stellarsolver in Fedora 36. stellarsolver is The Cross Platform Sextractor and Internal Astrometric Solver

Introduction

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

What is stellarsolver

StellarSolver is the Cross Platform Sextractor and Internal Astrometric Solver * An Astrometric Plate Solver for Mac, Linux, and Windows, built on Astrometry.net and SEP (sextractor) * Meant to be an internal library for use in a program like KStars for internal plate solving on all supported operating systems

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

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

sudo dnf -y install stellarsolver

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

sudo yum -y install stellarsolver

How To Uninstall stellarsolver on Fedora 36

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

sudo dnf remove stellarsolver

stellarsolver Package Contents on Fedora 36

/usr/bin/StellarSolverTester
/usr/lib/.build-id
/usr/lib/.build-id/3e
/usr/lib/.build-id/3e/3b09bf0ece5a8aa97543267791b808114b8c77
/usr/share/applications/com.github.rlancaste.stellarsolver.desktop
/usr/share/doc/stellarsolver
/usr/share/doc/stellarsolver/README.md
/usr/share/icons/hicolor/128x128/apps/StellarSolverIcon.png
/usr/share/icons/hicolor/16x16/apps/StellarSolverIcon.png
/usr/share/icons/hicolor/32x32/apps/StellarSolverIcon.png
/usr/share/icons/hicolor/48x48/apps/StellarSolverIcon.png
/usr/share/icons/hicolor/64x64/apps/StellarSolverIcon.png
/usr/share/licenses/stellarsolver
/usr/share/licenses/stellarsolver/LICENSE

References

Summary

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