How to Install and Uninstall freemarker Package on openSUSE Leap

Last updated: May 20,2024

1. Install "freemarker" package

This guide covers the steps necessary to install freemarker on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install freemarker

2. Uninstall "freemarker" package

Here is a brief guide to show you how to uninstall freemarker on openSUSE Leap:

$ sudo zypper remove freemarker

3. Information about the freemarker package on openSUSE Leap

Information for package freemarker:
-----------------------------------
Repository : Main Repository
Name : freemarker
Version : 2.3.31-150200.3.4.11
Arch : noarch
Vendor : SUSE LLC
Installed Size : 5.3 MiB
Installed : No
Status : not installed
Source package : freemarker-2.3.31-150200.3.4.11.src
Upstream URL : https://freemarker.apache.org/
Summary : The Apache FreeMarker Template Engine
Description :
Apache FreeMarker is a template engine: a Java library to generate text output
(HTML web pages, e-mails, configuration files, source code, etc.) based on
templates and changing data. Templates are written in the FreeMarker Template
Language (FTL), which is a simple, specialized language (not a full-blown
programming language like PHP).