How To Install qscintilla-qt5 on Rocky Linux 8
Introduction
In this tutorial we learn how to install qscintilla-qt5
on Rocky Linux 8.
What is qscintilla-qt5
A Scintilla port to Qt5.
We can use yum
or dnf
to install qscintilla-qt5
on Rocky Linux 8. In this tutorial we discuss both methods but you only need to choose one of method to install qscintilla-qt5.
Install 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 qscintilla-qt5
using dnf
by running the following command:
sudo dnf -y install qscintilla-qt5
Install 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 qscintilla-qt5
using yum
by running the following command:
sudo yum -y install qscintilla-qt5
How To Uninstall qscintilla-qt5 on Rocky Linux 8
To uninstall only the qscintilla-qt5
package we can use the following command:
sudo dnf remove qscintilla-qt5
qscintilla-qt5 Package Contents on Rocky Linux 8
/usr/lib/.build-id
/usr/lib/.build-id/9c
/usr/lib/.build-id/9c/850d5380f7fec42d9c4ef58965f5c714153f42
/usr/lib/.build-id/aa
/usr/lib/.build-id/aa/e410513c625907837d4d08675187da93bb73bb
/usr/lib64/libqscintilla2_qt5.so.15
/usr/lib64/libqscintilla2_qt5.so.15.0
/usr/lib64/libqscintilla2_qt5.so.15.0.0
/usr/lib64/qt5/plugins/designer/libqscintillaplugin.so
/usr/share/doc/qscintilla-qt5
/usr/share/doc/qscintilla-qt5/NEWS
/usr/share/doc/qscintilla-qt5/README
/usr/share/licenses/qscintilla-qt5
/usr/share/licenses/qscintilla-qt5/LICENSE
/usr/share/qt5/translations/qscintilla_cs.qm
/usr/share/qt5/translations/qscintilla_de.qm
/usr/share/qt5/translations/qscintilla_es.qm
/usr/share/qt5/translations/qscintilla_fr.qm
/usr/share/qt5/translations/qscintilla_pt_br.qm
References
Summary
In this tutorial we learn how to install qscintilla-qt5
on Rocky Linux 8 using yum and dnf.