How to Install and Uninstall libfreemarker-java Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 10,2024

1. Install "libfreemarker-java" package

This guide covers the steps necessary to install libfreemarker-java on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libfreemarker-java

2. Uninstall "libfreemarker-java" package

Please follow the instructions below to uninstall libfreemarker-java on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove libfreemarker-java $ sudo apt autoclean && sudo apt autoremove

3. Information about the libfreemarker-java package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: libfreemarker-java
Priority: optional
Section: universe/libs
Installed-Size: 1337
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Java Maintainers
Architecture: all
Version: 2.3.23-3
Suggests: jython, libdom4j-java, libjaxen-java, libjdom1-java, librhino-java, libxalan2-java
Filename: pool/universe/libf/libfreemarker-java/libfreemarker-java_2.3.23-3_all.deb
Size: 1196742
MD5sum: a1ad976d7b2ab6351d01f8896a4065a7
SHA1: 75879c1dbe073888a87efd2009ed289835acb3a8
SHA256: 837adb12321b37737076050a9bf8aadb3ecf24e42013d1fc478082e172db8103
Description-en: template engine written in Java
FreeMarker is a "template engine"; a generic tool to generate text output
(anything from HTML to autogenerated source code) based on templates. It's a
Java package, a class library for Java programmers. It's not an application
for end-users in itself, but something that programmers can embed into their
products.
.
FreeMarker is designed to be practical for the generation of HTML Web pages,
particularly by servlet-based applications following the MVC (Model View
Controller) pattern. The idea behind using the MVC pattern for dynamic Web
pages is that you separate the designers (HTML authors) from the programmers.
Everybody works on what they are good at. Designers can change the appearance
of a page without programmers having to change or recompile code, because the
application logic (Java programs) and page design (FreeMarker templates) are
separated. Templates do not become polluted with complex program fragments.
This separation is useful even for projects where the programmer and the HMTL
page author is the same person, since it helps to keep the application clear
and easily maintainable.
Description-md5: 460c6f42330babc07393a395e5a616c5
Homepage: http://www.freemarker.org
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu