How to Install and Uninstall paternoster.noarch Package on Oracle Linux 8

Last updated: June 15,2024

1. Install "paternoster.noarch" package

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

$ sudo dnf update $ sudo dnf install paternoster.noarch

2. Uninstall "paternoster.noarch" package

This is a short guide on how to uninstall paternoster.noarch on Oracle Linux 8:

$ sudo dnf remove paternoster.noarch $ sudo dnf autoremove

3. Information about the paternoster.noarch package on Oracle Linux 8

Last metadata expiration check: 6:52:40 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : paternoster
Version : 3.3.0
Release : 3.el8
Architecture : noarch
Size : 39 k
Source : paternoster-3.3.0-3.el8.src.rpm
Repository : epel
Summary : Allows to run ansible playbooks like ordinary python or bash scripts
URL : https://github.com/uberspace/paternoster
License : MIT
Description : Paternoster enables ansible playbooks to be run like normal bash or python
: scripts. It parses the given parameters using python's argparse and then passes
: them on to the actual playbook via the ansible API. In addition it provides an
: automated way to run commands as another user, which can be used to give normal
: shell users special privileges, while still having a sleek and easy to
: understand user interface.