How To Install libpasastro on Fedora 36
Introduction
In this tutorial we learn how to install libpasastro
on Fedora 36.
What is libpasastro
Libpasastro provides shared libraries to interface Pascal program with standard astronomy libraries. libpasgetdss.so libpasplan404.so libpaswcs.so The library libpasspice.so is not distributed in the Fedora package due to unclear license.
We can use yum
or dnf
to install libpasastro
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libpasastro.
Install libpasastro 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 libpasastro
using dnf
by running the following command:
sudo dnf -y install libpasastro
Install libpasastro 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 libpasastro
using yum
by running the following command:
sudo yum -y install libpasastro
How To Uninstall libpasastro on Fedora 36
To uninstall only the libpasastro
package we can use the following command:
sudo dnf remove libpasastro
libpasastro Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/3f
/usr/lib/.build-id/3f/2db8fa797f950753b4622df3963b8eeee20c7b
/usr/lib/.build-id/a4
/usr/lib/.build-id/a4/a12de325ee248d4b924be522af9ebf90de797f
/usr/lib/.build-id/c0
/usr/lib/.build-id/c0/10c34e36b87750af5675497336a5561e5f6e0b
/usr/lib/libpasgetdss.so.1
/usr/lib/libpasgetdss.so.1.1
/usr/lib/libpasplan404.so.1
/usr/lib/libpasplan404.so.1.1
/usr/lib/libpaswcs.so.1
/usr/lib/libpaswcs.so.1.1
/usr/share/doc/libpasastro
/usr/share/doc/libpasastro/README.md
/usr/share/doc/libpasastro/changelog
/usr/share/doc/libpasastro/copyright
References
Summary
In this tutorial we learn how to install libpasastro
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install libpasastro on Fedora 36” linkTitle: “libpasastro” type: “docs” description: “In this tutorial we learn how to install libpasastro in Fedora 36. libpasastro is Pascal interface for standard astronomy libraries” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/libpasastro-featured.png
Introduction
In this tutorial we learn how to install libpasastro
on Fedora 36.
What is libpasastro
Libpasastro provides shared libraries to interface Pascal program with standard astronomy libraries. libpasgetdss.so libpasplan404.so libpaswcs.so The library libpasspice.so is not distributed in the Fedora package due to unclear license.
We can use yum
or dnf
to install libpasastro
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libpasastro.
Install libpasastro 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 libpasastro
using dnf
by running the following command:
sudo dnf -y install libpasastro
Install libpasastro 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 libpasastro
using yum
by running the following command:
sudo yum -y install libpasastro
How To Uninstall libpasastro on Fedora 36
To uninstall only the libpasastro
package we can use the following command:
sudo dnf remove libpasastro
libpasastro Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/20
/usr/lib/.build-id/20/5b046c23a53a1e4df2e36ccdb9c3d683849cbe
/usr/lib/.build-id/7c
/usr/lib/.build-id/7c/49cba43d6a3be849ca6d43747048a36b401cec
/usr/lib/.build-id/88
/usr/lib/.build-id/88/3b089f380c0ea0c241d61b4afa5e3c5ff62639
/usr/lib64/libpasgetdss.so.1
/usr/lib64/libpasgetdss.so.1.1
/usr/lib64/libpasplan404.so.1
/usr/lib64/libpasplan404.so.1.1
/usr/lib64/libpaswcs.so.1
/usr/lib64/libpaswcs.so.1.1
/usr/share/doc/libpasastro
/usr/share/doc/libpasastro/README.md
/usr/share/doc/libpasastro/changelog
/usr/share/doc/libpasastro/copyright
References
Summary
In this tutorial we learn how to install libpasastro
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).