How to Install and Uninstall golang-github-steveyen-gtreap-dev Package on Kali Linux

Last updated: May 07,2024

1. Install "golang-github-steveyen-gtreap-dev" package

Please follow the steps below to install golang-github-steveyen-gtreap-dev on Kali Linux

$ sudo apt update $ sudo apt install golang-github-steveyen-gtreap-dev

2. Uninstall "golang-github-steveyen-gtreap-dev" package

Learn how to uninstall golang-github-steveyen-gtreap-dev on Kali Linux:

$ sudo apt remove golang-github-steveyen-gtreap-dev $ sudo apt autoclean && sudo apt autoremove

3. Information about the golang-github-steveyen-gtreap-dev package on Kali Linux

Package: golang-github-steveyen-gtreap-dev
Source: golang-github-steveyen-gtreap
Version: 0.0~git20150807.0.0abe01e-7
Installed-Size: 29
Maintainer: Debian QA Group
Architecture: all
Size: 6756
SHA256: c39a93596991a68cd39a2ac9906f29df34fd367f5d18617670723dc4f7a52150
SHA1: 35090367553562758c424694d42d58df49c2db14
MD5sum: 8e55dc4d6cb3210103317bdc78b3330b
Description: gtreap is an immutable treap implementation in the Go Language
Gtreap implements an immutable treap data structure in golang.
.
By treap, this data structure is both a heap and a binary search tree.
.
By immutable, any updates/deletes to a treap will return a new treap
which can share internal nodes with the previous treap. All nodes in this
implementation are read-only after their creation. This allows concurrent
readers to operate safely with concurrent writers as modifications only
create new data structures and never modify existing data structures.
This is a simple approach to achieving MVCC or multi-version concurrency
control.
.
By heap, items in the treap follow the heap-priority property, where a
parent node will have higher priority than its left and right children
nodes.
.
By binary search tree, items are store lexigraphically, ordered by a
user-supplied Compare function.
Description-md5:
Multi-Arch: foreign
Homepage: https://github.com/steveyen/gtreap
Section: golang
Priority: optional
Filename: pool/main/g/golang-github-steveyen-gtreap/golang-github-steveyen-gtreap-dev_0.0~git20150807.0.0abe01e-7_all.deb