How to Install and Uninstall libleveldb1d Package on Ubuntu 21.10 (Impish Indri)

Last updated: May 12,2024

1. Install "libleveldb1d" package

This guide covers the steps necessary to install libleveldb1d on Ubuntu 21.10 (Impish Indri)

$ sudo apt update $ sudo apt install libleveldb1d

2. Uninstall "libleveldb1d" package

This guide let you learn how to uninstall libleveldb1d on Ubuntu 21.10 (Impish Indri):

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

3. Information about the libleveldb1d package on Ubuntu 21.10 (Impish Indri)

Package: libleveldb1d
Architecture: amd64
Version: 1.22-3ubuntu3
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: 342
Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libsnappy1v5 (>= 1.1.8), libstdc++6 (>= 11)
Conflicts: libleveldb1
Replaces: libleveldb1
Filename: pool/main/l/leveldb/libleveldb1d_1.22-3ubuntu3_amd64.deb
Size: 137010
MD5sum: 6998646193ae99f71ff0dd7960b371f7
SHA1: 44f7281aee67503e51227a74f4a2c0adc28e0364
SHA256: 704fe749eff58c4719c93532f3f9cda84ac3da1d8718e13fd7cc6a7b814ab495
SHA512: 344dae3b45d4b7144d91052be8f8769049da1e64318041911fec43b73d9dc165725782d97ec02317d46d0c434951a9bb7e27bc64290912b3d0bb92891c5126e9
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