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

Last updated: May 16,2024

1. Install "libfreemarker-java-doc" package

This is a short guide on how to install libfreemarker-java-doc on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libfreemarker-java-doc

2. Uninstall "libfreemarker-java-doc" package

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

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

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

Package: libfreemarker-java-doc
Priority: optional
Section: universe/doc
Installed-Size: 9395
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Java Maintainers
Architecture: all
Source: libfreemarker-java
Version: 2.3.23-3
Recommends: default-jdk-doc, jython-doc, libcommons-jxpath-java, libdom4j-java-doc, libjaxen-java-doc, libjdom1-java-doc, liblog4j1.2-java-doc, librhino-java-doc, libxalan2-java-doc, libxerces2-java-doc
Suggests: libfreemarker-java
Filename: pool/universe/libf/libfreemarker-java/libfreemarker-java-doc_2.3.23-3_all.deb
Size: 372342
MD5sum: 57ee38aae877cee777f998039987fb0a
SHA1: 36a02a9eb08497cf0419163eba7ff5487e663939
SHA256: 5f905ee4416e4c6bb41528def6ac9c9706daebb18c8b293f837745b0aa55ba90
Description-en: template engine written in Java (documentation)
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.
.
This package contains the documentation of libfreemarker-java.
Description-md5: e90bcef471d610d6f2baf132c6499dc9
Homepage: http://www.freemarker.org
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu