How To Install plplot-pyqt on Fedora 36

In this tutorial we learn how to install plplot-pyqt in Fedora 36. plplot-pyqt is Functions for scientific plotting with PyQt

Introduction

In this tutorial we learn how to install plplot-pyqt on Fedora 36.

What is plplot-pyqt

Functions for scientific plotting with PyQt.

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

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

sudo dnf -y install plplot-pyqt

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

sudo yum -y install plplot-pyqt

How To Uninstall plplot-pyqt on Fedora 36

To uninstall only the plplot-pyqt package we can use the following command:

sudo dnf remove plplot-pyqt

plplot-pyqt Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/d1
/usr/lib/.build-id/d1/d4e718ce86b684a1cc461e3fb8e4a1041c3ea6
/usr/lib64/python3.10/site-packages/plplot_pyqt5.so

References

Summary

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