How to Install and Uninstall liblbfgs-dev Package on Kali Linux

Last updated: May 10,2024

1. Install "liblbfgs-dev" package

Please follow the steps below to install liblbfgs-dev on Kali Linux

$ sudo apt update $ sudo apt install liblbfgs-dev

2. Uninstall "liblbfgs-dev" package

Learn how to uninstall liblbfgs-dev on Kali Linux:

$ sudo apt remove liblbfgs-dev $ sudo apt autoclean && sudo apt autoremove

3. Information about the liblbfgs-dev package on Kali Linux

Package: liblbfgs-dev
Source: liblbfgs
Version: 1.10-8
Installed-Size: 72
Maintainer: Debian Science Maintainers
Architecture: amd64
Depends: liblbfgs0 (= 1.10-8)
Size: 20440
SHA256: 6aa9563f21dc834f32f20aee8d10b7ca9da42da0d7b1b28895bcdd37eff497d2
SHA1: ba769443ca338616cf6b86cb815e1ddc58e77f61
MD5sum: be84939b8fb051b9a66c9ab6c3bb387f
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.
.
This package contains development files
Description-md5:
Multi-Arch: same
Homepage: https://www.chokkan.org/software/liblbfgs/index.html
Tag: devel::lang:c, devel::library, implemented-in::c, role::devel-lib
Section: libdevel
Priority: optional
Filename: pool/main/libl/liblbfgs/liblbfgs-dev_1.10-8_amd64.deb