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

Last updated: September 21,2024

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

Please follow the instructions below to install perl-FFI-CheckLib.noarch on Fedora 36

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

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

Here is a brief guide to show you how to uninstall perl-FFI-CheckLib.noarch on Fedora 36:

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

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

Last metadata expiration check: 1:40:33 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : perl-FFI-CheckLib
Version : 0.28
Release : 4.fc36
Architecture : noarch
Size : 29 k
Source : perl-FFI-CheckLib-0.28-4.fc36.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.