How To Install milia on Fedora 36
Introduction
In this tutorial we learn how to install milia
on Fedora 36.
What is milia
Milia is a C++ library created to compute cosmological distances and ages in the Friedmann-Lemaître-Robertson-Walker metric. The luminosity distance is computed using elliptical functions (Kantowski, Kao, Thomas 2000). The remaining distances are computed from the luminosity distance using Hogg 1999. The age is computed following Thomas & Kantowski 2000, using also elliptical functions.
We can use yum
or dnf
to install milia
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install milia.
Install milia 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 milia
using dnf
by running the following command:
sudo dnf -y install milia
Install milia 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 milia
using yum
by running the following command:
sudo yum -y install milia
How To Uninstall milia on Fedora 36
To uninstall only the milia
package we can use the following command:
sudo dnf remove milia
milia Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/70
/usr/lib/.build-id/70/79a05344226e8cac3b33ede255b2c58e4adfc3
/usr/lib64/libmilia.so.4
/usr/lib64/libmilia.so.4.0.0
/usr/share/doc/milia
/usr/share/doc/milia/NEWS
/usr/share/doc/milia/README
/usr/share/licenses/milia
/usr/share/licenses/milia/COPYING
References
Summary
In this tutorial we learn how to install milia
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install milia on Fedora 36” linkTitle: “milia” type: “docs” description: “In this tutorial we learn how to install milia in Fedora 36. milia is C++ cosmology library” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/milia-featured.png
Introduction
In this tutorial we learn how to install milia
on Fedora 36.
What is milia
Milia is a C++ library created to compute cosmological distances and ages in the Friedmann-Lemaître-Robertson-Walker metric. The luminosity distance is computed using elliptical functions (Kantowski, Kao, Thomas 2000). The remaining distances are computed from the luminosity distance using Hogg 1999. The age is computed following Thomas & Kantowski 2000, using also elliptical functions.
We can use yum
or dnf
to install milia
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install milia.
Install milia 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 milia
using dnf
by running the following command:
sudo dnf -y install milia
Install milia 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 milia
using yum
by running the following command:
sudo yum -y install milia
How To Uninstall milia on Fedora 36
To uninstall only the milia
package we can use the following command:
sudo dnf remove milia
milia Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/bb
/usr/lib/.build-id/bb/f2d193676fd6139d6b7b675ccd3b01e8e8f61b
/usr/lib/libmilia.so.4
/usr/lib/libmilia.so.4.0.0
/usr/share/doc/milia
/usr/share/doc/milia/NEWS
/usr/share/doc/milia/README
/usr/share/licenses/milia
/usr/share/licenses/milia/COPYING
References
Summary
In this tutorial we learn how to install milia
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).