How to Install and Uninstall python3-resalloc.noarch Package on CentOS 8 / RHEL 8

Last updated: January 12,2025

1. Install "python3-resalloc.noarch" package

This guide covers the steps necessary to install python3-resalloc.noarch on CentOS 8 / RHEL 8

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

2. Uninstall "python3-resalloc.noarch" package

This guide covers the steps necessary to uninstall python3-resalloc.noarch on CentOS 8 / RHEL 8:

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

3. Information about the python3-resalloc.noarch package on CentOS 8 / RHEL 8

Last metadata expiration check: 1 day, 8:04:20 ago on Sun May 9 13:03:46 2021.
Available Packages
Name : python3-resalloc
Version : 3.4
Release : 1.el8
Architecture : noarch
Size : 28 k
Source : resalloc-3.4-1.el8.src.rpm
Repository : epel
Summary : Resource allocator for expensive resources - Python 3 client library
URL : https://github.com/praiskup/resalloc
License : GPLv2+
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.
:
: The python3-resalloc package provides Python 3 client library for talking
: to the resalloc server.