Fsck-larch Installation On A Debian, Ubuntu, Fedora And Raspbian

Fsck-larch Installation On A Debian, Ubuntu, Fedora And Raspbian

fsck-larch

B-tree library for Python

Install fsck-larch

  • Debian apt-get install python-larch Click to copy
  • Ubuntu apt-get install python-larch Click to copy
  • Fedora dnf install python-larch Click to copy
  • Raspbian apt-get install python-larch Click to copy

python-larch

B-tree library for Python

An implementation of a particular kind of B-tree, based on research by Ohad Rodeh. This is the same data structure that btrfs uses, but in a new, pure-Python implementation. The distinctive feature of this B-tree is that a node is never (conceptually) modified. Instead, all updates are done by copy-on-write. This makes it easy to clone a tree, and modify only the clone, while other processes access the original tree. The implementation is generic and flexible, so that you may use it in a variety of situations. For example, the tree itself does not decide where its nodes are stored: you provide a class that does that for it. The library contains two implementations, one for in-memory and one for on-disk storage.

python2-larch

Python B-tree library
Installation of latest fsck-larch command is available for Debian, Ubuntu, Fedora and Raspbian. You can copy the command for your OS from above and paste it into your terminal. Once you run the command it will download the 2024 latest package from the repository and install it in your computer/server.