How To Install lasi-devel on Rocky Linux 8

In this tutorial we learn how to install lasi-devel on Rocky Linux 8. lasi-devel is Development headers and libraries for lasi

Introduction

In this tutorial we learn how to install lasi-devel on Rocky Linux 8.

What is lasi-devel

Development headers and libraries for lasi.

We can use yum or dnf to install lasi-devel on Rocky Linux 8. In this tutorial we discuss both methods but you only need to choose one of method to install lasi-devel.

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

sudo dnf -y install lasi-devel

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

sudo yum -y install lasi-devel

How To Uninstall lasi-devel on Rocky Linux 8

To uninstall only the lasi-devel package we can use the following command:

sudo dnf remove lasi-devel

lasi-devel Package Contents on Rocky Linux 8

/usr/include/LASi.h
/usr/lib64/libLASi.so
/usr/lib64/pkgconfig/lasi.pc
/usr/share/lasi1.1.2
/usr/share/lasi1.1.2/examples
/usr/share/lasi1.1.2/examples/ComplexTextLayoutExample.cpp
/usr/share/lasi1.1.2/examples/Example_1_Result.png
/usr/share/lasi1.1.2/examples/Example_2_Result.png
/usr/share/lasi1.1.2/examples/Makefile
/usr/share/lasi1.1.2/examples/MissingGlyphExample.cpp
/usr/share/lasi1.1.2/examples/README
/usr/share/lasi1.1.2/examples/SimpleLASiExample.cpp

References

Summary

In this tutorial we learn how to install lasi-devel on Rocky Linux 8 using yum and dnf.