How To Install astrometry-libs on Fedora 36

In this tutorial we learn how to install astrometry-libs in Fedora 36. astrometry-libs is Libraries for astrometry

Introduction

In this tutorial we learn how to install astrometry-libs on Fedora 36.

What is astrometry-libs

Libraries for astrometry

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

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

sudo dnf -y install astrometry-libs

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

sudo yum -y install astrometry-libs

How To Uninstall astrometry-libs on Fedora 36

To uninstall only the astrometry-libs package we can use the following command:

sudo dnf remove astrometry-libs

astrometry-libs Package Contents on Fedora 36

---
title: "How To Install astrometry-libs on Fedora 36"
linkTitle: "astrometry-libs"
type: "docs"
description: "In this tutorial we learn how to install astrometry-libs in Fedora 36. astrometry-libs is Libraries for astrometry"
date: "2022-08-17"
lastmod: "2022-08-17"
#image: /images/fedora/36/astrometry-libs-featured.png
---

## Introduction

In this tutorial we learn how to install `astrometry-libs` on Fedora 36.

### What is `astrometry-libs`

> Libraries for astrometry  

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

## Install astrometry-libs on Fedora 36 Using dnf

Update yum database with `dnf` using the following command.

```bash
sudo dnf makecache --refresh

After updating yum database, We can install astrometry-libs using dnf by running the following command:

sudo dnf -y install astrometry-libs

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

sudo yum -y install astrometry-libs

How To Uninstall astrometry-libs on Fedora 36

To uninstall only the astrometry-libs package we can use the following command:

sudo dnf remove astrometry-libs

astrometry-libs Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/df
/usr/lib/.build-id/df/1b5bf73b592673e2ea874a5cc56cf8823e15ff
/usr/lib/libastrometry.so.0
/usr/share/licenses/astrometry-libs
/usr/share/licenses/astrometry-libs/LICENSE

References

Summary

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

/usr/lib/.build-id /usr/lib/.build-id/7d/6d996fbfbf0379e66a23b5937649fa6d86edec /usr/lib64/libastrometry.so.0 /usr/share/licenses/astrometry-libs /usr/share/licenses/astrometry-libs/LICENSE


## References

* [astrometry-libs website](http://www.astrometry.net)

## Summary

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