How to Install and Uninstall python-larch Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 19,2024

1. Install "python-larch" package

In this section, we are going to explain the necessary steps to install python-larch on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-larch

2. Uninstall "python-larch" package

Please follow the guidelines below to uninstall python-larch on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove python-larch $ sudo apt autoclean && sudo apt autoremove

3. Information about the python-larch package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: python-larch
Priority: optional
Section: universe/python
Installed-Size: 507
Maintainer: Ubuntu Developers
Original-Maintainer: Lars Wirzenius
Architecture: all
Version: 1.20151025-1
Depends: python (>= 2.7), python (<< 2.8), python-tracing, python-cliapp (>= 0.14)
Recommends: python-ttystatus
Suggests: libjs-jquery, libjs-underscore
Filename: pool/universe/p/python-larch/python-larch_1.20151025-1_all.deb
Size: 74616
MD5sum: 6769be61edb3dcab6a8a3c379c4e3393
SHA1: c2180ae5f81106dd303ec5fb891d902076afbb82
SHA256: f1f357fcee81d9018365a1dff4b473f60c10ffeee0f3902ebd63f51d65cc2fca
Description-en: 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.
Description-md5: 54b8b611903a11eae120ccb2d47d00ad
Homepage: http://liw.fi/larch/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu

5. The same packages on other Linux Distributions