How to Install and Uninstall beanstalkd Package on Ubuntu 21.04 (Hirsute Hippo)

Last updated: May 12,2024

1. Install "beanstalkd" package

Here is a brief guide to show you how to install beanstalkd on Ubuntu 21.04 (Hirsute Hippo)

$ sudo apt update $ sudo apt install beanstalkd

2. Uninstall "beanstalkd" package

Here is a brief guide to show you how to uninstall beanstalkd on Ubuntu 21.04 (Hirsute Hippo):

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

3. Information about the beanstalkd package on Ubuntu 21.04 (Hirsute Hippo)

Package: beanstalkd
Architecture: amd64
Version: 1.12-2
Priority: extra
Section: universe/net
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Gregory Potamianos
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 135
Pre-Depends: init-system-helpers (>= 1.54~)
Depends: libc6 (>= 2.14), libsystemd0, adduser, netbase, lsb-base (>= 3.0-6)
Suggests: doc-base
Filename: pool/universe/b/beanstalkd/beanstalkd_1.12-2_amd64.deb
Size: 47784
MD5sum: e7632f40cc82df6a0ff0055cf8113c31
SHA1: 34480a233dacbd0680b6323dc4d45cb7c48131e6
SHA256: d6c315e68b4826f5e3617ca386d60ff8ad4d8b672989dc2cb6f223ed709c2b58
SHA512: d1bf218210e1c4e2979542c89d5f6f83541b78dce3f1056a265fa2e357c09c39fc53ca662d5fe219b9b5a3c0751ad68bac167cf6f3a3ce57f06f429b5bf34c97
Homepage: https://github.com/beanstalkd/beanstalkd
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