How to Install and Uninstall preproc.noarch Package on Fedora 34

Last updated: September 23,2024

1. Install "preproc.noarch" package

Please follow the guidance below to install preproc.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install preproc.noarch

2. Uninstall "preproc.noarch" package

This is a short guide on how to uninstall preproc.noarch on Fedora 34:

$ sudo dnf remove preproc.noarch $ sudo dnf autoremove

3. Information about the preproc.noarch package on Fedora 34

Last metadata expiration check: 0:49:42 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : preproc
Version : 0.5
Release : 2.fc34
Architecture : noarch
Size : 18 k
Source : preproc-0.5-2.fc34.src.rpm
Repository : fedora
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.