How To Install perl-IPC-SysV on Fedora 36

In this tutorial we learn how to install perl-IPC-SysV in Fedora 36. perl-IPC-SysV is Object interface to System V IPC

Introduction

In this tutorial we learn how to install perl-IPC-SysV on Fedora 36.

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 Fedora 36. 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 Fedora 36 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 Fedora 36 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 Fedora 36

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 Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/b0
/usr/lib/.build-id/b0/2f50e63ca583cf530e604d1a4dc740defbe537
/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 Fedora 36 using yum and [dnf]((/fedora/36/dnf/).