How to Install and Uninstall gearmand.x86_64 Package on Rocky Linux 9

Last updated: October 11,2024

1. Install "gearmand.x86_64" package

This tutorial shows how to install gearmand.x86_64 on Rocky Linux 9

$ sudo dnf update $ sudo dnf install gearmand.x86_64

2. Uninstall "gearmand.x86_64" package

This is a short guide on how to uninstall gearmand.x86_64 on Rocky Linux 9:

$ sudo dnf remove gearmand.x86_64 $ sudo dnf autoremove

3. Information about the gearmand.x86_64 package on Rocky Linux 9

Last metadata expiration check: 0:31:14 ago on Fri Feb 16 06:49:52 2024.
Available Packages
Name : gearmand
Version : 1.1.19.1
Release : 17.el9
Architecture : x86_64
Size : 207 k
Source : gearmand-1.1.19.1-17.el9.src.rpm
Repository : epel
Summary : A distributed job system
URL : http://www.gearman.org
License : BSD
Description : Gearman provides a generic framework to farm out work to other machines
: or dispatch function calls to machines that are better suited to do the work.
: It allows you to do work in parallel, to load balance processing, and to
: call functions between languages. It can be used in a variety of applications,
: from high-availability web sites to the transport for database replication.
: In other words, it is the nervous system for how distributed processing
: communicates.