How to Install and Uninstall paternoster.noarch Package on CentOS 8 / RHEL 8

Last updated: May 11,2024

1. Install "paternoster.noarch" package

This tutorial shows how to install paternoster.noarch on CentOS 8 / RHEL 8

$ sudo dnf update $ sudo dnf install paternoster.noarch

2. Uninstall "paternoster.noarch" package

Here is a brief guide to show you how to uninstall paternoster.noarch on CentOS 8 / RHEL 8:

$ sudo dnf remove paternoster.noarch $ sudo dnf autoremove

3. Information about the paternoster.noarch package on CentOS 8 / RHEL 8

Last metadata expiration check: 1 day, 6:26:58 ago on Sun May 9 13:03:46 2021.
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.