How to Install and Uninstall hsqldb.noarch Package on Amazon Linux 2

Last updated: May 18,2024

1. Install "hsqldb.noarch" package

This guide let you learn how to install hsqldb.noarch on Amazon Linux 2

$ sudo yum makecache $ sudo yum install hsqldb.noarch

2. Uninstall "hsqldb.noarch" package

This tutorial shows how to uninstall hsqldb.noarch on Amazon Linux 2:

$ sudo yum remove hsqldb.noarch $ sudo yum autoremove

3. Information about the hsqldb.noarch package on Amazon Linux 2

Loaded plugins: ovl, priorities
Available Packages
Name : hsqldb
Arch : noarch
Epoch : 1
Version : 1.8.1.3
Release : 14.amzn2
Size : 950 k
Repo : amzn2-core/2/x86_64
Summary : HyperSQL Database Engine
URL : http://hsqldb.sourceforge.net/
License : BSD
Description : HSQLdb is a relational database engine written in JavaTM , with a
: JDBC driver, supporting a subset of ANSI-92 SQL. It offers a small
: (about 100k), fast database engine which offers both in memory and
: disk based tables. Embedded and server modes are available.
: Additionally, it includes tools such as a minimal web server,
: in-memory query and management tools (can be run as applets or
: servlets, too) and a number of demonstration examples.
: Downloaded code should be regarded as being of production quality.
: The product is currently being used as a database and persistence
: engine in many Open Source Software projects and even in
: commercial projects and products! In it's current version it is
: extremely stable and reliable. It is best known for its small
: size, ability to execute completely in memory and its speed. Yet
: it is a completely functional relational database management
: system that is completely free under the Modified BSD License.
: Yes, that's right, completely free of cost or restrictions!