How To Install perl-Fcntl on Fedora 36
Introduction
In this tutorial we learn how to install perl-Fcntl
on Fedora 36.
What is perl-Fcntl
Fcntl module provides file operation related options.
We can use yum
or dnf
to install perl-Fcntl
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install perl-Fcntl.
Install perl-Fcntl 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-Fcntl
using dnf
by running the following command:
sudo dnf -y install perl-Fcntl
Install perl-Fcntl 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-Fcntl
using yum
by running the following command:
sudo yum -y install perl-Fcntl
How To Uninstall perl-Fcntl on Fedora 36
To uninstall only the perl-Fcntl
package we can use the following command:
sudo dnf remove perl-Fcntl
perl-Fcntl Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/00
/usr/lib/.build-id/00/7c87a53865e17f7d71760f63e968e5bc1f28e8
/usr/lib64/perl5/Fcntl.pm
/usr/lib64/perl5/auto/Fcntl
/usr/lib64/perl5/auto/Fcntl/Fcntl.so
/usr/share/man/man3/Fcntl.3pm.gz
References
Summary
In this tutorial we learn how to install perl-Fcntl
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).