How to Install and Uninstall python-darts.lib.utils.lru Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: November 07,2024

1. Install "python-darts.lib.utils.lru" package

Learn how to install python-darts.lib.utils.lru on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-darts.lib.utils.lru

2. Uninstall "python-darts.lib.utils.lru" package

Here is a brief guide to show you how to uninstall python-darts.lib.utils.lru on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove python-darts.lib.utils.lru $ sudo apt autoclean && sudo apt autoremove

3. Information about the python-darts.lib.utils.lru package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: python-darts.lib.utils.lru
Priority: optional
Section: universe/python
Installed-Size: 71
Maintainer: Ubuntu Developers
Original-Maintainer: Gianfranco Costamagna
Architecture: all
Version: 0.5-3
Depends: python:any (<< 2.8), python:any (>= 2.7.5-5~)
Suggests: python-darts.lib.utils.lru-doc
Filename: pool/universe/p/python-darts.lib.utils.lru/python-darts.lib.utils.lru_0.5-3_all.deb
Size: 16102
MD5sum: c2d159684d1bf6922e8d96cf90ab2747
SHA1: 94d0c3155253c99463b464fc59326405847c83df
SHA256: f35039da4aa8dc5efe865b80781fdf26f040790074ee61f8970420736865508b
Description-en: Simple dictionary with LRU behaviour in Python2
An LRUDict is basically a simple dictionary, which has a defined maximum
capacity, that may be supplied at construction time, or modified at run-time
via the capacity property.
The class SynchronizedLRUDict, which exposes the same interface as plain
LRUDict, but fully thread-safe.
.
This is the Python 2 version of the package.
Description-md5: bf2827a21203c76ab6496707bf7abd08
Homepage: https://pypi.python.org/pypi/darts.util.lru
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu