How To Install perl-IO-FDPass on AlmaLinux 8

In this tutorial we learn how to install perl-IO-FDPass in AlmaLinux 8. perl-IO-FDPass is Pass a file descriptor over a socket

Introduction

In this tutorial we learn how to install perl-IO-FDPass on AlmaLinux 8.

What is perl-IO-FDPass

This small low-level module only has one purpose another process, using a (streaming) UNIX domain socket (on POSIX systems) or any (streaming) socket (on WIN32 systems). The ability to pass file descriptors on Windows is currently the unique selling point of this module. Have I mentioned that it is really small, too?

We can use yum or dnf to install perl-IO-FDPass on AlmaLinux 8. In this tutorial we discuss both methods but you only need to choose one of method to install perl-IO-FDPass.

Install perl-IO-FDPass 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 perl-IO-FDPass using dnf by running the following command:

sudo dnf -y install perl-IO-FDPass

Install perl-IO-FDPass 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 perl-IO-FDPass using yum by running the following command:

sudo yum -y install perl-IO-FDPass

How To Uninstall perl-IO-FDPass on AlmaLinux 8

To uninstall only the perl-IO-FDPass package we can use the following command:

sudo dnf remove perl-IO-FDPass

References

Summary

In this tutorial we learn how to install perl-IO-FDPass on AlmaLinux 8 using yum and dnf.