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

Last updated: May 19,2024

1. Install "libngs-sdk1" package

This is a short guide on how to install libngs-sdk1 on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libngs-sdk1

2. Uninstall "libngs-sdk1" package

This tutorial shows how to uninstall libngs-sdk1 on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: libngs-sdk1
Priority: optional
Section: universe/libs
Installed-Size: 293
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Med Packaging Team
Architecture: amd64
Source: ngs-sdk
Version: 1.2.3-2
Depends: libc6 (>= 2.14), libgcc1 (>= 1:3.0), libstdc++6 (>= 5.2)
Filename: pool/universe/n/ngs-sdk/libngs-sdk1_1.2.3-2_amd64.deb
Size: 52280
MD5sum: a9b145ae2c30998467bc7c40b26dcf62
SHA1: d093307f8668f9d5e2dfc8317dd8cca0e49b765e
SHA256: af42dbd2ebdfdf4366dd35d01ddeb7af41dfbea5325c9da1f1ee5a7b22eb19ca
Description-en: Next Generation Sequencing language 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.
Description-md5: 489c16bfddcda1e5a9b045a9876ac205
Homepage: https://github.com/ncbi/ngs
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu

5. The same packages on other Linux Distributions