How to Install and Uninstall perl-FFI-CheckLib Package on openSUSE Leap

Last updated: June 08,2024

1. Install "perl-FFI-CheckLib" package

This guide let you learn how to install perl-FFI-CheckLib on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install perl-FFI-CheckLib

2. Uninstall "perl-FFI-CheckLib" package

This tutorial shows how to uninstall perl-FFI-CheckLib on openSUSE Leap:

$ sudo zypper remove perl-FFI-CheckLib

3. Information about the perl-FFI-CheckLib package on openSUSE Leap

Information for package perl-FFI-CheckLib:
------------------------------------------
Repository : Main Repository
Name : perl-FFI-CheckLib
Version : 0.28-bp155.2.10
Arch : noarch
Vendor : openSUSE
Installed Size : 54.2 KiB
Installed : No
Status : not installed
Source package : perl-FFI-CheckLib-0.28-bp155.2.10.src
Upstream URL : https://metacpan.org/release/FFI-CheckLib
Summary : Check that a library is available for FFI
Description :
This module checks whether a particular dynamic library is available for
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 another
FFI system.