How to Install and Uninstall ffcall.i686 Package on Fedora 38

Last updated: June 03,2024

1. Install "ffcall.i686" package

Here is a brief guide to show you how to install ffcall.i686 on Fedora 38

$ sudo dnf update $ sudo dnf install ffcall.i686

2. Uninstall "ffcall.i686" package

Learn how to uninstall ffcall.i686 on Fedora 38:

$ sudo dnf remove ffcall.i686 $ sudo dnf autoremove

3. Information about the ffcall.i686 package on Fedora 38

Last metadata expiration check: 0:26:02 ago on Sun Mar 17 04:59:58 2024.
Available Packages
Name : ffcall
Version : 2.4
Release : 5.fc38
Architecture : i686
Size : 36 k
Source : ffcall-2.4-5.fc38.src.rpm
Repository : fedora
Summary : Libraries for foreign function call interfaces
URL : https://www.gnu.org/software/libffcall/
License : GPL-2.0-or-later
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)