How to Install and Uninstall resalloc-aws.noarch Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: October 06,2024

1. Install "resalloc-aws.noarch" package

This tutorial shows how to install resalloc-aws.noarch on Red Hat Enterprise Linux 9 (RHEL 9)

$ sudo dnf update $ sudo dnf install resalloc-aws.noarch

2. Uninstall "resalloc-aws.noarch" package

Please follow the steps below to uninstall resalloc-aws.noarch on Red Hat Enterprise Linux 9 (RHEL 9):

$ sudo dnf remove resalloc-aws.noarch $ sudo dnf autoremove

3. Information about the resalloc-aws.noarch package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 0:37:19 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : resalloc-aws
Version : 1.7
Release : 1.el9
Architecture : noarch
Size : 22 k
Source : resalloc-aws-1.7-1.el9.src.rpm
Repository : epel
Summary : Resource allocator scripts for AWS
URL : https://github.com/praiskup/resalloc-aws
License : GPLv2+
Description : When allocating/removing a machine in AWS/EC2 from command-line, there are many
: non-trivial options in the 'aws-cli' command. This project provides a
: simplified wrapping command.
:
: The 'resalloc-aws-new' script is able to (a) start a machine, (b) wait till SSH
: is available and (c) run a specified playbook.
:
: The 'resalloc-aws-delete' removes a machine started by 'resalloc-aws-new'
: script.
:
: These scripts are primarily designed to be used with 'resalloc-server', but they
: might be used separately.