How To Install astrometry-data on Fedora 36
Introduction
In this tutorial we learn how to install astrometry-data
on Fedora 36.
What is astrometry-data
2MASS index files 4208-4219 (wide-field, 30-2000 arcminutes) for astrometry.
We can use yum
or dnf
to install astrometry-data
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install astrometry-data.
Install astrometry-data 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-data
using dnf
by running the following command:
sudo dnf -y install astrometry-data
Install astrometry-data 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-data
using yum
by running the following command:
sudo yum -y install astrometry-data
How To Uninstall astrometry-data on Fedora 36
To uninstall only the astrometry-data
package we can use the following command:
sudo dnf remove astrometry-data
astrometry-data Package Contents on Fedora 36
/usr/share/astrometry/data/index-4208.fits
/usr/share/astrometry/data/index-4209.fits
/usr/share/astrometry/data/index-4210.fits
/usr/share/astrometry/data/index-4211.fits
/usr/share/astrometry/data/index-4212.fits
/usr/share/astrometry/data/index-4213.fits
/usr/share/astrometry/data/index-4214.fits
/usr/share/astrometry/data/index-4215.fits
/usr/share/astrometry/data/index-4216.fits
/usr/share/astrometry/data/index-4217.fits
/usr/share/astrometry/data/index-4218.fits
/usr/share/astrometry/data/index-4219.fits
/usr/share/licenses/astrometry-data
/usr/share/licenses/astrometry-data/LICENSE
References
Summary
In this tutorial we learn how to install astrometry-data
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).