How To Install ffcall on Fedora 36
Introduction
In this tutorial we learn how to install ffcall
on Fedora 36.
What is ffcall
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 - vacall - trampoline - callback (a reentrant combination of vacall and trampoline)
We can use yum
or dnf
to install ffcall
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install ffcall.
Install ffcall on Fedora 36 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install ffcall
using dnf
by running the following command:
sudo dnf -y install ffcall
Install ffcall on Fedora 36 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install ffcall
using yum
by running the following command:
sudo yum -y install ffcall
How To Uninstall ffcall on Fedora 36
To uninstall only the ffcall
package we can use the following command:
sudo dnf remove ffcall
ffcall Package Contents on Fedora 36
---
title: "How To Install ffcall on Fedora 36"
linkTitle: "ffcall"
type: "docs"
description: "In this tutorial we learn how to install ffcall in Fedora 36. ffcall is Libraries for foreign function call interfaces"
date: "2022-08-17"
lastmod: "2022-08-17"
#image: /images/fedora/36/ffcall-featured.png
---
## Introduction
In this tutorial we learn how to install `ffcall` on Fedora 36.
### What is `ffcall`
/usr/lib/.build-id
/usr/lib/.build-id/d9
/usr/lib/.build-id/d9/9a57eb65e9389c055e414b4095faa7c0660a0b
/usr/lib/.build-id/e0
/usr/lib/.build-id/e0/4f2fc33e7ddfc6d23f54a2abf8f12e27e29b7f
/usr/lib/.build-id/e9
/usr/lib/.build-id/e9/4668162989f2b3f2e7128ed95e4d34f8d1a02d
/usr/lib/.build-id/eb
/usr/lib/.build-id/eb/c54c3cc76bcccceb4e6587e3a36bab8bcfbb18
/usr/lib64/libavcall.so.1
/usr/lib64/libavcall.so.1.1.0
/usr/lib64/libcallback.so.1
/usr/lib64/libcallback.so.1.0.4
/usr/lib64/libffcall.so.0
/usr/lib64/libffcall.so.0.1.0
/usr/lib64/libtrampoline.so.1
/usr/lib64/libtrampoline.so.1.0.3
/usr/share/doc/ffcall
/usr/share/doc/ffcall/NEWS
/usr/share/doc/ffcall/README
/usr/share/licenses/ffcall
/usr/share/licenses/ffcall/COPYING
> 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 - vacall - trampoline - callback (a reentrant combination of vacall and trampoline)
We can use `yum` or `dnf` to install `ffcall` on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install ffcall.
Install ffcall on Fedora 36 Using dnf
References
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
## Summary
After updating yum database, We can install ffcall
using dnf
by running the following command:
In this tutorial we learn how to install ffcall
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
sudo dnf -y install ffcall
Install ffcall on Fedora 36 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install ffcall
using yum
by running the following command:
sudo yum -y install ffcall
How To Uninstall ffcall on Fedora 36
To uninstall only the ffcall
package we can use the following command:
sudo dnf remove ffcall
ffcall Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/63
/usr/lib/.build-id/63/e57b91517c839804ba91370129143002c81352
/usr/lib/.build-id/77
/usr/lib/.build-id/77/3a4d2de927d924f356fe3c08657b47a72f17ec
/usr/lib/.build-id/b6
/usr/lib/.build-id/b6/26b460772510acc8fd8c21f84d6b9cce9f1f86
/usr/lib/.build-id/c2
/usr/lib/.build-id/c2/5153866b0a01ad4d37b6ebfba47dccb701e6ce
/usr/lib/libavcall.so.1
/usr/lib/libavcall.so.1.1.0
/usr/lib/libcallback.so.1
/usr/lib/libcallback.so.1.0.4
/usr/lib/libffcall.so.0
/usr/lib/libffcall.so.0.1.0
/usr/lib/libtrampoline.so.1
/usr/lib/libtrampoline.so.1.0.3
/usr/share/doc/ffcall
/usr/share/doc/ffcall/NEWS
/usr/share/doc/ffcall/README
/usr/share/licenses/ffcall
/usr/share/licenses/ffcall/COPYING
References
Summary
In this tutorial we learn how to install ffcall
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).