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

Last updated: November 25,2024

1. Install "liblinear.i686" package

Please follow the steps below to install liblinear.i686 on Fedora 39

$ sudo dnf update $ sudo dnf install liblinear.i686

2. Uninstall "liblinear.i686" package

Please follow the guidelines below to uninstall liblinear.i686 on Fedora 39:

$ sudo dnf remove liblinear.i686 $ sudo dnf autoremove

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

Last metadata expiration check: 3:57:13 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : liblinear
Version : 1.94
Release : 35.fc39
Architecture : i686
Size : 39 k
Source : liblinear-1.94-35.fc39.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.