How to Install and Uninstall badger Package on Kali Linux

Last updated: May 08,2024

1. Install "badger" package

In this section, we are going to explain the necessary steps to install badger on Kali Linux

$ sudo apt update $ sudo apt install badger

2. Uninstall "badger" package

This is a short guide on how to uninstall badger on Kali Linux:

$ sudo apt remove badger $ sudo apt autoclean && sudo apt autoremove

3. Information about the badger package on Kali Linux

Package: badger
Source: badger (2.2007.2-3)
Version: 2.2007.2-3+b9
Installed-Size: 9238
Maintainer: Debian Go Packaging Team
Architecture: amd64
Depends: libc6 (>= 2.34), libzstd1 (>= 1.5.5)
Size: 3025004
SHA256: 970fd06d21475acf961c408ed0c749f7bb3990ee6e1b4a037253367779c7e763
SHA1: bff2019dad5946c14c9b0b5c6b7f40eed225007e
MD5sum: 38186ae339260846173e2a38a67b1199
Description: Fast key-value DB in Go.
BadgerDB is an embeddable, persistent and fast key-value (KV)
database written in pure Go. It is the underlying database for Dgraph
(https://dgraph.io), a fast, distributed graph database. It's meant
to be a performant alternative to non-Go-based key-value stores like
RocksDB. Project Status [Jun 26, 2019] Badger is stable and is being
used to serve data sets worth hundreds of terabytes. Badger supports
concurrent ACID transactions with serializable snapshot isolation
(SSI) guarantees. A Jepsen-style bank test runs nightly for 8h, with
--race flag and ensures the maintenance of transactional guarantees.
Badger has also been tested to work with filesystem level anomalies,
to ensure persistence and consistency.
.
Badger v1.0 was released in Nov 2017, and the latest version that is
data-compatible with v1.0 is v1.6.0.
.
Badger v2.0, use a new storage format which won't be compatible with all of
the v1.x.
Description-md5:
Homepage: https://github.com/dgraph-io/badger
Built-Using: golang-1.21 (= 1.21.3-1), golang-github-cespare-xxhash (= 2.1.1-2), golang-github-datadog-zstd (= 1.4.5+patch1-1), golang-github-dgraph-io-ristretto (= 0.0.3-2), golang-github-dgryski-go-farm (= 0.0~git20171119.ac7624ea8da3-1.1), golang-github-dustin-go-humanize (= 1.0.1-1), golang-github-golang-protobuf-1-3 (= 1.3.5-4), golang-github-golang-snappy (= 0.0.2-3), golang-github-pkg-errors (= 0.9.1-3), golang-github-spf13-cobra (= 1.7.0-1), golang-github-spf13-pflag (= 1.0.6~git20210604-d5e0c0615ace-1), golang-golang-x-net (= 1:0.15.0-2), golang-golang-x-sys (= 0.12.0-1)
Section: devel
Priority: optional
Filename: pool/main/b/badger/badger_2.2007.2-3+b9_amd64.deb