How to Install and Uninstall erlang-cherly Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 13,2024

1. Install "erlang-cherly" package

Please follow the guidelines below to install erlang-cherly on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install erlang-cherly

2. Uninstall "erlang-cherly" package

Please follow the guidance below to uninstall erlang-cherly on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove erlang-cherly $ sudo apt autoclean && sudo apt autoremove

3. Information about the erlang-cherly package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: erlang-cherly
Priority: optional
Section: universe/devel
Installed-Size: 63
Maintainer: Ubuntu Developers
Original-Maintainer: LeoFS maintainers team
Architecture: amd64
Version: 0.12.8+dfsg-5
Depends: libc6 (>= 2.14), erlang-base (>= 1:18.0-dfsg) | erlang-base-hipe (>= 1:18.0-dfsg)
Filename: pool/universe/e/erlang-cherly/erlang-cherly_0.12.8+dfsg-5_amd64.deb
Size: 25338
MD5sum: 3e3849610b9b8bf6d3c3762a22e16930
SHA1: b2ccc788e6a3f0de06a9dc68f49c86858210813e
SHA256: 19150ea4387d4a96eb74945b583d4b2dbcd406fb88f317ede4e85adaec70554f
Description-en: Cherly (sher-lee) is an in-VM caching library for Erlang
Cherly (sher-lee) was originally developed by Cliff Moon for erlang to deal
with in memory caching based on LRU. Its functionality and performance were
awesome, but as time goes on, its implementation gradually obsoletes and it's
hard to maintain. To overcome these problems, I forked and made Cherly improve
with original purposes. Main improvements are described below.
* Replaced the hash storing structure (originally used Judy hash) with the
combination of Open addressing and Tree structure based on golang's hash
implementation. This structure is very scalable and stable.
* Implemented slab allocator on off-heap.
* Replaced implemantations of port driver with NIFs.
* Rebarized
Description-md5: 7a7330e9ab14ec794b0a42245d22f185
Homepage: https://www.github.com/leo-project/cherly.git
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu

5. The same packages on other Linux Distributions