How to Install and Uninstall nutcracker Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 15,2024

1. Install "nutcracker" package

Please follow the steps below to install nutcracker on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install nutcracker

2. Uninstall "nutcracker" package

This guide covers the steps necessary to uninstall nutcracker on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove nutcracker $ sudo apt autoclean && sudo apt autoremove

3. Information about the nutcracker package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: nutcracker
Priority: optional
Section: universe/net
Installed-Size: 251
Maintainer: Ubuntu Developers
Original-Maintainer: Faidon Liambotis
Architecture: amd64
Version: 0.4.0+dfsg-1
Depends: libc6 (>= 2.14), libyaml-0-2, lsb-base (>= 4.1+Debian11ubuntu7), adduser
Filename: pool/universe/n/nutcracker/nutcracker_0.4.0+dfsg-1_amd64.deb
Size: 76358
MD5sum: 3593200ca20b4db59a89d271becb63f4
SHA1: b7e32085b63dfd659b9613cea0552c21d9e89db4
SHA256: 83865eba9c80c4e1b00d4d9233a80d7f518949de2fe70581d3ea9475c260b36c
Description-en: Fast, light-weight proxy for memcached and Redis
nutcracker, also known as twemproxy (pronounced "two-em-proxy"), is a
fast and lightweight proxy for the memcached and Redis protocols. It was
primarily built to reduce the connection count on backend caching
servers, but it has a number of features, such as:
* Maintains persistent server connections to backend servers.
* Enables pipelining of requests and responses.
* Supports multiple server pools simultaneously.
* Shard data automatically across multiple servers.
* Supports multiple hashing modes including consistent hashing and
distribution.
* High-availability by disabling nodes on failures.
* Observability through stats exposed on stats monitoring port.
Description-md5: 99c3e59fc9f6f2fa4e364820845e2df5
Homepage: https://github.com/twitter/twemproxy
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu