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

Last updated: May 13,2024

1. Install "beanstalkd" package

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

$ sudo apt update $ sudo apt install beanstalkd

2. Uninstall "beanstalkd" package

This guide let you learn how to uninstall beanstalkd on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove beanstalkd $ sudo apt autoclean && sudo apt autoremove

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

Package: beanstalkd
Priority: extra
Section: universe/net
Installed-Size: 111
Maintainer: Ubuntu Developers
Original-Maintainer: Gregory Potamianos
Architecture: amd64
Version: 1.10-3
Depends: libc6 (>= 2.14), libsystemd0, init-system-helpers (>= 1.18~), adduser, netbase
Suggests: doc-base
Filename: pool/universe/b/beanstalkd/beanstalkd_1.10-3_amd64.deb
Size: 42226
MD5sum: 27b31c34d77fcf53d6245386cc512083
SHA1: 0b4820f25ad2eac716890d86685c5f83989ed87b
SHA256: 0e7f80addb7d5a31ba72eaf00e5ac4f6631db40108a458a9b2aa07d2d938618e
Description-en: simple, in-memory, workqueue service
Beanstalkd is a simple, fast, workqueue service (a specific case of message
queueing), in which messages are organised in "tubes". Beanstalk clients can
insert and consume messages into and from such tubes.
.
The beanstalk interface is generic, but was originally designed for reducing
the latency of page views in high-volume web applications by running
time-consuming tasks asynchronously.
.
Beanstalkd is meant to be ran in a trusted network, as it has no
authorisation/authentication mechanisms.
.
This package has the server files.
Description-md5: c5918527026b57dc76d8a8c9e30ecf13
Homepage: https://kr.github.com/beanstalkd/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu