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

Last updated: May 10,2024

1. Install "libfreemarker-java" package

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

$ sudo apt update $ sudo apt install libfreemarker-java

2. Uninstall "libfreemarker-java" package

This is a short guide on how to uninstall libfreemarker-java on Ubuntu 21.10 (Impish Indri):

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

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

Package: libfreemarker-java
Architecture: all
Version: 2.3.23-11
Priority: optional
Section: universe/libs
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Java Maintainers
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 1356
Suggests: jython, libdom4j-java, libjaxen-java, libjdom1-java, librhino-java, libxalan2-java
Filename: pool/universe/libf/libfreemarker-java/libfreemarker-java_2.3.23-11_all.deb
Size: 1217724
MD5sum: f0cf7ffcaddb7ff8617ae8c90452ed03
SHA1: 240266c41eec0abb1b22b23dde0302ba145d94c5
SHA256: 24020d75c29ed2cb171d77dabdf84ec61f5ef0b3e0b15c694524ec654405a9ee
SHA512: f740545809e928659cc8760442200e53c65fe4cf37956b2ca18eb0baba1e568b9d49f465cf1dac1650dad7977ef500f182e8874bc9153ba3c480f8cae12bfc7f
Homepage: https://github.com/apache/freemarker
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