How to Install and Uninstall stx-btree-dev Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 18,2024

1. Install "stx-btree-dev" package

Please follow the guidelines below to install stx-btree-dev on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install stx-btree-dev

2. Uninstall "stx-btree-dev" package

Please follow the step by step instructions below to uninstall stx-btree-dev on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove stx-btree-dev $ sudo apt autoclean && sudo apt autoremove

3. Information about the stx-btree-dev package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: stx-btree-dev
Priority: extra
Section: universe/libdevel
Installed-Size: 248
Maintainer: Ubuntu Developers
Original-Maintainer: Yury Stankevich
Architecture: all
Source: stx-btree
Version: 0.9-2build1
Recommends: c++-compiler
Suggests: stx-btree-doc
Filename: pool/universe/s/stx-btree/stx-btree-dev_0.9-2build1_all.deb
Size: 30862
MD5sum: 483cdd8e0ce6cbc58e91c98b10ee7237
SHA1: c5a56e6b705c7b81865a5ae12b1a30802a1a5a12
SHA256: f1edeec63c8f6cace88254515f68492ba26c4d2629179eace2837773b57f3c84
Description-en: b+tree implementation in c++
The STX B+ Tree package is a set of C++ template classes
implementing a B+ tree key/data container in main memory.
Designed to be drop-in replacements of the STL containers
set, map, multiset and multimap and follow their interfaces very closely.
By packing multiple value pairs into each node
of the tree the B+ tree reduces heap fragmentation and utilizes cache-line
effects better than the standard red-black binary tree.
The classes contain extensive assertion and verification mechanisms
to ensure the implementation's correctness by testing the tree invariants.
To illustrate the B+ tree's structure a wxWidgets demo program is included
in the stx-btree-demo package.
Description-md5: 51f83d01f55deaa119bbb76960be1973
Homepage: http://idlebox.net/2007/stx-btree/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu