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

Last updated: May 16,2024

1. Install "libopenblas-dev" package

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

$ sudo apt update $ sudo apt install libopenblas-dev

2. Uninstall "libopenblas-dev" package

Learn how to uninstall libopenblas-dev on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: libopenblas-dev
Priority: optional
Section: universe/libdevel
Installed-Size: 49812
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Science Team
Architecture: amd64
Source: openblas
Version: 0.2.18-1ubuntu1
Provides: libblas.so, liblapack.so
Depends: libopenblas-base (= 0.2.18-1ubuntu1), libblas-dev
Filename: pool/universe/o/openblas/libopenblas-dev_0.2.18-1ubuntu1_amd64.deb
Size: 3300322
MD5sum: e550f76c3bd014c8411e3624b56a90ed
SHA1: b30c68cb0c4c2b6c8e53c77e001c62f6c9917356
SHA256: fdc623cdd8d5197ecb21f39f482d1005018d864aba3c66eab54887e7396cd5fa
Description-en: Optimized BLAS (linear algebra) library (development files)
OpenBLAS is an optimized BLAS library based on GotoBLAS2 1.13 BSD version.
.
Unlike Atlas, OpenBLAS provides a multiple architecture library.
.
All kernel will be included in the library and dynamically switched to
the best architecture at run time (only on x86 arches).
.
This package includes the static libraries and symbolic links
needed for program development.
Description-md5: 8456cab1f92dcc3b9c1e25c17d025f94
Built-Using: lapack (= 3.6.0-2ubuntu2)
Homepage: https://github.com/xianyi/OpenBLAS
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu