How To Install fasttext-libs on Fedora 36

In this tutorial we learn how to install fasttext-libs in Fedora 36. fasttext-libs is Runtime libraries for fastText

Introduction

In this tutorial we learn how to install fasttext-libs on Fedora 36.

What is fasttext-libs

This package contains the libraries for fastText.

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

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

sudo dnf -y install fasttext-libs

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

sudo yum -y install fasttext-libs

How To Uninstall fasttext-libs on Fedora 36

To uninstall only the fasttext-libs package we can use the following command:

sudo dnf remove fasttext-libs

fasttext-libs Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/a2
/usr/lib/.build-id/a2/1f9004e2140bce2e041c930f59072144da9ce3
/usr/lib64/libfasttext.so.0
/usr/share/doc/fasttext-libs
/usr/share/doc/fasttext-libs/CODE_OF_CONDUCT.md
/usr/share/doc/fasttext-libs/CONTRIBUTING.md
/usr/share/doc/fasttext-libs/README.md
/usr/share/licenses/fasttext-libs
/usr/share/licenses/fasttext-libs/LICENSE

References

Summary

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


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

Introduction

In this tutorial we learn how to install fasttext-libs on Fedora 36.

What is fasttext-libs

This package contains the libraries for fastText.

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

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

sudo dnf -y install fasttext-libs

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

sudo yum -y install fasttext-libs

How To Uninstall fasttext-libs on Fedora 36

To uninstall only the fasttext-libs package we can use the following command:

sudo dnf remove fasttext-libs

fasttext-libs Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/57
/usr/lib/.build-id/57/bd7cd63031ba05746db848da5af985a22b4469
/usr/lib/libfasttext.so.0
/usr/share/doc/fasttext-libs
/usr/share/doc/fasttext-libs/CODE_OF_CONDUCT.md
/usr/share/doc/fasttext-libs/CONTRIBUTING.md
/usr/share/doc/fasttext-libs/README.md
/usr/share/licenses/fasttext-libs
/usr/share/licenses/fasttext-libs/LICENSE

References

Summary

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