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

Last updated: May 11,2024

1. Install "libjavatuples-java" package

Please follow the guidance below to install libjavatuples-java on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libjavatuples-java

2. Uninstall "libjavatuples-java" package

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

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

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

Package: libjavatuples-java
Priority: optional
Section: universe/java
Installed-Size: 123
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Java Maintainers
Architecture: all
Source: javatuples
Version: 1.2-1
Filename: pool/universe/j/javatuples/libjavatuples-java_1.2-1_all.deb
Size: 62618
MD5sum: 8e5f87c3005500332b9b15feb551f281
SHA1: 0ec34c319948cf48d37d2f8d94915e859d172203
SHA256: ac7ced3b003531a06b18e78b752ea8d59e8eca9e74322cb5312750a9ddd33426
Description-en: javatuples
Java library for tuples in Java.
javatuples is one of the simplest java libraries ever made. Its aim is
to provide a set of java classes that allow you to work with tuples.
.
A tuple is just a sequence of objects that do not necessarily relate
to each other in any way. For example: [23, "Saturn",
java.sql.Connection@li734s] can be considered a tuple of three
elements (a triplet) containing an Integer, a String, and a JDBC
Connection object. As simple as that.
Description-md5: b9c0c0d6f6ec2cd26869f0c5bb86e2fa
Homepage: http://www.javatuples.org
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu