How to Install and Uninstall libhts-dev Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 04,2024

1. Install "libhts-dev" package

Here is a brief guide to show you how to install libhts-dev on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libhts-dev

2. Uninstall "libhts-dev" package

Please follow the instructions below to uninstall libhts-dev on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove libhts-dev $ sudo apt autoclean && sudo apt autoremove

3. Information about the libhts-dev package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: libhts-dev
Priority: optional
Section: universe/libdevel
Installed-Size: 994
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Med Packaging Team
Architecture: amd64
Source: htslib
Version: 1.2.1-2ubuntu1
Depends: libhts1 (= 1.2.1-2ubuntu1)
Filename: pool/universe/h/htslib/libhts-dev_1.2.1-2ubuntu1_amd64.deb
Size: 275802
MD5sum: 750e0907d3c0f942bf9fd66385a22e5c
SHA1: b6034c7caeefb48bb0cbdd98112713be3a2faed9
SHA256: 2677ce81c6a627da93d91062aa9a7449e954144e02aae5a3f5c09c10797c4711
Description-en: Development files for the HTSlib
HTSlib is an implementation of a unified C library for accessing common file
formats, such as SAM (Sequence Alignment/Map), CRAM and VCF (Variant Call
Format), used for high-throughput sequencing data, and is the core library
used by samtools and bcftools. HTSlib only depends on zlib. It is known to be
compatible with gcc, g++ and clang.
.
HTSlib implements a generalized BAM (binary SAM) index, with file extension
‘csi’ (coordinate-sorted index). The HTSlib file reader first looks for the
new index and then for the old if the new index is absent.
.
This package contains development files for the HTSlib: headers, static
library, manual pages, etc.
Description-md5: a8266b006618c146b62102a691e60a2b
Multi-Arch: same
Homepage: https://github.com/samtools/htslib
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu