How to Install and Uninstall fmpp Package on openSUSE Leap

Last updated: May 03,2024

1. Install "fmpp" package

This is a short guide on how to install fmpp on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install fmpp

2. Uninstall "fmpp" package

Learn how to uninstall fmpp on openSUSE Leap:

$ sudo zypper remove fmpp

3. Information about the fmpp package on openSUSE Leap

Information for package fmpp:
-----------------------------
Repository : Main Repository
Name : fmpp
Version : 0.9.16-150200.3.4.6
Arch : noarch
Vendor : SUSE LLC
Installed Size : 361.1 KiB
Installed : No
Status : not installed
Source package : fmpp-0.9.16-150200.3.4.6.src
Upstream URL : http://fmpp.sourceforge.net
Summary : FreeMarker-based text file PreProcessor
Description :
FMPP is a general-purpose text file preprocessor tool that uses
FreeMarker templates. It is particularly designed for HTML
preprocessor, to generate complete (static) homepages: directory
structure that contains HTML-s, image files, etc. But of course it can
be used to generate source code or whatever text files. FMPP is
extendable with Java classes to pull data from any data sources
(database, etc.) and embed the data into the generated files.