How To Install python3-mplcursors on Fedora 36

In this tutorial we learn how to install python3-mplcursors in Fedora 36. python3-mplcursors is Interactive data selection cursors for Matplotlib

Introduction

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

What is python3-mplcursors

mplcursors – Interactive data selection cursors for Matplotlib

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

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

sudo dnf -y install python3-mplcursors

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

sudo yum -y install python3-mplcursors

How To Uninstall python3-mplcursors on Fedora 36

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

sudo dnf remove python3-mplcursors

python3-mplcursors Package Contents on Fedora 36

/usr/lib/python3.10/site-packages/mplcursors
/usr/lib/python3.10/site-packages/mplcursors-0.5.1.dist-info
/usr/lib/python3.10/site-packages/mplcursors-0.5.1.dist-info/INSTALLER
/usr/lib/python3.10/site-packages/mplcursors-0.5.1.dist-info/LICENSE.txt
/usr/lib/python3.10/site-packages/mplcursors-0.5.1.dist-info/METADATA
/usr/lib/python3.10/site-packages/mplcursors-0.5.1.dist-info/WHEEL
/usr/lib/python3.10/site-packages/mplcursors-0.5.1.dist-info/top_level.txt
/usr/lib/python3.10/site-packages/mplcursors.pth
/usr/lib/python3.10/site-packages/mplcursors/__init__.py
/usr/lib/python3.10/site-packages/mplcursors/__pycache__
/usr/lib/python3.10/site-packages/mplcursors/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/mplcursors/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/mplcursors/__pycache__/_mplcursors.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/mplcursors/__pycache__/_mplcursors.cpython-310.pyc
/usr/lib/python3.10/site-packages/mplcursors/__pycache__/_pick_info.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/mplcursors/__pycache__/_pick_info.cpython-310.pyc
/usr/lib/python3.10/site-packages/mplcursors/__pycache__/_version.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/mplcursors/__pycache__/_version.cpython-310.pyc
/usr/lib/python3.10/site-packages/mplcursors/_mplcursors.py
/usr/lib/python3.10/site-packages/mplcursors/_pick_info.py
/usr/lib/python3.10/site-packages/mplcursors/_version.py
/usr/share/doc/python3-mplcursors
/usr/share/doc/python3-mplcursors/README.rst
/usr/share/doc/python3-mplcursors/README.txt
/usr/share/licenses/python3-mplcursors
/usr/share/licenses/python3-mplcursors/LICENSE.txt

References

Summary

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