How to Install and Uninstall golang-github-tidwall-buntdb-dev Package on Ubuntu 21.10 (Impish Indri)

Last updated: May 16,2024

1. Install "golang-github-tidwall-buntdb-dev" package

Please follow the instructions below to install golang-github-tidwall-buntdb-dev on Ubuntu 21.10 (Impish Indri)

$ sudo apt update $ sudo apt install golang-github-tidwall-buntdb-dev

2. Uninstall "golang-github-tidwall-buntdb-dev" package

Please follow the guidance below to uninstall golang-github-tidwall-buntdb-dev on Ubuntu 21.10 (Impish Indri):

$ sudo apt remove golang-github-tidwall-buntdb-dev $ sudo apt autoclean && sudo apt autoremove

3. Information about the golang-github-tidwall-buntdb-dev package on Ubuntu 21.10 (Impish Indri)

Package: golang-github-tidwall-buntdb-dev
Architecture: all
Version: 1.1.7-1
Priority: optional
Section: universe/devel
Source: golang-github-tidwall-buntdb
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Go Packaging Team
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 150
Depends: golang-github-tidwall-gjson-dev, golang-github-tidwall-rtree-dev, golang-github-tidwall-btree-dev (>= 0.2.2), golang-github-tidwall-grect-dev, golang-github-tidwall-match-dev
Filename: pool/universe/g/golang-github-tidwall-buntdb/golang-github-tidwall-buntdb-dev_1.1.7-1_all.deb
Size: 27752
MD5sum: 6aa655796890233bf9c1c92087d0345d
SHA1: 18ef04effdad35c2fa856483db82f8630d07d9dd
SHA256: e9cd7de552c4723e84d9501700169efbe9cb0fcaa4fcd55d262c88bc46e81b0c
SHA512: 015cda7a03a51c2deaebbf8fcdc11006e93a63f24c4ce7932de39c42522bbd3a1e13471614fac0efda91e6e24d986da7cde9dfd187280c0f516b201db083b6c3
Homepage: https://github.com/tidwall/buntdb
Description-en: embeddable, in-memory key/value database for Go
BuntDB is a low-level, in-memory, key/value store in pure Go. It
persists to disk, is ACID compliant, and uses locking for multiple
readers and a single writer. It supports custom indexes and geospatial
data. It's ideal for projects that need a dependable database and favor
speed over data size.
.
Features:
* In-memory database for fast reads and writes
* Embeddable with a simple API
* Spatial indexing for up to 20 dimensions;
Useful for Geospatial data
* Index fields inside JSON documents
* Collate i18n Indexes using the optional collate
package
* Create custom indexes for any data type
* Support for multi value indexes; Similar to a SQL multi column index
* Built-in types that are easy to get up & running;
String, Uint, Int, Float
* Flexible iteration of data; ascending, descending, and ranges
* Durable append-only file format for persistence
* Option to evict old items with an expiration TTL
* Tight codebase, under 2K loc using the cloc command
* ACID semantics with locking transactions that support rollbacks
Description-md5: 6773ae6d03482c2f406109a010f76544