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

Last updated: May 08,2024

1. Install "libngs-java" package

This tutorial shows how to install libngs-java on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libngs-java

2. Uninstall "libngs-java" package

Please follow the guidelines below to uninstall libngs-java on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: libngs-java
Priority: optional
Section: universe/java
Installed-Size: 73
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Med Packaging Team
Architecture: amd64
Source: ngs-sdk
Version: 1.2.3-2
Depends: libngs-sdk-dev (= 1.2.3-2)
Filename: pool/universe/n/ngs-sdk/libngs-java_1.2.3-2_amd64.deb
Size: 57366
MD5sum: 4445d0fc607903ab0eae701a456665cd
SHA1: 96125666127f58e457e462234f087dcf34e4fe39
SHA256: e889883b6744826d3d0459bcec95947442e1e1f56b0c28f3a12ed89e2b8accaa
Description-en: Next Generation Sequencing language Bindings (Java bindings)
NGS is a new, domain-specific API for accessing reads, alignments and
pileups produced from Next Generation Sequencing. The API itself is
independent from any particular back-end implementation, and supports
use of multiple back-ends simultaneously. It also provides a library for
building new back-end "engines". The engine for accessing SRA data is
contained within the sister repository ncbi-vdb.
.
The API is currently expressed in C++, Java and Python languages. The
design makes it possible to maintain a high degree of similarity between
the code in one language and code in another - especially between C++
and Java.
.
Java bindings.
Description-md5: 7e9c9b034df5ad8390e688ab3dbb4b4b
Homepage: https://github.com/ncbi/ngs
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu