How To Install libfoma on Fedora 36

In this tutorial we learn how to install libfoma in Fedora 36. libfoma is The foma C library

Introduction

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

What is libfoma

Foma can be used for constructing finite-state automata and transducers. It has support for many natural language processing applications such as producing morphological analyzers. It is sufficiently generic to use for a large number of purposes in addition to NLP. The foma interface is similar to the Xerox xfst interface. This package includes the foma C library.

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

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

sudo dnf -y install libfoma

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

sudo yum -y install libfoma

How To Uninstall libfoma on Fedora 36

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

sudo dnf remove libfoma

libfoma Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/ea
/usr/lib/.build-id/ea/a220e14e4daa51cdc8c142b16af4a657712908
/usr/lib64/libfoma.so.0
/usr/lib64/libfoma.so.0.10.0
/usr/share/doc/libfoma
/usr/share/doc/libfoma/README
/usr/share/licenses/libfoma
/usr/share/licenses/libfoma/COPYING

References

Summary

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


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

Introduction

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

What is libfoma

Foma can be used for constructing finite-state automata and transducers. It has support for many natural language processing applications such as producing morphological analyzers. It is sufficiently generic to use for a large number of purposes in addition to NLP. The foma interface is similar to the Xerox xfst interface. This package includes the foma C library.

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

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

sudo dnf -y install libfoma

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

sudo yum -y install libfoma

How To Uninstall libfoma on Fedora 36

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

sudo dnf remove libfoma

libfoma Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/45
/usr/lib/.build-id/45/6ef740f247e3142750be4a8164a6b06534ba08
/usr/lib/libfoma.so.0
/usr/lib/libfoma.so.0.10.0
/usr/share/doc/libfoma
/usr/share/doc/libfoma/README
/usr/share/licenses/libfoma
/usr/share/licenses/libfoma/COPYING

References

Summary

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