How To Install irstlm on Fedora 36

In this tutorial we learn how to install irstlm in Fedora 36. irstlm is Statistical language model tool

Introduction

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

What is irstlm

Irstlm is a tool for the estimation, representation, and computation of statistical language models.

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

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

sudo dnf -y install irstlm

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

sudo yum -y install irstlm

How To Uninstall irstlm on Fedora 36

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

sudo dnf remove irstlm

irstlm Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/d0
/usr/lib/.build-id/d0/e915ffc491d3c7b6c97370c529074c3e7308d1
/usr/lib/libirstlm.so.0
/usr/lib/libirstlm.so.0.0.0
/usr/share/doc/irstlm
/usr/share/doc/irstlm/README.md
/usr/share/licenses/irstlm
/usr/share/licenses/irstlm/Copyright
/usr/share/licenses/irstlm/LICENSE

References

Summary

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


title: “How To Install irstlm on Fedora 36” linkTitle: “irstlm” type: “docs” description: “In this tutorial we learn how to install irstlm in Fedora 36. irstlm is Statistical language model tool” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/irstlm-featured.png

Introduction

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

What is irstlm

Irstlm is a tool for the estimation, representation, and computation of statistical language models.

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

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

sudo dnf -y install irstlm

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

sudo yum -y install irstlm

How To Uninstall irstlm on Fedora 36

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

sudo dnf remove irstlm

irstlm Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/bd
/usr/lib/.build-id/bd/3f678bd4767d59739835386cd4a454fa958583
/usr/lib64/libirstlm.so.0
/usr/lib64/libirstlm.so.0.0.0
/usr/share/doc/irstlm
/usr/share/doc/irstlm/README.md
/usr/share/licenses/irstlm
/usr/share/licenses/irstlm/Copyright
/usr/share/licenses/irstlm/LICENSE

References

Summary

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