How to Install and Uninstall python3-robosignatory.noarch Package on Oracle Linux 8

Last updated: July 07,2024

1. Install "python3-robosignatory.noarch" package

In this section, we are going to explain the necessary steps to install python3-robosignatory.noarch on Oracle Linux 8

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

2. Uninstall "python3-robosignatory.noarch" package

Please follow the instructions below to uninstall python3-robosignatory.noarch on Oracle Linux 8:

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

3. Information about the python3-robosignatory.noarch package on Oracle Linux 8

Last metadata expiration check: 6:28:54 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : python3-robosignatory
Version : 0.7.0
Release : 4.el8
Architecture : noarch
Size : 44 k
Source : python-robosignatory-0.7.0-4.el8.src.rpm
Repository : epel
Summary : A Fedora Messaging consumer that automatically signs artifacts
URL : https://pagure.io/robosignatory/
License : GPLv2+
Description : A Fedora Messaging consumer that automatically signs artifacts.
:
: RoboSignatory is composed of multiple consumers:
: - TagSigner listens for tags into a specific koji tag, then signs the build and
: moves it to a different koji tag.
: - AtomicSigner listens for messages about composed rpmostree trees and signs
: those, optionally updating the tag.
: - CoreOSSigner listens for requests to sign CoreOS artefacts, downloads them
: from AWS S3, signs them, and uploads the signature back to S3.