How To Install ffcall-static on Fedora 36

In this tutorial we learn how to install ffcall-static in Fedora 36. ffcall-static is Static libraries for foreign function call interfaces

Introduction

In this tutorial we learn how to install ffcall-static on Fedora 36.

What is ffcall-static

Static libraries for foreign function call interfaces.

We can use yum or dnf to install ffcall-static on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install ffcall-static.

Install ffcall-static 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-static using dnf by running the following command:

sudo dnf -y install ffcall-static

Install ffcall-static 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-static using yum by running the following command:

sudo yum -y install ffcall-static

How To Uninstall ffcall-static on Fedora 36

To uninstall only the ffcall-static package we can use the following command:

sudo dnf remove ffcall-static

ffcall-static Package Contents on Fedora 36

/usr/lib64/libavcall.a
/usr/lib64/libcallback.a
/usr/lib64/libffcall.a
/usr/lib64/libtrampoline.a
/usr/lib64/libvacall.a

References

Summary

In this tutorial we learn how to install ffcall-static on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).


title: “How To Install ffcall-static on Fedora 36” linkTitle: “ffcall-static” type: “docs” description: “In this tutorial we learn how to install ffcall-static in Fedora 36. ffcall-static is Static libraries for foreign function call interfaces” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/ffcall-static-featured.png

Introduction

In this tutorial we learn how to install ffcall-static on Fedora 36.

What is ffcall-static

Static libraries for foreign function call interfaces.

We can use yum or dnf to install ffcall-static on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install ffcall-static.

Install ffcall-static 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-static using dnf by running the following command:

sudo dnf -y install ffcall-static

Install ffcall-static 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-static using yum by running the following command:

sudo yum -y install ffcall-static

How To Uninstall ffcall-static on Fedora 36

To uninstall only the ffcall-static package we can use the following command:

sudo dnf remove ffcall-static

ffcall-static Package Contents on Fedora 36

/usr/lib/libavcall.a
/usr/lib/libcallback.a
/usr/lib/libffcall.a
/usr/lib/libtrampoline.a
/usr/lib/libvacall.a

References

Summary

In this tutorial we learn how to install ffcall-static on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).