How To Install matio-devel on Rocky Linux 8

In this tutorial we learn how to install matio-devel on Rocky Linux 8. matio-devel is Development files for matio

Introduction

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

What is matio-devel

The matio-devel package contains libraries and header files for developing applications that use matio.

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

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

sudo dnf -y install matio-devel

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

sudo yum -y install matio-devel

How To Uninstall matio-devel on Rocky Linux 8

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

sudo dnf remove matio-devel

matio-devel Package Contents on Rocky Linux 8

/usr/include/matio.h
/usr/include/matio_pubconf.h
/usr/lib64/libmatio.so
/usr/lib64/pkgconfig/matio.pc
/usr/share/man/man3/Mat_Close.3.gz
/usr/share/man/man3/Mat_CreateVer.3.gz
/usr/share/man/man3/Mat_GetDir.3.gz
/usr/share/man/man3/Mat_GetFilename.3.gz
/usr/share/man/man3/Mat_GetHeader.3.gz
/usr/share/man/man3/Mat_GetLibraryVersion.3.gz
/usr/share/man/man3/Mat_GetVersion.3.gz
/usr/share/man/man3/Mat_Open.3.gz
/usr/share/man/man3/Mat_Rewind.3.gz
/usr/share/man/man3/Mat_VarAddStructField.3.gz
/usr/share/man/man3/Mat_VarCreate.3.gz
/usr/share/man/man3/Mat_VarCreateStruct.3.gz
/usr/share/man/man3/Mat_VarDelete.3.gz
/usr/share/man/man3/Mat_VarFree.3.gz
/usr/share/man/man3/Mat_VarGetNumberOfFields.3.gz
/usr/share/man/man3/Mat_VarGetSize.3.gz
/usr/share/man/man3/Mat_VarGetStructFieldnames.3.gz
/usr/share/man/man3/Mat_VarGetStructs.3.gz
/usr/share/man/man3/Mat_VarGetStructsLinear.3.gz
/usr/share/man/man3/Mat_VarPrint.3.gz
/usr/share/man/man3/Mat_VarRead.3.gz
/usr/share/man/man3/Mat_VarReadInfo.3.gz
/usr/share/man/man3/Mat_VarReadNext.3.gz
/usr/share/man/man3/Mat_VarReadNextInfo.3.gz
/usr/share/man/man3/Mat_VarWrite.3.gz
/usr/share/man/man3/Mat_VarWriteAppend.3.gz

References

Summary

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