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

Last updated: May 01,2024

1. Install "libsparsehash-dev" package

Here is a brief guide to show you how to install libsparsehash-dev on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libsparsehash-dev

2. Uninstall "libsparsehash-dev" package

This guide let you learn how to uninstall libsparsehash-dev on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: libsparsehash-dev
Priority: optional
Section: universe/libdevel
Installed-Size: 598
Maintainer: Ubuntu Developers
Original-Maintainer: Athena Capital Research
Architecture: all
Source: sparsehash
Version: 2.0.2-1
Replaces: sparsehash (<< 1.5.2)
Recommends: c++-compiler
Filename: pool/universe/s/sparsehash/libsparsehash-dev_2.0.2-1_all.deb
Size: 72356
MD5sum: 7b43f88af179847f3ea42d1144e1030c
SHA1: 669fae908969fcf4352e500826f2bae6b50a2105
SHA256: 2d69df717162435bca38a5825f3ef35364f3e820d966a9ce51c6294c8f282230
Description-en: Google's extremely memory-efficient C++ hash_map implementation
The Google SparseHash project contains several C++ template hash-map
implementations in use at Google, with different performance
characteristics, including an implementation that optimizes for space
and one that optimizes for speed.
Description-md5: f1892d074626ffc8f45c25a12319e388
Homepage: http://code.google.com/p/google-sparsehash
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu