How to Install and Uninstall preproc.noarch Package on CentOS Stream 9

Last updated: September 23,2024

1. Install "preproc.noarch" package

Learn how to install preproc.noarch on CentOS Stream 9

$ sudo dnf update $ sudo dnf install preproc.noarch

2. Uninstall "preproc.noarch" package

In this section, we are going to explain the necessary steps to uninstall preproc.noarch on CentOS Stream 9:

$ sudo dnf remove preproc.noarch $ sudo dnf autoremove

3. Information about the preproc.noarch package on CentOS Stream 9

Last metadata expiration check: 0:18:07 ago on Sat Mar 16 16:03:45 2024.
Available Packages
Name : preproc
Version : 0.5
Release : 6.el9
Architecture : noarch
Size : 17 k
Source : preproc-0.5-6.el9.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.