How To Install liblinear on Fedora 36

In this tutorial we learn how to install liblinear in Fedora 36. liblinear is Library for Large Linear Classification

Introduction

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

What is liblinear

liblinear is an open source library for large-scale linear classification. It supports logistic regression and linear support vector machines. It provides easy-to-use command-line tools and library calls for users and developers. Comprehensive documents are available for both beginners and advanced users. Experiments demonstrate that liblinear is very efficient on large sparse data sets. liblinear is the winner of ICML 2008 large-scale learning challenge (linear SVM track). It is also used for winning KDD Cup 2010.

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

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

sudo dnf -y install liblinear

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

sudo yum -y install liblinear

How To Uninstall liblinear on Fedora 36

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

sudo dnf remove liblinear

liblinear Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/3b
/usr/lib/.build-id/3b/8be9ed1b39c441a973ac3af08ca11246a3756d
/usr/lib64/liblinear.so.1
/usr/share/doc/liblinear
/usr/share/doc/liblinear/COPYRIGHT

References

Summary

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


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

Introduction

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

What is liblinear

liblinear is an open source library for large-scale linear classification. It supports logistic regression and linear support vector machines. It provides easy-to-use command-line tools and library calls for users and developers. Comprehensive documents are available for both beginners and advanced users. Experiments demonstrate that liblinear is very efficient on large sparse data sets. liblinear is the winner of ICML 2008 large-scale learning challenge (linear SVM track). It is also used for winning KDD Cup 2010.

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

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

sudo dnf -y install liblinear

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

sudo yum -y install liblinear

How To Uninstall liblinear on Fedora 36

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

sudo dnf remove liblinear

liblinear Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/16
/usr/lib/.build-id/16/0e6045f893afb84e18d48e2eea9b67d7fcda8e
/usr/lib/liblinear.so.1
/usr/share/doc/liblinear
/usr/share/doc/liblinear/COPYRIGHT

References

Summary

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