How To Install perl-FFI-CheckLib on Fedora 36
Introduction
In this tutorial we learn how to install perl-FFI-CheckLib
on Fedora 36.
What is perl-FFI-CheckLib
This Perl module checks whether a particular dynamic library is available for Foreign Function Interface (FFI) to use. It is modeled heavily on Devel packages are not installed. It also provides a find_lib function that will return the full path to the found dynamic library, which can be feed directly into FFI
We can use yum
or dnf
to install perl-FFI-CheckLib
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install perl-FFI-CheckLib.
Install perl-FFI-CheckLib 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-FFI-CheckLib
using dnf
by running the following command:
sudo dnf -y install perl-FFI-CheckLib
Install perl-FFI-CheckLib 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-FFI-CheckLib
using yum
by running the following command:
sudo yum -y install perl-FFI-CheckLib
How To Uninstall perl-FFI-CheckLib on Fedora 36
To uninstall only the perl-FFI-CheckLib
package we can use the following command:
sudo dnf remove perl-FFI-CheckLib
perl-FFI-CheckLib Package Contents on Fedora 36
/usr/share/doc/perl-FFI-CheckLib
/usr/share/doc/perl-FFI-CheckLib/Changes
/usr/share/doc/perl-FFI-CheckLib/README
/usr/share/licenses/perl-FFI-CheckLib
/usr/share/licenses/perl-FFI-CheckLib/LICENSE
/usr/share/man/man3/FFI::CheckLib.3pm.gz
/usr/share/perl5/vendor_perl/FFI
/usr/share/perl5/vendor_perl/FFI/CheckLib.pm
References
Summary
In this tutorial we learn how to install perl-FFI-CheckLib
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).