How to Install and Uninstall paternoster.noarch Package on Red Hat Enterprise Linux 8 (RHEL 8)

Last updated: May 20,2024

1. Install "paternoster.noarch" package

Please follow the guidance below to install paternoster.noarch on Red Hat Enterprise Linux 8 (RHEL 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 Red Hat Enterprise Linux 8 (RHEL 8):

$ sudo dnf remove paternoster.noarch $ sudo dnf autoremove

3. Information about the paternoster.noarch package on Red Hat Enterprise Linux 8 (RHEL 8)

Last metadata expiration check: 1:57:20 ago on Mon Feb 26 15:59:38 2024.
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.