How To Install squashfuse-devel on Rocky Linux 8

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

Introduction

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

What is squashfuse-devel

Libraries and header files for developing applications that use squashfuse.

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

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

sudo dnf -y install squashfuse-devel

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

sudo yum -y install squashfuse-devel

How To Uninstall squashfuse-devel on Rocky Linux 8

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

sudo dnf remove squashfuse-devel

squashfuse-devel Package Contents on Rocky Linux 8

/usr/include/squashfs_fs.h
/usr/include/squashfuse.h
/usr/lib64/libfuseprivate.so
/usr/lib64/libsquashfuse.so
/usr/lib64/pkgconfig/squashfuse.pc

References

Summary

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