How to Install and Uninstall gearmand.x86_64 Package on Fedora 36

Last updated: January 15,2025

1. Install "gearmand.x86_64" package

Here is a brief guide to show you how to install gearmand.x86_64 on Fedora 36

$ sudo dnf update $ sudo dnf install gearmand.x86_64

2. Uninstall "gearmand.x86_64" package

This guide let you learn how to uninstall gearmand.x86_64 on Fedora 36:

$ sudo dnf remove gearmand.x86_64 $ sudo dnf autoremove

3. Information about the gearmand.x86_64 package on Fedora 36

Last metadata expiration check: 0:54:12 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : gearmand
Version : 1.1.19.1
Release : 19.fc36
Architecture : x86_64
Size : 213 k
Source : gearmand-1.1.19.1-19.fc36.src.rpm
Repository : fedora
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.