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

Last updated: May 15,2024

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

Please follow the steps below to install python3-darts.lib.utils.lru on Ubuntu 16.04 LTS (Xenial Xerus)

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

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

Please follow the guidance below to uninstall python3-darts.lib.utils.lru on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python3-darts.lib.utils.lru
Priority: optional
Section: universe/python
Installed-Size: 61
Maintainer: Ubuntu Developers
Original-Maintainer: Gianfranco Costamagna
Architecture: all
Source: python-darts.lib.utils.lru
Version: 0.5-3
Depends: python3:any (>= 3.3.2-2~)
Suggests: python-darts.lib.utils.lru-doc
Filename: pool/universe/p/python-darts.lib.utils.lru/python3-darts.lib.utils.lru_0.5-3_all.deb
Size: 10138
MD5sum: 89c0b9b4dae96d5b970a562095cc344f
SHA1: 37687443d471e6596060d4fb44d80236a4baa614
SHA256: 285f963c12858332b1ab3d9697317ccb7fb1c4d03bef33b85d30611d83157e3a
Description-en: Simple dictionary with LRU behaviour in Python3
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 3 version of the package.
Description-md5: 50dddb8d8372768f1cf743058f3ab822
Homepage: https://pypi.python.org/pypi/darts.util.lru
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu