How to Install and Uninstall gofer.noarch Package on Fedora 36

Last updated: May 18,2024

1. Install "gofer.noarch" package

This guide covers the steps necessary to install gofer.noarch on Fedora 36

$ sudo dnf update $ sudo dnf install gofer.noarch

2. Uninstall "gofer.noarch" package

Please follow the instructions below to uninstall gofer.noarch on Fedora 36:

$ sudo dnf remove gofer.noarch $ sudo dnf autoremove

3. Information about the gofer.noarch package on Fedora 36

Last metadata expiration check: 0:21:04 ago on Thu Sep 8 14:04:51 2022.
Available Packages
Name : gofer
Version : 3.0.0
Release : 0.14.fc36
Architecture : noarch
Size : 22 k
Source : gofer-3.0.0-0.14.fc36.src.rpm
Repository : fedora
Summary : A lightweight, extensible python agent
URL : https://github.com/jortel/gofer
License : LGPLv2
Description : Gofer provides an extensible, light weight, universal python agent.
: The gofer core agent is a python daemon (service) that provides
: infrastructure for exposing a remote API and for running Recurring
: Actions. The APIs contributed by plug-ins are accessible by Remote
: Method Invocation (RMI). The transport for RMI is AMQP using an
: AMQP message broker. Actions are also provided by plug-ins and are
: executed at the specified interval.