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

Last updated: November 13,2024

1. Install "python3-resalloc.noarch" package

This guide let you learn how to install python3-resalloc.noarch on CentOS Stream 8

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

2. Uninstall "python3-resalloc.noarch" package

This guide let you learn how to uninstall python3-resalloc.noarch on CentOS Stream 8:

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

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

Last metadata expiration check: 0:18:50 ago on Sun Feb 25 03:03:59 2024.
Available Packages
Name : python3-resalloc
Version : 5.1
Release : 1.el8
Architecture : noarch
Size : 35 k
Source : resalloc-5.1-1.el8.src.rpm
Repository : epel
Summary : Resource allocator for expensive resources - Python 3 client library
URL : https://github.com/praiskup/resalloc
License : GPL-2.0-or-later
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.