How to Install and Uninstall python3-liblinear Package on Kali Linux

Last updated: May 14,2024

1. Install "python3-liblinear" package

This guide covers the steps necessary to install python3-liblinear on Kali Linux

$ sudo apt update $ sudo apt install python3-liblinear

2. Uninstall "python3-liblinear" package

Please follow the guidance below to uninstall python3-liblinear on Kali Linux:

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

3. Information about the python3-liblinear package on Kali Linux

Package: python3-liblinear
Source: liblinear
Version: 2.3.0+dfsg-5
Installed-Size: 58
Maintainer: Debian Science Maintainers
Architecture: all
Depends: python3:any, liblinear4 (>= 2.3.0+dfsg-5), liblinear4 (<< 2.3.0+dfsg-5.1~)
Size: 21112
SHA256: 955132763a4c0cb11a1944e02e13cc8ddd403afe6974188fb5737237af641771
SHA1: eb7d84cded7c3b914e0a1b85205918884f1c003f
MD5sum: 6dde932b67824f069fe35aeb46be052e
Description: 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:
Homepage: https://www.csie.ntu.edu.tw/~cjlin/liblinear/
Section: python
Priority: optional
Filename: pool/main/libl/liblinear/python3-liblinear_2.3.0+dfsg-5_all.deb