How to Install and Uninstall golang-github-tidwall-buntdb-dev Package on Kali Linux

Last updated: May 21,2024

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

This guide let you learn how to install golang-github-tidwall-buntdb-dev on Kali Linux

$ 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 Kali Linux:

$ 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 Kali Linux

Package: golang-github-tidwall-buntdb-dev
Source: golang-github-tidwall-buntdb
Version: 1.1.7-1
Installed-Size: 150
Maintainer: Debian Go Packaging Team
Architecture: all
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
Size: 27712
SHA256: 03f4c67a394adf702dc074d7a8384165e745c6c61581d5545dcc490cd7d538d1
SHA1: 3a689ec53d14500e0a4c85a5525dd96b73d9a05f
MD5sum: 7143c262c2eadc3edc4d99d6c1348ba5
Description: 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:
Homepage: https://github.com/tidwall/buntdb
Section: golang
Priority: optional
Filename: pool/main/g/golang-github-tidwall-buntdb/golang-github-tidwall-buntdb-dev_1.1.7-1_all.deb