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

Last updated: May 18,2024

1. Install "libblosc-dev" package

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

$ sudo apt update $ sudo apt install libblosc-dev

2. Uninstall "libblosc-dev" package

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

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

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

Package: libblosc-dev
Priority: optional
Section: universe/libdevel
Installed-Size: 108
Maintainer: Ubuntu Developers
Original-Maintainer: Jean-Christophe Jaskula
Architecture: amd64
Source: c-blosc
Version: 1.7.0-1
Depends: libblosc1 (= 1.7.0-1)
Filename: pool/universe/c/c-blosc/libblosc-dev_1.7.0-1_amd64.deb
Size: 29212
MD5sum: 1538d34dcf36f4defa3c6c1c86e5604d
SHA1: 0e356c9bbe72aa81511b29ea9a62824e4dbd1d59
SHA256: 0a6a9445b1b473ebf18c55bcb87d3911352e3dc4835199a7b5aaa331f8b70669
Description-en: High performance meta-compressor optimized for binary data (development files)
Blosc is a high performance compressor optimized for binary data. It has been
designed to transmit data to the processor cache faster than the traditional,
non-compressed, direct memory fetch approach via a memcpy() OS call. Blosc is
meant not only to reduce the size of large datasets on-disk or in-memory, but
also to accelerate memory-bound computations.
.
It uses the blocking technique to reduce activity on the memory bus as much
as possible. In short, this technique works by dividing datasets in blocks
that are small enough to fit in caches of modern processors and perform
compression / decompression there. It also leverages, if available, SIMD
instructions (SSE2) and multi-threading capabilities of CPUs, in order to
accelerate the compression / decompression process to a maximum.
.
This package contains the development files required to build programs against
Blosc.
Description-md5: 31721a09138548c56dc8cb7c80f59dfd
Homepage: http://blosc.org/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu