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

Last updated: May 20,2024

1. Install "libleveldb1v5" package

This tutorial shows how to install libleveldb1v5 on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libleveldb1v5

2. Uninstall "libleveldb1v5" package

Please follow the steps below to uninstall libleveldb1v5 on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove libleveldb1v5 $ sudo apt autoclean && sudo apt autoremove

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

Package: libleveldb1v5
Priority: optional
Section: libs
Installed-Size: 376
Maintainer: Ubuntu Developers
Original-Maintainer: Alessio Treglia
Architecture: amd64
Source: leveldb
Version: 1.18-5
Replaces: libleveldb1
Depends: libc6 (>= 2.14), libgcc1 (>= 1:4.1.1), libsnappy1v5, libstdc++6 (>= 5.2)
Conflicts: libleveldb1
Filename: pool/main/l/leveldb/libleveldb1v5_1.18-5_amd64.deb
Size: 132166
MD5sum: bb1ca9814d4bb99651122156597d5eb2
SHA1: 3eb240ae63e55e2c497f3f9f8f66e24cd683d9ac
SHA256: 10438c324427eae4d604ec32836f1abd49cb0ce01d81d389ddc475dbe2649d89
Description-en: fast key-value storage library
LevelDB is a fast key-value storage library written at Google that
provides an ordered mapping from string keys to string values.
.
Features:
* Keys and values are arbitrary byte arrays.
* Data is stored sorted by key.
* Callers can provide a custom comparison function to override
the sort order.
* The basic operations are Put(key,value), Get(key), Delete(key).
* Multiple changes can be made in one atomic batch.
* Users can create a transient snapshot to get a consistent view of
data.
* Forward and backward iteration is supported over the data.
* Data is automatically compressed using the Snappy compression
library.
* External activity (file system operations etc.) is relayed through
a virtual interface so users can customize the operating system
interactions.
* Detailed documentation about how to use the library is included with
the source code.
.
Limitations:
* This is not a SQL database. It does not have a relational data model,
it does not support SQL queries, and it has no support for indexes.
* Only a single process (possibly multi-threaded) can access a
particular database at a time.
* There is no client-server support builtin to the library.
An application that needs such support will have to wrap their own
server around the library.
.
This package provides the shared library.
Description-md5: bd6897f1fe381043261f24b099c42e73
Multi-Arch: same
Homepage: https://github.com/google/leveldb
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu
Supported: 5y
Task: ubuntu-touch, ubuntu-sdk

5. The same packages on other Linux Distributions