How To Install perl-Astro-FITS-CFITSIO on Fedora 36

In this tutorial we learn how to install perl-Astro-FITS-CFITSIO in Fedora 36. perl-Astro-FITS-CFITSIO is Perl extension for using the cfitsio library

Introduction

In this tutorial we learn how to install perl-Astro-FITS-CFITSIO on Fedora 36.

What is perl-Astro-FITS-CFITSIO

Perl interface to William Pence’s cfitsio subroutine library. For more information on cfitsio, see http

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

Install perl-Astro-FITS-CFITSIO 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 perl-Astro-FITS-CFITSIO using dnf by running the following command:

sudo dnf -y install perl-Astro-FITS-CFITSIO

Install perl-Astro-FITS-CFITSIO 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 perl-Astro-FITS-CFITSIO using yum by running the following command:

sudo yum -y install perl-Astro-FITS-CFITSIO

How To Uninstall perl-Astro-FITS-CFITSIO on Fedora 36

To uninstall only the perl-Astro-FITS-CFITSIO package we can use the following command:

sudo dnf remove perl-Astro-FITS-CFITSIO

perl-Astro-FITS-CFITSIO Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/30
/usr/lib/.build-id/30/4f1e48d8152aa6bbc7927f10c763d5ff6216de
/usr/lib64/perl5/vendor_perl/Astro
/usr/lib64/perl5/vendor_perl/Astro/FITS
/usr/lib64/perl5/vendor_perl/Astro/FITS/CFITSIO.pm
/usr/lib64/perl5/vendor_perl/auto/Astro
/usr/lib64/perl5/vendor_perl/auto/Astro/FITS
/usr/lib64/perl5/vendor_perl/auto/Astro/FITS/CFITSIO
/usr/lib64/perl5/vendor_perl/auto/Astro/FITS/CFITSIO/CFITSIO.so
/usr/lib64/perl5/vendor_perl/auto/Astro/FITS/CFITSIO/autosplit.ix
/usr/share/doc/perl-Astro-FITS-CFITSIO
/usr/share/doc/perl-Astro-FITS-CFITSIO/ChangeLog
/usr/share/doc/perl-Astro-FITS-CFITSIO/NOTES
/usr/share/doc/perl-Astro-FITS-CFITSIO/README
/usr/share/doc/perl-Astro-FITS-CFITSIO/TODO
/usr/share/doc/perl-Astro-FITS-CFITSIO/examples
/usr/share/doc/perl-Astro-FITS-CFITSIO/examples/INDEX
/usr/share/doc/perl-Astro-FITS-CFITSIO/examples/bintable.fits.gz
/usr/share/doc/perl-Astro-FITS-CFITSIO/examples/bintable_read.pl
/usr/share/doc/perl-Astro-FITS-CFITSIO/examples/check_status.pl
/usr/share/doc/perl-Astro-FITS-CFITSIO/examples/image_read.pl
/usr/share/doc/perl-Astro-FITS-CFITSIO/examples/image_read_pdl.pl
/usr/share/doc/perl-Astro-FITS-CFITSIO/examples/m51.fits.gz
/usr/share/doc/perl-Astro-FITS-CFITSIO/examples/match_datatype.pl
/usr/share/licenses/perl-Astro-FITS-CFITSIO
/usr/share/licenses/perl-Astro-FITS-CFITSIO/README
/usr/share/man/man3/Astro::FITS::CFITSIO.3pm.gz

References

Summary

In this tutorial we learn how to install perl-Astro-FITS-CFITSIO on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).