How to Install and Uninstall resalloc-aws.noarch Package on AlmaLinux 9

Last updated: October 05,2024

1. Install "resalloc-aws.noarch" package

Learn how to install resalloc-aws.noarch on AlmaLinux 9

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

2. Uninstall "resalloc-aws.noarch" package

This is a short guide on how to uninstall resalloc-aws.noarch on AlmaLinux 9:

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

3. Information about the resalloc-aws.noarch package on AlmaLinux 9

Last metadata expiration check: 0:51:39 ago on Wed Mar 13 07:41:12 2024.
Available Packages
Name : resalloc-aws
Version : 1.8
Release : 1.el9
Architecture : noarch
Size : 21 k
Source : resalloc-aws-1.8-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.