How To Install orsa-headers on Fedora 36

In this tutorial we learn how to install orsa-headers in Fedora 36. orsa-headers is Headers for development with orsa

Introduction

In this tutorial we learn how to install orsa-headers on Fedora 36.

What is orsa-headers

This package contains C++ header files for development with orsa.

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

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

sudo dnf -y install orsa-headers

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

sudo yum -y install orsa-headers

How To Uninstall orsa-headers on Fedora 36

To uninstall only the orsa-headers package we can use the following command:

sudo dnf remove orsa-headers

orsa-headers Package Contents on Fedora 36

/usr/include/orsa
/usr/include/orsa/orsa_analysis.h
/usr/include/orsa/orsa_body.h
/usr/include/orsa/orsa_common.h
/usr/include/orsa/orsa_config.h
/usr/include/orsa/orsa_coord.h
/usr/include/orsa/orsa_error.h
/usr/include/orsa/orsa_fft.h
/usr/include/orsa/orsa_file.h
/usr/include/orsa/orsa_file_jpl.h
/usr/include/orsa/orsa_frame.h
/usr/include/orsa/orsa_integrator.h
/usr/include/orsa/orsa_interaction.h
/usr/include/orsa/orsa_orbit.h
/usr/include/orsa/orsa_orbit_gsl.h
/usr/include/orsa/orsa_secure_math.h
/usr/include/orsa/orsa_units.h
/usr/include/orsa/orsa_universe.h
/usr/include/orsa/orsa_version.h

References

Summary

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