How to Install and Uninstall derby-tools Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 09,2024

1. Install "derby-tools" package

In this section, we are going to explain the necessary steps to install derby-tools on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install derby-tools

2. Uninstall "derby-tools" package

Please follow the step by step instructions below to uninstall derby-tools on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove derby-tools $ sudo apt autoclean && sudo apt autoremove

3. Information about the derby-tools package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: derby-tools
Priority: optional
Section: universe/java
Installed-Size: 255
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Java Maintainers
Architecture: all
Source: derby
Version: 10.10.2.0-1
Depends: default-jre | java6-runtime-headless, java-wrappers, libderby-java, libderbyclient-java
Filename: pool/universe/d/derby/derby-tools_10.10.2.0-1_all.deb
Size: 180218
MD5sum: 12daeadee08a0bbe3c27a5fd85d83141
SHA1: 2633cac6d3332a850bde3fedbf7005f673dbf793
SHA256: fb6affd0ebba29cae1d71a2ee4048a5773cc0be7e71802c6c242ef7dc74ea825
Description-en: Apache Derby Tools
The Derby tools and utilities are a set of routines supplied with Derby
that are typically used to create, inspect, and update a Derby database.
.
These tools and utilities include:
* NetworkServerControl, provides the ability to start a Network Server or
connect to a running Network Server to shutdown, configure or retrieve
diagnostic information.
* ij, the Derby's interactive JDBC scripting tool. It is a simple utility
for running scripts against a Derby database. You can also use it
interactively to run ad hoc queries. ij provides several commands for ease
in accessing a variety of JDBC features.
ij can be used in an embedded or a client/server environment.
* sysinfo, provides information about your version of Derby and your
environment.
* dblook, the Derby's Data Definition Language (DDL) Generation Utility,
more informally called a schema dump tool. It is a simple utility that
dumps the DDL of a user-specified database to either a console or a file.
The generated DDL can then be used for such things as recreating all or
parts of a database, viewing a subset of a database's objects (for example,
those which pertain to specific tables and schemas), or documenting
a database's schema.
* SignatureChecker, a tool that identifies any SQL functions and procedures
in a database that do not follow the SQL Standard argument matching rules.
* PlanExporter, a tool to export query plan data for further analysis.
Description-md5: 294a46c2c9b97271cce6cf08af585760
Homepage: http://db.apache.org/derby/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu