How to Install and Uninstall python3-liblinear Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: July 06,2024

1. Install "python3-liblinear" package

Please follow the guidance below to install python3-liblinear on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python3-liblinear

2. Uninstall "python3-liblinear" package

Please follow the steps below to uninstall python3-liblinear on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove python3-liblinear $ sudo apt autoclean && sudo apt autoremove

3. Information about the python3-liblinear package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: python3-liblinear
Priority: optional
Section: universe/python
Installed-Size: 45
Maintainer: Ubuntu Developers
Original-Maintainer: Christian Kastner
Architecture: all
Source: liblinear
Version: 2.1.0+dfsg-1
Depends: python3:any (>= 3.3.2-2~), liblinear3 (>= 2.1.0+dfsg-1), liblinear3 (<< 2.1.0+dfsg-1.1~)
Filename: pool/universe/libl/liblinear/python3-liblinear_2.1.0+dfsg-1_all.deb
Size: 12638
MD5sum: c2b2943724b0a83dd062e6a7c13a501c
SHA1: 933bf108e3cfb6856f874731081f8368bb38a735
SHA256: 1ac669bb4e9f4335f7ee335fe7df0387ffae09aaaf70d073743f551ff0782739
Description-en: Python 3 bindings for LIBLINEAR
LIBLINEAR is a library for learning linear classifiers for large scale
applications. It supports Support Vector Machines (SVM) with L2 and L1
loss, logistic regression, multi class classification and also Linear
Programming Machines (L1-regularized SVMs). Its computational complexity
scales linearly with the number of training examples making it one of
the fastest SVM solvers around. It also provides Python bindings.
.
This package contains the Python 3 bindings.
Description-md5: 29042e3f385cbd59e2267884f7f914ec
Homepage: http://www.csie.ntu.edu.tw/~cjlin/liblinear/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu