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

Last updated: January 15,2025

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

This is a short guide on how to install perl-FFI-CheckLib.noarch on Fedora 39

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

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

Please follow the instructions below to uninstall perl-FFI-CheckLib.noarch on Fedora 39:

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

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

Last metadata expiration check: 4:12:42 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : perl-FFI-CheckLib
Version : 0.31
Release : 4.fc39
Architecture : noarch
Size : 32 k
Source : perl-FFI-CheckLib-0.31-4.fc39.src.rpm
Repository : fedora
Summary : Check that a library is available for FFI
URL : https://metacpan.org/release/FFI-CheckLib
License : GPL-1.0-or-later OR Artistic-1.0-Perl
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.