How to Install and Uninstall python-ngs Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 16,2024

1. Install "python-ngs" package

In this section, we are going to explain the necessary steps to install python-ngs on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-ngs

2. Uninstall "python-ngs" package

Here is a brief guide to show you how to uninstall python-ngs on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove python-ngs $ sudo apt autoclean && sudo apt autoremove

3. Information about the python-ngs package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: python-ngs
Priority: optional
Section: universe/python
Installed-Size: 135
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Med Packaging Team
Architecture: amd64
Source: ngs-sdk
Version: 1.2.3-2
Depends: python:any (<< 2.8), python:any (>= 2.7.5-5~), libngs-sdk-dev (= 1.2.3-2)
Filename: pool/universe/n/ngs-sdk/python-ngs_1.2.3-2_amd64.deb
Size: 15648
MD5sum: 56f40bb21d1f0159b9cc336f117c9057
SHA1: 4469c1b3968d24e87fd2d3c39cf02da78a42bfd3
SHA256: 869cdcb8a6cbf47900aff1bc09d8512e97fcd40d3b359b13c082d02d7509b68b
Description-en: Next Generation Sequencing language Bindings (Python 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.
.
Python bindings.
Description-md5: c305e8a997e8146c001218c23736cc1e
Homepage: https://github.com/ncbi/ngs
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu