How to Install and Uninstall preproc.noarch Package on Red Hat Enterprise Linux 8 (RHEL 8)
Last updated: November 28,2024
1. Install "preproc.noarch" package
Please follow the steps below to install preproc.noarch on Red Hat Enterprise Linux 8 (RHEL 8)
$
sudo dnf update
Copied
$
sudo dnf install
preproc.noarch
Copied
2. Uninstall "preproc.noarch" package
Please follow the instructions below to uninstall preproc.noarch on Red Hat Enterprise Linux 8 (RHEL 8):
$
sudo dnf remove
preproc.noarch
Copied
$
sudo dnf autoremove
Copied
3. Information about the preproc.noarch package on Red Hat Enterprise Linux 8 (RHEL 8)
Last metadata expiration check: 1:18:37 ago on Mon Feb 26 15:59:38 2024.
Available Packages
Name : preproc
Version : 0.5
Release : 1.el8
Architecture : noarch
Size : 18 k
Source : preproc-0.5-1.el8.src.rpm
Repository : epel
Summary : Simple text preprocessor
URL : https://pagure.io/rpkg-util.git
License : GPLv2+
Description : Simple text preprocessor implementing a very basic templating language.
: You can use bash code enclosed in triple braces in a text file and
: then pipe content of that file to preproc. preproc will replace each of
: the tags with stdout of the executed code and print the final renderred
: result to its own stdout.
Available Packages
Name : preproc
Version : 0.5
Release : 1.el8
Architecture : noarch
Size : 18 k
Source : preproc-0.5-1.el8.src.rpm
Repository : epel
Summary : Simple text preprocessor
URL : https://pagure.io/rpkg-util.git
License : GPLv2+
Description : Simple text preprocessor implementing a very basic templating language.
: You can use bash code enclosed in triple braces in a text file and
: then pipe content of that file to preproc. preproc will replace each of
: the tags with stdout of the executed code and print the final renderred
: result to its own stdout.