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

Last updated: July 05,2024

1. Install "resalloc-aws.noarch" package

Please follow the steps below to install resalloc-aws.noarch on Red Hat Enterprise Linux 8 (RHEL 8)

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

2. Uninstall "resalloc-aws.noarch" package

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

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

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

Last metadata expiration check: 0:03:22 ago on Mon Feb 26 15:59:38 2024.
Available Packages
Name : resalloc-aws
Version : 1.7
Release : 1.el8
Architecture : noarch
Size : 23 k
Source : resalloc-aws-1.7-1.el8.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.