How To Install perl-IPC-SysV on Rocky Linux 8

In this tutorial we learn how to install perl-IPC-SysV on Rocky Linux 8. perl-IPC-SysV is Object interface to System V IPC

Introduction

In this tutorial we learn how to install perl-IPC-SysV on Rocky Linux 8.

What is perl-IPC-SysV

This is an object interface for System V messages, semaphores, and inter-process calls.

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

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

sudo dnf -y install perl-IPC-SysV

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

sudo yum -y install perl-IPC-SysV

How To Uninstall perl-IPC-SysV on Rocky Linux 8

To uninstall only the perl-IPC-SysV package we can use the following command:

sudo dnf remove perl-IPC-SysV

perl-IPC-SysV Package Contents on Rocky Linux 8

/usr/lib/.build-id
/usr/lib/.build-id/57
/usr/lib/.build-id/57/8acbd6c9c3e8404a51896b4968774196b8c5d7
/usr/lib64/perl5/vendor_perl/IPC
/usr/lib64/perl5/vendor_perl/IPC/Msg.pm
/usr/lib64/perl5/vendor_perl/IPC/Semaphore.pm
/usr/lib64/perl5/vendor_perl/IPC/SharedMem.pm
/usr/lib64/perl5/vendor_perl/IPC/SysV.pm
/usr/lib64/perl5/vendor_perl/auto/IPC
/usr/lib64/perl5/vendor_perl/auto/IPC/SysV
/usr/lib64/perl5/vendor_perl/auto/IPC/SysV/SysV.so
/usr/share/doc/perl-IPC-SysV
/usr/share/doc/perl-IPC-SysV/Changes
/usr/share/doc/perl-IPC-SysV/README
/usr/share/doc/perl-IPC-SysV/TODO
/usr/share/man/man3/IPC::Msg.3pm.gz
/usr/share/man/man3/IPC::Semaphore.3pm.gz
/usr/share/man/man3/IPC::SharedMem.3pm.gz
/usr/share/man/man3/IPC::SysV.3pm.gz

References

Summary

In this tutorial we learn how to install perl-IPC-SysV on Rocky Linux 8 using yum and dnf.