How to Install and Uninstall liblbfgs0 Package on Kali Linux

Last updated: May 18,2024

1. Install "liblbfgs0" package

Here is a brief guide to show you how to install liblbfgs0 on Kali Linux

$ sudo apt update $ sudo apt install liblbfgs0

2. Uninstall "liblbfgs0" package

This tutorial shows how to uninstall liblbfgs0 on Kali Linux:

$ sudo apt remove liblbfgs0 $ sudo apt autoclean && sudo apt autoremove

3. Information about the liblbfgs0 package on Kali Linux

Package: liblbfgs0
Source: liblbfgs
Version: 1.10-8
Installed-Size: 39
Maintainer: Debian Science Maintainers
Architecture: amd64
Depends: libc6 (>= 2.14)
Size: 11508
SHA256: 0b874b330bbd6f2a9ff19a5810c696bb47aecd3804c0db6b3438830649fc27b6
SHA1: c585cf44b7f432d378a71a2dc31350bdd1718985
MD5sum: 1fb4719ff09f86df2604e2611c11264c
Description: L-BFGS solver for unconstrained nonlinear optimization problems
Solves nonlinear optimization problems using the limited-memory BFGS method.
The user specifies a callback C function that returns the value and gradients
of the cost function at a particular operating point. This library estimates
the Hessians from user input, and applies Newton's method iteratively to find a
local minimum of the cost function. This is a small library, written in C with
minimal dependencies.
Description-md5:
Multi-Arch: same
Homepage: https://www.chokkan.org/software/liblbfgs/index.html
Tag: role::shared-lib
Section: libs
Priority: optional
Filename: pool/main/libl/liblbfgs/liblbfgs0_1.10-8_amd64.deb