How To Install libfoma-devel on Fedora 36

In this tutorial we learn how to install libfoma-devel in Fedora 36. libfoma-devel is Development files for libfoma

Introduction

In this tutorial we learn how to install libfoma-devel on Fedora 36.

What is libfoma-devel

The libfoma-devel package contains libraries and header files for developing applications that use libfoma.

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

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

sudo dnf -y install libfoma-devel

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

sudo yum -y install libfoma-devel

How To Uninstall libfoma-devel on Fedora 36

To uninstall only the libfoma-devel package we can use the following command:

sudo dnf remove libfoma-devel

libfoma-devel Package Contents on Fedora 36

/usr/include/fomalib.h
/usr/include/fomalibconf.h
/usr/lib/libfoma.so
/usr/lib/pkgconfig/libfoma.pc

References

Summary

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


title: “How To Install libfoma-devel on Fedora 36” linkTitle: “libfoma-devel” type: “docs” description: “In this tutorial we learn how to install libfoma-devel in Fedora 36. libfoma-devel is Development files for libfoma” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/libfoma-devel-featured.png

Introduction

In this tutorial we learn how to install libfoma-devel on Fedora 36.

What is libfoma-devel

The libfoma-devel package contains libraries and header files for developing applications that use libfoma.

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

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

sudo dnf -y install libfoma-devel

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

sudo yum -y install libfoma-devel

How To Uninstall libfoma-devel on Fedora 36

To uninstall only the libfoma-devel package we can use the following command:

sudo dnf remove libfoma-devel

libfoma-devel Package Contents on Fedora 36

/usr/include/fomalib.h
/usr/include/fomalibconf.h
/usr/lib64/libfoma.so
/usr/lib64/pkgconfig/libfoma.pc

References

Summary

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