How to Install and Uninstall libfreemarker-java-doc Package on Ubuntu 21.10 (Impish Indri)

Last updated: May 14,2024

1. Install "libfreemarker-java-doc" package

Please follow the guidelines below to install libfreemarker-java-doc on Ubuntu 21.10 (Impish Indri)

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

2. Uninstall "libfreemarker-java-doc" package

Please follow the guidance below to uninstall libfreemarker-java-doc on Ubuntu 21.10 (Impish Indri):

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

3. Information about the libfreemarker-java-doc package on Ubuntu 21.10 (Impish Indri)

Package: libfreemarker-java-doc
Architecture: all
Version: 2.3.23-11
Priority: optional
Section: universe/doc
Source: libfreemarker-java
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Java Maintainers
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 10964
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-11_all.deb
Size: 622564
MD5sum: ef710a85a9889793c1ff9546601640ee
SHA1: 58f86b59988a2f31376d6f83cc58b78898a0e62d
SHA256: 0c95912689476dac65ec43c78d0ce87e3866ed959d9abe48b0ee645c41a63d28
SHA512: 1a8071abd2da3aca8ba451eb98a3aebd6815ff7af5200d943f783c94ec57667a23cf2bdee1dfd38d4177065e48d99d8248b194de566c5fb7302d0309b0b08223
Homepage: https://github.com/apache/freemarker
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