How to Install and Uninstall perl-FFI-CheckLib.noarch Package on Fedora 35

Last updated: February 08,2025

1. Install "perl-FFI-CheckLib.noarch" package

Learn how to install perl-FFI-CheckLib.noarch on Fedora 35

$ sudo dnf update $ sudo dnf install perl-FFI-CheckLib.noarch

2. Uninstall "perl-FFI-CheckLib.noarch" package

Please follow the steps below to uninstall perl-FFI-CheckLib.noarch on Fedora 35:

$ sudo dnf remove perl-FFI-CheckLib.noarch $ sudo dnf autoremove

3. Information about the perl-FFI-CheckLib.noarch package on Fedora 35

Last metadata expiration check: 0:19:24 ago on Wed Sep 7 14:25:02 2022.
Available Packages
Name : perl-FFI-CheckLib
Version : 0.28
Release : 3.fc35
Architecture : noarch
Size : 29 k
Source : perl-FFI-CheckLib-0.28-3.fc35.src.rpm
Repository : fedora
Summary : Check that a library is available for FFI
URL : https://metacpan.org/release/FFI-CheckLib
License : GPL+ or Artistic
Description : This Perl module checks whether a particular dynamic library is available for
: Foreign Function Interface (FFI) to use. It is modeled heavily on
: Devel::CheckLib, but will find dynamic libraries even when development
: 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::Platypus or FFI::Raw.