How to Install and Uninstall liblinear.i686 Package on Fedora 34

Last updated: July 05,2024

1. Install "liblinear.i686" package

This tutorial shows how to install liblinear.i686 on Fedora 34

$ sudo dnf update $ sudo dnf install liblinear.i686

2. Uninstall "liblinear.i686" package

This is a short guide on how to uninstall liblinear.i686 on Fedora 34:

$ sudo dnf remove liblinear.i686 $ sudo dnf autoremove

3. Information about the liblinear.i686 package on Fedora 34

Last metadata expiration check: 1:33:26 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : liblinear
Version : 1.94
Release : 27.fc34
Architecture : i686
Size : 38 k
Source : liblinear-1.94-27.fc34.src.rpm
Repository : fedora
Summary : Library for Large Linear Classification
URL : http://www.csie.ntu.edu.tw/~cjlin/liblinear
License : BSD
Description : 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.