Install Wt On A Debian, Ubuntu, Alpine, Kali, Fedora And MacOS
Maintainer: Laszlo Boszormenyi (GCS)
Email: [email protected] .
Website: http://www.wiredtiger.com/
Section: admin
Install wt
-
Debian
apt-get install wiredtigerClick to copy -
Ubuntu
apt-get install wiredtigerClick to copy -
Alpine OS
apk add wiredtigerClick to copy -
Kali Linux
apt-get install wiredtigerClick to copy -
Fedora
dnf install wiredtigerClick to copy -
macOS
brew install wellingtonClick to copy
wiredtiger
high performance, scalable, NoSQL, extensible platform for data managementSupports row-oriented storage (where all columns of a row are stored together), column-oriented storage (where columns are stored in groups, allowing for more efficient access and storage of column subsets) and log-structured merge trees (LSM), for sustained throughput under random insert workloads. Includes ACID transactions with standard isolation levels and durability at both checkpoint and fine-grained granularity. Can be used as a simple key/value store, but also has a complete schema layer, including indices and projections.
wellington
Installing wt command is simple. just copy one of the above commands for your operating system and paste it into terminal. This command is available for Debian, Ubuntu, Alpine, Kali, Fedora and macOS operating systems. Once you run the command it will install the latest version of wt 2026 package in your OS.




