How To Install python3-qscintilla-qt5 on Fedora 36

In this tutorial we learn how to install python3-qscintilla-qt5 in Fedora 36. python3-qscintilla-qt5 is QScintilla-qt5 python3 bindings

Introduction

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

What is python3-qscintilla-qt5

QScintilla-qt5 python3 bindings.

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

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

sudo dnf -y install python3-qscintilla-qt5

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

sudo yum -y install python3-qscintilla-qt5

How To Uninstall python3-qscintilla-qt5 on Fedora 36

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

sudo dnf remove python3-qscintilla-qt5

python3-qscintilla-qt5 Package Contents on Fedora 36

/usr/lib64/python3.10/site-packages/PyQt5/Qsci.abi3.so
/usr/lib64/python3.10/site-packages/QScintilla-2.13.0.dist-info
/usr/lib64/python3.10/site-packages/QScintilla-2.13.0.dist-info/INSTALLER
/usr/lib64/python3.10/site-packages/QScintilla-2.13.0.dist-info/METADATA
/usr/lib64/python3.10/site-packages/QScintilla-2.13.0.dist-info/RECORD
/usr/share/qt5/qsci
/usr/share/qt5/qsci/api
/usr/share/qt5/qsci/api/python
/usr/share/qt5/qsci/api/python/QScintilla.api

References

Summary

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