How To Install calceph on Fedora 36
Introduction
In this tutorial we learn how to install calceph
on Fedora 36.
What is calceph
This library is designed to access the binary planetary ephemeris files, such INPOPxx, JPL DExxx and SPICE ephemeris files.
We can use yum
or dnf
to install calceph
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install calceph.
Install calceph 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 calceph
using dnf
by running the following command:
sudo dnf -y install calceph
Install calceph 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 calceph
using yum
by running the following command:
sudo yum -y install calceph
How To Uninstall calceph on Fedora 36
To uninstall only the calceph
package we can use the following command:
sudo dnf remove calceph
calceph Package Contents on Fedora 36
/usr/bin/calceph_inspector
/usr/bin/calceph_queryorientation
/usr/bin/calceph_queryposition
/usr/lib/.build-id
/usr/lib/.build-id/3e
/usr/lib/.build-id/3e/c933743ee909f743865a9f52fa36343c2728aa
/usr/lib/.build-id/99
/usr/lib/.build-id/99/45f3138cf5d4eea77d0077244d5efc046534ee
/usr/lib/.build-id/e1
/usr/lib/.build-id/e1/74bc45925eaaafb527bf1a054a84657a5c8c4b
References
Summary
In this tutorial we learn how to install calceph
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install calceph on Fedora 36” linkTitle: “calceph” type: “docs” description: “In this tutorial we learn how to install calceph in Fedora 36. calceph is Astronomical library to access planetary ephemeris files” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/calceph-featured.png
Introduction
In this tutorial we learn how to install calceph
on Fedora 36.
What is calceph
This library is designed to access the binary planetary ephemeris files, such INPOPxx, JPL DExxx and SPICE ephemeris files.
We can use yum
or dnf
to install calceph
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install calceph.
Install calceph 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 calceph
using dnf
by running the following command:
sudo dnf -y install calceph
Install calceph 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 calceph
using yum
by running the following command:
sudo yum -y install calceph
How To Uninstall calceph on Fedora 36
To uninstall only the calceph
package we can use the following command:
sudo dnf remove calceph
calceph Package Contents on Fedora 36
/usr/bin/calceph_inspector
/usr/bin/calceph_queryorientation
/usr/bin/calceph_queryposition
/usr/lib/.build-id
/usr/lib/.build-id/16
/usr/lib/.build-id/16/b75b15e087ee1f268adff27b1ad9ac26f3f3d5
/usr/lib/.build-id/e8
/usr/lib/.build-id/e8/29f2d5d7e944214d4e0f818e48af9911751064
/usr/lib/.build-id/fe
/usr/lib/.build-id/fe/0c6703a6a3c37b8f4c1f4bafb2cb48ab269d10
References
Summary
In this tutorial we learn how to install calceph
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).