How to Install and Uninstall resalloc-aws.noarch Package on Oracle Linux 8

Last updated: July 09,2024

1. Install "resalloc-aws.noarch" package

This tutorial shows how to install resalloc-aws.noarch on Oracle Linux 8

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

2. Uninstall "resalloc-aws.noarch" package

Here is a brief guide to show you how to uninstall resalloc-aws.noarch on Oracle Linux 8:

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

3. Information about the resalloc-aws.noarch package on Oracle Linux 8

Last metadata expiration check: 1:06:04 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : resalloc-aws
Version : 1.3
Release : 1.el8
Architecture : noarch
Size : 21 k
Source : resalloc-aws-1.3-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.