How To Install radial on Fedora 36

In this tutorial we learn how to install radial in Fedora 36. radial is A simple program for calculating radial velocities of stars in a binary system

Introduction

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

What is radial

This program calculates the radial velocities of both stars in a binary system, allowing for user configuration of stellar masses, semimajor axis, inclination of orbital plane, orbital eccentricity, time to collect data, and calculation frequency. For your convenience, default values have been added to the program, so you can run it with nothing other than variable eccentricity, if you like.

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

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

sudo dnf -y install radial

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

sudo yum -y install radial

How To Uninstall radial on Fedora 36

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

sudo dnf remove radial

radial Package Contents on Fedora 36

/usr/bin/radial
/usr/lib/.build-id
/usr/lib/.build-id/5d
/usr/lib/.build-id/5d/2d4a61f6faa3c2744b71bfb877f4a24b0bade4
/usr/share/doc/radial
/usr/share/doc/radial/INSTALL
/usr/share/doc/radial/README

References

Summary

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