How To Install qscintilla-qt5 on AlmaLinux 8

In this tutorial we learn how to install qscintilla-qt5 in AlmaLinux 8. qscintilla-qt5 is A Scintilla port to Qt5

Introduction

In this tutorial we learn how to install qscintilla-qt5 on AlmaLinux 8.

What is qscintilla-qt5

A Scintilla port to Qt5.

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

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

sudo dnf remove qscintilla-qt5

References

Summary

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