How to Install and Uninstall libsqljet-java Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 09,2024

1. Install "libsqljet-java" package

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

$ sudo apt update $ sudo apt install libsqljet-java

2. Uninstall "libsqljet-java" package

This guide let you learn how to uninstall libsqljet-java on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the libsqljet-java package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: libsqljet-java
Priority: optional
Section: universe/java
Installed-Size: 786
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Java Maintainers
Architecture: all
Source: sqljet
Version: 1.1.10-1
Depends: antlr3
Filename: pool/universe/s/sqljet/libsqljet-java_1.1.10-1_all.deb
Size: 624306
MD5sum: a3bb07fbaf682eca4b48d6017783ec51
SHA1: 5f8b58e07916d393cdfabc2006dc81c1bd4df8e3
SHA256: afa6bd09c91fe7ffde025939577b14ba3e21a2ea034bc0238116de1d2ed2f861
Description-en: Pure Java implementation of SQLite database management system
SQLJet is a software library that provides API that enables Java application to
read and modify SQLite databases. SQLJet does not support SQL queries; there is
an API to work with the database on a lower level.
.
SQLJet Major Features:
.
* Fine-grained API to create, read and modify SQLite databases.
* Database format is fully compatible with SQLite 3.6.
* No native binaries are needed.
* Current version only supports SQL in schema.
Description-md5: 8d7331d273802bee2c30edd8b8c5e7f5
Homepage: http://sqljet.com
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu