How to Install and Uninstall python3-resalloc.noarch Package on Fedora 34

Last updated: October 05,2024

1. Install "python3-resalloc.noarch" package

Please follow the guidelines below to install python3-resalloc.noarch on Fedora 34

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

2. Uninstall "python3-resalloc.noarch" package

Please follow the steps below to uninstall python3-resalloc.noarch on Fedora 34:

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

3. Information about the python3-resalloc.noarch package on Fedora 34

Last metadata expiration check: 5:01:17 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : python3-resalloc
Version : 4.3
Release : 1.fc34
Architecture : noarch
Size : 27 k
Source : resalloc-4.3-1.fc34.src.rpm
Repository : updates
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.