How to Install and Uninstall ffcall Package on openSuSE Tumbleweed

Last updated: July 06,2024

1. Install "ffcall" package

Please follow the guidelines below to install ffcall on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install ffcall

2. Uninstall "ffcall" package

This is a short guide on how to uninstall ffcall on openSuSE Tumbleweed:

$ sudo zypper remove ffcall

3. Information about the ffcall package on openSuSE Tumbleweed

Information for package ffcall:
-------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : ffcall
Version : 2.4-4.1
Arch : x86_64
Vendor : openSUSE
Installed Size : 982.4 KiB
Installed : No
Status : not installed
Source package : ffcall-2.4-4.1.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)