How to Install and Uninstall resalloc-agent-spawner.noarch Package on Red Hat Enterprise Linux 8 (RHEL 8)

Last updated: October 13,2024

1. Install "resalloc-agent-spawner.noarch" package

Please follow the guidance below to install resalloc-agent-spawner.noarch on Red Hat Enterprise Linux 8 (RHEL 8)

$ sudo dnf update $ sudo dnf install resalloc-agent-spawner.noarch

2. Uninstall "resalloc-agent-spawner.noarch" package

This is a short guide on how to uninstall resalloc-agent-spawner.noarch on Red Hat Enterprise Linux 8 (RHEL 8):

$ sudo dnf remove resalloc-agent-spawner.noarch $ sudo dnf autoremove

3. Information about the resalloc-agent-spawner.noarch package on Red Hat Enterprise Linux 8 (RHEL 8)

Last metadata expiration check: 0:38:19 ago on Mon Feb 26 15:59:38 2024.
Available Packages
Name : resalloc-agent-spawner
Version : 5.1
Release : 1.el8
Architecture : noarch
Size : 28 k
Source : resalloc-5.1-1.el8.src.rpm
Repository : epel
Summary : Resource allocator for expensive resources - daemon starting agent-like resources
URL : https://github.com/praiskup/resalloc
License : GPL-2.0-or-later
Description :
: The resalloc project aims to help with taking care of dynamically
: allocated resources, for example ephemeral virtual machines used for
: the purposes of CI/CD tasks.
:
: Agent Spawner maintains sets resources (agents) of certain kind and in certain
: number, according to given configuration. Typical Resalloc resource is
: completely dummy, fully controlled from the outside. With agent-like resources
: this is different — such resources are self-standing, they take care of
: themselves, perhaps interacting/competing with each other. The only thing that
: agent-spawner needs to do is to control the ideal number of them.