How To Install python-astroML-doc on Fedora 36

In this tutorial we learn how to install python-astroML-doc in Fedora 36. python-astroML-doc is Docs and examples for the astroML package

Introduction

In this tutorial we learn how to install python-astroML-doc on Fedora 36.

What is python-astroML-doc

Documentation and examples for astroML.

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

Install python-astroML-doc 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 python-astroML-doc using dnf by running the following command:

sudo dnf -y install python-astroML-doc

Install python-astroML-doc 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 python-astroML-doc using yum by running the following command:

sudo yum -y install python-astroML-doc

How To Uninstall python-astroML-doc on Fedora 36

To uninstall only the python-astroML-doc package we can use the following command:

sudo dnf remove python-astroML-doc

python-astroML-doc Package Contents on Fedora 36

/usr/share/doc/python-astroML-doc
/usr/share/doc/python-astroML-doc/CHANGES.rst
/usr/share/doc/python-astroML-doc/README.rst
/usr/share/doc/python-astroML-doc/examples
/usr/share/doc/python-astroML-doc/examples/README.rst
/usr/share/doc/python-astroML-doc/examples/algorithms
/usr/share/doc/python-astroML-doc/examples/algorithms/README.rst
/usr/share/doc/python-astroML-doc/examples/algorithms/fig_volume_ratio.py
/usr/share/doc/python-astroML-doc/examples/algorithms/plot_bayesian_blocks.py
/usr/share/doc/python-astroML-doc/examples/algorithms/plot_crossmatch.py
/usr/share/doc/python-astroML-doc/examples/algorithms/plot_spectrum_sum_of_norms.py
/usr/share/doc/python-astroML-doc/examples/datasets
/usr/share/doc/python-astroML-doc/examples/datasets/README.rst
/usr/share/doc/python-astroML-doc/examples/datasets/compute_sdss_pca.py
/usr/share/doc/python-astroML-doc/examples/datasets/plot_LIGO_spectrum.py
/usr/share/doc/python-astroML-doc/examples/datasets/plot_SDSS_SSPP.py
/usr/share/doc/python-astroML-doc/examples/datasets/plot_corrected_spectra.py
/usr/share/doc/python-astroML-doc/examples/datasets/plot_dr7_quasar.py
/usr/share/doc/python-astroML-doc/examples/datasets/plot_great_wall.py
/usr/share/doc/python-astroML-doc/examples/datasets/plot_moving_objects.py
/usr/share/doc/python-astroML-doc/examples/datasets/plot_nasa_atlas.py
/usr/share/doc/python-astroML-doc/examples/datasets/plot_rrlyrae_mags.py
/usr/share/doc/python-astroML-doc/examples/datasets/plot_sdss_S82standards.py
/usr/share/doc/python-astroML-doc/examples/datasets/plot_sdss_filters.py
/usr/share/doc/python-astroML-doc/examples/datasets/plot_sdss_galaxy_colors.py
/usr/share/doc/python-astroML-doc/examples/datasets/plot_sdss_imaging.py
/usr/share/doc/python-astroML-doc/examples/datasets/plot_sdss_line_ratios.py
/usr/share/doc/python-astroML-doc/examples/datasets/plot_sdss_specgals.py
/usr/share/doc/python-astroML-doc/examples/datasets/plot_sdss_spectrum.py
/usr/share/doc/python-astroML-doc/examples/datasets/plot_wmap_power_spectra.py
/usr/share/doc/python-astroML-doc/examples/datasets/plot_wmap_raw.py
/usr/share/doc/python-astroML-doc/examples/learning
/usr/share/doc/python-astroML-doc/examples/learning/README.rst
/usr/share/doc/python-astroML-doc/examples/learning/plot_neighbors_photoz.py
/usr/share/licenses/python-astroML-doc
/usr/share/licenses/python-astroML-doc/LICENSE.rst

References

Summary

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