How to Install and Uninstall libfreemarker-java Package on Ubuntu 20.10 (Groovy Gorilla)

Last updated: May 10,2024

1. Install "libfreemarker-java" package

Please follow the instructions below to install libfreemarker-java on Ubuntu 20.10 (Groovy Gorilla)

$ sudo apt update $ sudo apt install libfreemarker-java

2. Uninstall "libfreemarker-java" package

In this section, we are going to explain the necessary steps to uninstall libfreemarker-java on Ubuntu 20.10 (Groovy Gorilla):

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

3. Information about the libfreemarker-java package on Ubuntu 20.10 (Groovy Gorilla)

Package: libfreemarker-java
Architecture: all
Version: 2.3.23-9
Priority: optional
Section: universe/libs
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Java Maintainers
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 1362
Suggests: jython, libdom4j-java, libjaxen-java, libjdom1-java, librhino-java, libxalan2-java
Filename: pool/universe/libf/libfreemarker-java/libfreemarker-java_2.3.23-9_all.deb
Size: 1225216
MD5sum: 022c04ec078d0daf6ac6133dc1700ba4
SHA1: d8d5445f5784dfcaaf516e4d6d50870a8e02deed
SHA256: 657418f682247f01f57aca8d3b81a76a36c9e2aa2d1d12849af8a7d09a305c35
SHA512: 423cd8ed6a62667b77e6b377164412249eaa261aa7065303bce9d16f3809bbc51edc29691f967d3f6834fc9bd4b616cf2e7627fa5802284c2e124119043737c2
Homepage: http://www.freemarker.org
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