How to Install and Uninstall derby-tools Package on Kali Linux

Last updated: May 19,2024

1. Install "derby-tools" package

Learn how to install derby-tools on Kali Linux

$ sudo apt update $ sudo apt install derby-tools

2. Uninstall "derby-tools" package

Please follow the guidance below to uninstall derby-tools on Kali Linux:

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

3. Information about the derby-tools package on Kali Linux

Package: derby-tools
Source: derby
Version: 10.14.2.0-3
Installed-Size: 263
Maintainer: Debian Java Maintainers
Architecture: all
Depends: default-jre | java6-runtime-headless, java-wrappers, libderby-java, libderbyclient-java
Size: 220588
SHA256: e6b7cc47b084a3f74305fc209d705bb57a3d98cea6be37c45c64cf55c2e16440
SHA1: 9614bb43bf5cea363620984dbb936ebc8692df35
MD5sum: 7834f9e864c1ed0f1d4e24bec5b0dd29
Description: 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:
Homepage: https://db.apache.org/derby/
Section: java
Priority: optional
Filename: pool/main/d/derby/derby-tools_10.14.2.0-3_all.deb