How to Install and Uninstall gearman-server Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 13,2024

1. Install "gearman-server" package

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

$ sudo apt update $ sudo apt install gearman-server

2. Uninstall "gearman-server" package

Learn how to uninstall gearman-server on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove gearman-server $ sudo apt autoclean && sudo apt autoremove

3. Information about the gearman-server package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: gearman-server
Priority: optional
Section: universe/perl
Installed-Size: 86
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Architecture: all
Version: 1.12-1
Depends: perl, libgearman-client-perl, libdanga-socket-perl
Filename: pool/universe/g/gearman-server/gearman-server_1.12-1_all.deb
Size: 26722
MD5sum: 8d7734c95d0585ae83a6c6d76b9e4c36
SHA1: d169d575a392b0a42ac9ecab25947726c7e6de1c
SHA256: dc7ef6ebd9f2280eb66343242f1d3a6c3b9b9527b46a9be23a36e70f3ce1da00
Description-en: Gearman distributed job server and Perl interface
Gearman is a system to farm out work to other machines, dispatching function
calls to machines that are better suited to do work, to do work in parallel,
to load balance lots of function calls, or even to call functions between
languages.
.
This package contains both the Gearman server as well as the corresponding
Perl bindings.
Description-md5: e7597f47edd569f62c875c5965350fc9
Homepage: https://metacpan.org/release/Gearman-Server
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu