How To Install python3-qscintilla-qt5 on Rocky Linux 8

In this tutorial we learn how to install python3-qscintilla-qt5 on Rocky Linux 8. python3-qscintilla-qt5 is QScintilla-qt5 python3 bindings

Introduction

In this tutorial we learn how to install python3-qscintilla-qt5 on Rocky Linux 8.

What is python3-qscintilla-qt5

QScintilla-qt5 python3 bindings.

We can use yum or dnf to install python3-qscintilla-qt5 on Rocky Linux 8. 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 Rocky Linux 8 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 Rocky Linux 8 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 Rocky Linux 8

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 Rocky Linux 8

/usr/lib/.build-id
/usr/lib/.build-id/11
/usr/lib/.build-id/11/0023c3351ec6e153b2266b9cf7121ac3624083
/usr/lib64/python3.6/site-packages/PyQt5/Qsci.pyi
/usr/lib64/python3.6/site-packages/PyQt5/Qsci.so
/usr/lib64/python3.6/site-packages/QScintilla-2.11.2.dist-info
/usr/lib64/python3.6/site-packages/QScintilla-2.11.2.dist-info/INSTALLER
/usr/lib64/python3.6/site-packages/QScintilla-2.11.2.dist-info/METADATA
/usr/lib64/python3.6/site-packages/QScintilla-2.11.2.dist-info/RECORD
/usr/share/qt5/qsci
/usr/share/qt5/qsci/api
/usr/share/qt5/qsci/api/python
/usr/share/qt5/qsci/api/python/Python-2.4.api
/usr/share/qt5/qsci/api/python/Python-2.5.api
/usr/share/qt5/qsci/api/python/Python-2.6.api
/usr/share/qt5/qsci/api/python/Python-2.7.api
/usr/share/qt5/qsci/api/python/Python-3.1.api
/usr/share/qt5/qsci/api/python/Python-3.2.api
/usr/share/qt5/qsci/api/python/Python-3.3.api
/usr/share/qt5/qsci/api/python/Python-3.4.api
/usr/share/qt5/qsci/api/python/Python-3.5.api
/usr/share/qt5/qsci/api/python/Python-3.6.api
/usr/share/qt5/qsci/api/python/Python-3.7.api
/usr/share/qt5/qsci/api/python/Python-3.8.api
/usr/share/qt5/qsci/api/python/QScintilla2.api

References

Summary

In this tutorial we learn how to install python3-qscintilla-qt5 on Rocky Linux 8 using yum and dnf.