How to Install and Uninstall libleveldb1d Package on Ubuntu 21.04 (Hirsute Hippo)

Last updated: May 20,2024

1. Install "libleveldb1d" package

Learn how to install libleveldb1d on Ubuntu 21.04 (Hirsute Hippo)

$ sudo apt update $ sudo apt install libleveldb1d

2. Uninstall "libleveldb1d" package

This guide let you learn how to uninstall libleveldb1d on Ubuntu 21.04 (Hirsute Hippo):

$ sudo apt remove libleveldb1d $ sudo apt autoclean && sudo apt autoremove

3. Information about the libleveldb1d package on Ubuntu 21.04 (Hirsute Hippo)

Package: libleveldb1d
Architecture: amd64
Version: 1.22-3ubuntu2
Multi-Arch: same
Priority: optional
Section: libs
Source: leveldb
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Laszlo Boszormenyi (GCS)
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 386
Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.0), libsnappy1v5 (>= 1.1.8), libstdc++6 (>= 6)
Conflicts: libleveldb1
Replaces: libleveldb1
Filename: pool/main/l/leveldb/libleveldb1d_1.22-3ubuntu2_amd64.deb
Size: 139264
MD5sum: bf6a9b6c4fb823553e2ff37235f0ce2c
SHA1: 41d332afda27e43a9c0579e0a820b2b7f74f6a51
SHA256: ec766f82b1c6e822271b6b42929aa9d5c170b4267283b03b91c75135e56db890
SHA512: bd4197d63f6d9c120691af679558840ed8cf2840d38e2c6c6a4a76645067581180d1e657ad0ba18a9d982c5cb12063dafa5407a924ddd0768ff109e93372d777
Homepage: https://github.com/google/leveldb
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