How to Install and Uninstall velocity Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 08,2024

1. Install "velocity" package

This guide covers the steps necessary to install velocity on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install velocity

2. Uninstall "velocity" package

This guide covers the steps necessary to uninstall velocity on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove velocity $ sudo apt autoclean && sudo apt autoremove

3. Information about the velocity package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: velocity
Priority: optional
Section: universe/web
Installed-Size: 975
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Java Maintainers
Architecture: all
Version: 1.7-4
Depends: ant, libcommons-collections3-java, libcommons-lang-java, libcommons-logging-java, libexcalibur-logkit-java, libjdom1-java (>= 1.1.2), liblog4j1.2-java (>= 1.2.16), libservlet2.5-java, libwerken.xpath-java
Recommends: liboro-java
Suggests: velocity-doc
Filename: pool/universe/v/velocity/velocity_1.7-4_all.deb
Size: 831112
MD5sum: a0283aa5f9ee1a4416df02311df56627
SHA1: 977d34d00d11bfc910cb5dbf2d63ba8c0bc163e3
SHA256: ed3fd079a1459f013006a5e4e272c6f0d1093b0fab17687240dfc1204431a1b9
Description-en: Java-based template engine for web application
Velocity is a Java-based template engine. It permits anyone to use
the simple yet powerful template language to reference objects
defined in Java code.
When Velocity is used for web development, Web designers can work in
parallel with Java programmers to develop web sites according to the
Model-View-Controller (MVC) model, meaning that web page designers
can focus solely on creating a site that looks good, and programmers
can focus solely on writing top-notch code. Velocity separates Java
code from the web pages, making the web site more maintainable over
the long run and providing a viable alternative to Java Server Pages
(JSPs) or PHP.
Description-md5: 7de85d6527e36950dc1e78317cd8fc37
Homepage: http://velocity.apache.org/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu