How To Install perl-Unix-Groups-FFI on Fedora 36

In this tutorial we learn how to install perl-Unix-Groups-FFI in Fedora 36. perl-Unix-Groups-FFI is Interface to Unix group system calls

Introduction

In this tutorial we learn how to install perl-Unix-Groups-FFI on Fedora 36.

What is perl-Unix-Groups-FFI

This Perl module provides an FFI interface to several system calls related to Unix groups, including getgroups(2), setgroups(2), getgrouplist(3), and initgroups(3).

We can use yum or dnf to install perl-Unix-Groups-FFI on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install perl-Unix-Groups-FFI.

Install perl-Unix-Groups-FFI 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-Unix-Groups-FFI using dnf by running the following command:

sudo dnf -y install perl-Unix-Groups-FFI

Install perl-Unix-Groups-FFI 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-Unix-Groups-FFI using yum by running the following command:

sudo yum -y install perl-Unix-Groups-FFI

How To Uninstall perl-Unix-Groups-FFI on Fedora 36

To uninstall only the perl-Unix-Groups-FFI package we can use the following command:

sudo dnf remove perl-Unix-Groups-FFI

perl-Unix-Groups-FFI Package Contents on Fedora 36

/usr/share/doc/perl-Unix-Groups-FFI
/usr/share/doc/perl-Unix-Groups-FFI/Changes
/usr/share/doc/perl-Unix-Groups-FFI/README
/usr/share/licenses/perl-Unix-Groups-FFI
/usr/share/licenses/perl-Unix-Groups-FFI/LICENSE
/usr/share/man/man3/Unix::Groups::FFI.3pm.gz
/usr/share/perl5/vendor_perl/Unix
/usr/share/perl5/vendor_perl/Unix/Groups
/usr/share/perl5/vendor_perl/Unix/Groups/FFI.pm

References

Summary

In this tutorial we learn how to install perl-Unix-Groups-FFI on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).