How to Install and Uninstall liblbfgs-dev Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 10,2024

1. Install "liblbfgs-dev" package

Please follow the instructions below to install liblbfgs-dev on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install liblbfgs-dev

2. Uninstall "liblbfgs-dev" package

This guide covers the steps necessary to uninstall liblbfgs-dev on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the liblbfgs-dev package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: liblbfgs-dev
Priority: extra
Section: universe/libdevel
Installed-Size: 124
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Science Maintainers
Architecture: amd64
Source: liblbfgs
Version: 1.10-6
Depends: liblbfgs0 (= 1.10-6)
Filename: pool/universe/libl/liblbfgs/liblbfgs-dev_1.10-6_amd64.deb
Size: 29960
MD5sum: 6306277276e9a29dd8141d540fc91e36
SHA1: 07b3898dce3f123616b30058cef63d979a4a3557
SHA256: a0a724fd19de29bdd661182a2555b2feeb49055d68e0c6a078d9568dc2a73a0a
Description-en: 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: d5f65742152dd99ff4338f3d17c1fa28
Multi-Arch: same
Homepage: http://www.chokkan.org/software/liblbfgs/index.html
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu