How To Install astrometry-tycho2 on Fedora 36

In this tutorial we learn how to install astrometry-tycho2 in Fedora 36. astrometry-tycho2 is Tycho-2 catalogue for astrometry.net

Introduction

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

What is astrometry-tycho2

Tycho-2 catalogue for the astrometry.net solver

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

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

sudo dnf -y install astrometry-tycho2

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

sudo yum -y install astrometry-tycho2

How To Uninstall astrometry-tycho2 on Fedora 36

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

sudo dnf remove astrometry-tycho2

astrometry-tycho2 Package Contents on Fedora 36

/usr/share/astrometry/data/index-4107.fits
/usr/share/astrometry/data/index-4108.fits
/usr/share/astrometry/data/index-4109.fits
/usr/share/astrometry/data/index-4110.fits
/usr/share/astrometry/data/index-4111.fits
/usr/share/astrometry/data/index-4112.fits
/usr/share/astrometry/data/index-4113.fits
/usr/share/astrometry/data/index-4114.fits
/usr/share/astrometry/data/index-4115.fits
/usr/share/astrometry/data/index-4116.fits
/usr/share/astrometry/data/index-4117.fits
/usr/share/astrometry/data/index-4118.fits
/usr/share/astrometry/data/index-4119.fits
/usr/share/doc/astrometry-tycho2
/usr/share/doc/astrometry-tycho2/ReadMe
/usr/share/doc/astrometry-tycho2/guide.pdf
/usr/share/licenses/astrometry-tycho2
/usr/share/licenses/astrometry-tycho2/COPYRIGHT
/usr/share/licenses/astrometry-tycho2/LICENSE.txt

References

Summary

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