How to Install and Uninstall ffcall Package on openSUSE Leap

Last updated: May 17,2024

1. Install "ffcall" package

Please follow the step by step instructions below to install ffcall on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install ffcall

2. Uninstall "ffcall" package

This guide let you learn how to uninstall ffcall on openSUSE Leap:

$ sudo zypper remove ffcall

3. Information about the ffcall package on openSUSE Leap

Information for package ffcall:
-------------------------------
Repository : Main Repository
Name : ffcall
Version : 2.4-bp155.3.10
Arch : x86_64
Vendor : openSUSE
Installed Size : 860.6 KiB
Installed : No
Status : not installed
Source package : ffcall-2.4-bp155.3.10.src
Upstream URL : https://www.gnu.org/software/libffcall/
Summary : Libraries for foreign function call interfaces
Description :
This is a collection of four libraries which can be used to build
foreign function call interfaces in embedded interpreters. The four
packages are:
- avcall: calling C functions with variable arguments
- vacall: C functions accepting variable argument prototypes
- trampoline: closures as first-class C functions
- callback: closures with variable arguments as first-class C functions
(a reentrant combination of vacall and trampoline)