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

Last updated: June 28,2024

1. Install "python-liblinear" package

Here is a brief guide to show you how to install python-liblinear on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-liblinear

2. Uninstall "python-liblinear" package

Here is a brief guide to show you how to uninstall python-liblinear on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python-liblinear
Priority: optional
Section: universe/python
Installed-Size: 50
Maintainer: Ubuntu Developers
Original-Maintainer: Christian Kastner
Architecture: all
Source: liblinear
Version: 2.1.0+dfsg-1
Depends: python:any (<< 2.8), python:any (>= 2.7.5-5~), liblinear3 (>= 2.1.0+dfsg-1), liblinear3 (<< 2.1.0+dfsg-1.1~)
Filename: pool/universe/libl/liblinear/python-liblinear_2.1.0+dfsg-1_all.deb
Size: 13158
MD5sum: bb82038f4daf9e2c56b84899c5d135ef
SHA1: 094c4e13a692ac872c1cd32425c883ce6c080508
SHA256: 9b6f95afb4ab0ebdf3058327f3416b0365c084fe6e28673f8e61a5925ac26d58
Description-en: Python 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 bindings.
Description-md5: 7ab93d58ae20e3760cbfbe5b35f7bf73
Homepage: http://www.csie.ntu.edu.tw/~cjlin/liblinear/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu