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

Last updated: May 14,2024

1. Install "libopenlibm-dev" package

This tutorial shows how to install libopenlibm-dev on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libopenlibm-dev

2. Uninstall "libopenlibm-dev" package

Please follow the guidelines below to uninstall libopenlibm-dev on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: libopenlibm-dev
Priority: optional
Section: universe/libdevel
Installed-Size: 797
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Julia Team
Architecture: amd64
Source: openlibm
Version: 0.5.0+dfsg-2
Depends: libopenlibm2 (= 0.5.0+dfsg-2)
Filename: pool/universe/o/openlibm/libopenlibm-dev_0.5.0+dfsg-2_amd64.deb
Size: 124090
MD5sum: 35ede8c7614959c29bb6fc1c215f3333
SHA1: d3e27b9285cc6295c077a668c1e942091a524f33
SHA256: 00f07c678d2ae1067b99089e76294b073848e2c07a1ddf4a6c1c8f771e6415a2
Description-en: standalone implementation of C mathematical functions (development files)
OpenLibm is an effort to have a high quality, portable, standalone libm
implementation, under a liberal free software license. It can be used
standalone in applications and programming language implementations.
.
The project was born out of a need to have a good libm for the Julia
programming language that worked consistently across compilers and operating
systems, and in 32-bit and 64-bit environments.
.
This package contains the development files needed to compile software using
openlibm.
Description-md5: bb804b08635a228ad07ebddfcc214360
Homepage: https://github.com/JuliaLang/openlibm
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu