How To Install python3-supersmoother on Fedora 36

In this tutorial we learn how to install python3-supersmoother in Fedora 36. python3-supersmoother is Python implementation of Friedman’s Supersmoother

Introduction

In this tutorial we learn how to install python3-supersmoother on Fedora 36.

What is python3-supersmoother

This is an efficient implementation of Friedman’s SuperSmoother based in Python. It makes use of numpy for fast numerical computation.

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

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

sudo dnf -y install python3-supersmoother

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

sudo yum -y install python3-supersmoother

How To Uninstall python3-supersmoother on Fedora 36

To uninstall only the python3-supersmoother package we can use the following command:

sudo dnf remove python3-supersmoother

python3-supersmoother Package Contents on Fedora 36

/usr/lib/python3.10/site-packages/supersmoother
/usr/lib/python3.10/site-packages/supersmoother-0.4-py3.10.egg-info
/usr/lib/python3.10/site-packages/supersmoother/__init__.py
/usr/lib/python3.10/site-packages/supersmoother/__pycache__
/usr/lib/python3.10/site-packages/supersmoother/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/supersmoother/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/supersmoother/__pycache__/smoother.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/supersmoother/__pycache__/smoother.cpython-310.pyc
/usr/lib/python3.10/site-packages/supersmoother/__pycache__/supersmoother.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/supersmoother/__pycache__/supersmoother.cpython-310.pyc
/usr/lib/python3.10/site-packages/supersmoother/__pycache__/utils.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/supersmoother/__pycache__/utils.cpython-310.pyc
/usr/lib/python3.10/site-packages/supersmoother/__pycache__/windowed_sum.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/supersmoother/__pycache__/windowed_sum.cpython-310.pyc
/usr/lib/python3.10/site-packages/supersmoother/smoother.py
/usr/lib/python3.10/site-packages/supersmoother/supersmoother.py
/usr/lib/python3.10/site-packages/supersmoother/tests
/usr/lib/python3.10/site-packages/supersmoother/tests/__init__.py
/usr/lib/python3.10/site-packages/supersmoother/tests/__pycache__
/usr/lib/python3.10/site-packages/supersmoother/tests/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/supersmoother/tests/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/supersmoother/tests/__pycache__/test_basic_smoothers.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/supersmoother/tests/__pycache__/test_basic_smoothers.cpython-310.pyc
/usr/lib/python3.10/site-packages/supersmoother/tests/__pycache__/test_supersmoother.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/supersmoother/tests/__pycache__/test_supersmoother.cpython-310.pyc
/usr/lib/python3.10/site-packages/supersmoother/tests/__pycache__/test_utils.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/supersmoother/tests/__pycache__/test_utils.cpython-310.pyc
/usr/lib/python3.10/site-packages/supersmoother/tests/test_basic_smoothers.py
/usr/lib/python3.10/site-packages/supersmoother/tests/test_supersmoother.py
/usr/lib/python3.10/site-packages/supersmoother/tests/test_utils.py
/usr/lib/python3.10/site-packages/supersmoother/utils.py
/usr/lib/python3.10/site-packages/supersmoother/windowed_sum.py
/usr/share/doc/python3-supersmoother
/usr/share/doc/python3-supersmoother/CHANGES.md
/usr/share/doc/python3-supersmoother/README.md
/usr/share/licenses/python3-supersmoother
/usr/share/licenses/python3-supersmoother/LICENSE

References

Summary

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