How to Install and Uninstall perl-FFI-CheckLib Package on openSuSE Tumbleweed

Last updated: May 20,2024

1. Install "perl-FFI-CheckLib" package

Please follow the guidelines below to install perl-FFI-CheckLib on openSuSE Tumbleweed

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

2. Uninstall "perl-FFI-CheckLib" package

Please follow the instructions below to uninstall perl-FFI-CheckLib on openSuSE Tumbleweed:

$ sudo zypper remove perl-FFI-CheckLib

3. Information about the perl-FFI-CheckLib package on openSuSE Tumbleweed

Information for package perl-FFI-CheckLib:
------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : perl-FFI-CheckLib
Version : 0.31-1.5
Arch : noarch
Vendor : openSUSE
Installed Size : 61.4 KiB
Installed : No
Status : not installed
Source package : perl-FFI-CheckLib-0.31-1.5.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.