How To Install python3-gatspy on Fedora 36
Introduction
In this tutorial we learn how to install python3-gatspy
on Fedora 36.
What is python3-gatspy
Gatspy contains efficient, well-documented implementations of several common routines for Astronomical time series analysis, including the Lomb-Scargle periodogram, the Supersmoother method, and others.
We can use yum
or dnf
to install python3-gatspy
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install python3-gatspy.
Install python3-gatspy 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 python3-gatspy
using dnf
by running the following command:
sudo dnf -y install python3-gatspy
Install python3-gatspy 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 python3-gatspy
using yum
by running the following command:
sudo yum -y install python3-gatspy
How To Uninstall python3-gatspy on Fedora 36
To uninstall only the python3-gatspy
package we can use the following command:
sudo dnf remove python3-gatspy
python3-gatspy Package Contents on Fedora 36
/usr/lib/python3.10/site-packages/gatspy
/usr/lib/python3.10/site-packages/gatspy-0.3-py3.10.egg-info
/usr/lib/python3.10/site-packages/gatspy/__init__.py
/usr/lib/python3.10/site-packages/gatspy/__pycache__
/usr/lib/python3.10/site-packages/gatspy/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/gatspy/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/gatspy/datasets
/usr/lib/python3.10/site-packages/gatspy/datasets/__init__.py
/usr/lib/python3.10/site-packages/gatspy/datasets/__pycache__
/usr/lib/python3.10/site-packages/gatspy/datasets/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/gatspy/datasets/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/gatspy/datasets/__pycache__/rrlyrae.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/gatspy/datasets/__pycache__/rrlyrae.cpython-310.pyc
/usr/lib/python3.10/site-packages/gatspy/datasets/__pycache__/rrlyrae_generated.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/gatspy/datasets/__pycache__/rrlyrae_generated.cpython-310.pyc
/usr/lib/python3.10/site-packages/gatspy/datasets/rrlyrae.py
/usr/lib/python3.10/site-packages/gatspy/datasets/rrlyrae_generated.py
/usr/lib/python3.10/site-packages/gatspy/datasets/tests
/usr/lib/python3.10/site-packages/gatspy/datasets/tests/__init__.py
/usr/lib/python3.10/site-packages/gatspy/datasets/tests/__pycache__
/usr/lib/python3.10/site-packages/gatspy/datasets/tests/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/gatspy/datasets/tests/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/gatspy/datasets/tests/__pycache__/test_download_data.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/gatspy/datasets/tests/__pycache__/test_download_data.cpython-310.pyc
/usr/lib/python3.10/site-packages/gatspy/datasets/tests/__pycache__/test_rrlyrae.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/gatspy/datasets/tests/__pycache__/test_rrlyrae.cpython-310.pyc
/usr/lib/python3.10/site-packages/gatspy/datasets/tests/__pycache__/test_rrlyrae_generated.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/gatspy/datasets/tests/__pycache__/test_rrlyrae_generated.cpython-310.pyc
/usr/lib/python3.10/site-packages/gatspy/datasets/tests/test_download_data.py
/usr/lib/python3.10/site-packages/gatspy/datasets/tests/test_rrlyrae.py
/usr/lib/python3.10/site-packages/gatspy/datasets/tests/test_rrlyrae_generated.py
/usr/lib/python3.10/site-packages/gatspy/periodic
/usr/lib/python3.10/site-packages/gatspy/periodic/__init__.py
/usr/lib/python3.10/site-packages/gatspy/periodic/__pycache__
/usr/lib/python3.10/site-packages/gatspy/periodic/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/gatspy/periodic/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/gatspy/periodic/__pycache__/_least_squares_mixin.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/gatspy/periodic/__pycache__/_least_squares_mixin.cpython-310.pyc
/usr/lib/python3.10/site-packages/gatspy/periodic/__pycache__/lomb_scargle.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/gatspy/periodic/__pycache__/lomb_scargle.cpython-310.pyc
/usr/lib/python3.10/site-packages/gatspy/periodic/__pycache__/lomb_scargle_fast.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/gatspy/periodic/__pycache__/lomb_scargle_fast.cpython-310.pyc
/usr/lib/python3.10/site-packages/gatspy/periodic/__pycache__/lomb_scargle_multiband.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/gatspy/periodic/__pycache__/lomb_scargle_multiband.cpython-310.pyc
/usr/lib/python3.10/site-packages/gatspy/periodic/__pycache__/modeler.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/gatspy/periodic/__pycache__/modeler.cpython-310.pyc
/usr/lib/python3.10/site-packages/gatspy/periodic/__pycache__/naive_multiband.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/gatspy/periodic/__pycache__/naive_multiband.cpython-310.pyc
/usr/lib/python3.10/site-packages/gatspy/periodic/__pycache__/optimizer.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/gatspy/periodic/__pycache__/optimizer.cpython-310.pyc
/usr/lib/python3.10/site-packages/gatspy/periodic/__pycache__/supersmoother.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/gatspy/periodic/__pycache__/supersmoother.cpython-310.pyc
/usr/lib/python3.10/site-packages/gatspy/periodic/__pycache__/template_modeler.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/gatspy/periodic/__pycache__/template_modeler.cpython-310.pyc
/usr/lib/python3.10/site-packages/gatspy/periodic/__pycache__/trended_lomb_scargle.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/gatspy/periodic/__pycache__/trended_lomb_scargle.cpython-310.pyc
/usr/lib/python3.10/site-packages/gatspy/periodic/_least_squares_mixin.py
/usr/lib/python3.10/site-packages/gatspy/periodic/lomb_scargle.py
/usr/lib/python3.10/site-packages/gatspy/periodic/lomb_scargle_fast.py
/usr/lib/python3.10/site-packages/gatspy/periodic/lomb_scargle_multiband.py
/usr/lib/python3.10/site-packages/gatspy/periodic/modeler.py
/usr/lib/python3.10/site-packages/gatspy/periodic/naive_multiband.py
/usr/lib/python3.10/site-packages/gatspy/periodic/optimizer.py
/usr/lib/python3.10/site-packages/gatspy/periodic/supersmoother.py
/usr/lib/python3.10/site-packages/gatspy/periodic/template_modeler.py
/usr/lib/python3.10/site-packages/gatspy/periodic/tests
/usr/lib/python3.10/site-packages/gatspy/periodic/tests/__init__.py
/usr/lib/python3.10/site-packages/gatspy/periodic/tests/__pycache__
/usr/lib/python3.10/site-packages/gatspy/periodic/tests/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/gatspy/periodic/tests/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/gatspy/periodic/tests/__pycache__/test_base_modeler.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/gatspy/periodic/tests/__pycache__/test_base_modeler.cpython-310.pyc
/usr/lib/python3.10/site-packages/gatspy/periodic/tests/__pycache__/test_lomb_scargle.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/gatspy/periodic/tests/__pycache__/test_lomb_scargle.cpython-310.pyc
/usr/lib/python3.10/site-packages/gatspy/periodic/tests/__pycache__/test_lomb_scargle_fast.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/gatspy/periodic/tests/__pycache__/test_lomb_scargle_fast.cpython-310.pyc
/usr/lib/python3.10/site-packages/gatspy/periodic/tests/__pycache__/test_lomb_scargle_multiband.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/gatspy/periodic/tests/__pycache__/test_lomb_scargle_multiband.cpython-310.pyc
/usr/lib/python3.10/site-packages/gatspy/periodic/tests/__pycache__/test_optimizer.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/gatspy/periodic/tests/__pycache__/test_optimizer.cpython-310.pyc
/usr/lib/python3.10/site-packages/gatspy/periodic/tests/__pycache__/test_supersmoother.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/gatspy/periodic/tests/__pycache__/test_supersmoother.cpython-310.pyc
/usr/lib/python3.10/site-packages/gatspy/periodic/tests/__pycache__/test_templates.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/gatspy/periodic/tests/__pycache__/test_templates.cpython-310.pyc
/usr/lib/python3.10/site-packages/gatspy/periodic/tests/__pycache__/test_trended_lomb_scargle.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/gatspy/periodic/tests/__pycache__/test_trended_lomb_scargle.cpython-310.pyc
/usr/lib/python3.10/site-packages/gatspy/periodic/tests/test_base_modeler.py
/usr/lib/python3.10/site-packages/gatspy/periodic/tests/test_lomb_scargle.py
/usr/lib/python3.10/site-packages/gatspy/periodic/tests/test_lomb_scargle_fast.py
/usr/lib/python3.10/site-packages/gatspy/periodic/tests/test_lomb_scargle_multiband.py
/usr/lib/python3.10/site-packages/gatspy/periodic/tests/test_optimizer.py
/usr/lib/python3.10/site-packages/gatspy/periodic/tests/test_supersmoother.py
/usr/lib/python3.10/site-packages/gatspy/periodic/tests/test_templates.py
/usr/lib/python3.10/site-packages/gatspy/periodic/tests/test_trended_lomb_scargle.py
/usr/lib/python3.10/site-packages/gatspy/periodic/trended_lomb_scargle.py
/usr/lib/python3.10/site-packages/gatspy/tests
/usr/lib/python3.10/site-packages/gatspy/tests/__init__.py
/usr/lib/python3.10/site-packages/gatspy/tests/__pycache__
/usr/lib/python3.10/site-packages/gatspy/tests/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/gatspy/tests/__pycache__/__init__.cpython-310.pyc
/usr/share/doc/python3-gatspy
/usr/share/doc/python3-gatspy/CHANGES.md
/usr/share/doc/python3-gatspy/README.md
/usr/share/licenses/python3-gatspy
/usr/share/licenses/python3-gatspy/LICENSE
References
Summary
In this tutorial we learn how to install python3-gatspy
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).