How to Install and Uninstall libfreemarker-java Package on Kali Linux

Last updated: May 10,2024

1. Install "libfreemarker-java" package

This is a short guide on how to install libfreemarker-java on Kali Linux

$ sudo apt update $ sudo apt install libfreemarker-java

2. Uninstall "libfreemarker-java" package

Please follow the guidance below to uninstall libfreemarker-java on Kali Linux:

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

3. Information about the libfreemarker-java package on Kali Linux

Package: libfreemarker-java
Version: 2.3.32-2
Installed-Size: 1714
Maintainer: Debian Java Maintainers
Architecture: all
Suggests: jython, libdom4j-java, libjaxen-java, libjdom1-java, librhino-java, libxalan2-java
Size: 1545780
SHA256: b0c7f0853b8c005a82f9bbeebaa0791f88cbfea030460d83b167367f339e4ff6
SHA1: 77ded6527950100b21aef08274a3f6c73fe07e52
MD5sum: f32d3b4383ca662ed5e2774a2e9aad09
Description: 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:
Homepage: https://github.com/apache/freemarker
Tag: devel::lang:java, devel::library, devel::web, implemented-in::java,
interface::web, role::devel-lib, role::program, role::shared-lib,
web::scripting
Section: java
Priority: optional
Filename: pool/main/libf/libfreemarker-java/libfreemarker-java_2.3.32-2_all.deb