How to Install and Uninstall libblosc1 Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 20,2024

1. Install "libblosc1" package

This is a short guide on how to install libblosc1 on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libblosc1

2. Uninstall "libblosc1" package

This is a short guide on how to uninstall libblosc1 on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove libblosc1 $ sudo apt autoclean && sudo apt autoremove

3. Information about the libblosc1 package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: libblosc1
Priority: optional
Section: universe/libs
Installed-Size: 77
Maintainer: Ubuntu Developers
Original-Maintainer: Jean-Christophe Jaskula
Architecture: amd64
Source: c-blosc
Version: 1.7.0-1
Depends: libc6 (>= 2.14), liblz4-1 (>= 0.0~r130), libsnappy1v5, zlib1g (>= 1:1.1.4)
Filename: pool/universe/c/c-blosc/libblosc1_1.7.0-1_amd64.deb
Size: 25156
MD5sum: dd10eec799043df23695157cdd6a50e8
SHA1: bd41034a02eb62abfc95037e4aa970c9ed0e1108
SHA256: 6bd40b563671df973ec06fdc7988d9b8a364c54464169294c09427f2cf364771
Description-en: High performance meta-compressor optimized for binary data
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.
Description-md5: 4482c5fc05bf78102be2e8ac6a0c4a92
Homepage: http://blosc.org/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu