How to Install and Uninstall libhts1 Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 20,2024

1. Install "libhts1" package

This tutorial shows how to install libhts1 on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libhts1

2. Uninstall "libhts1" package

Please follow the step by step instructions below to uninstall libhts1 on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove libhts1 $ sudo apt autoclean && sudo apt autoremove

3. Information about the libhts1 package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: libhts1
Priority: optional
Section: universe/libs
Installed-Size: 562
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Med Packaging Team
Architecture: amd64
Source: htslib
Version: 1.2.1-2ubuntu1
Depends: libc6 (>= 2.15), zlib1g (>= 1:1.2.0.2)
Filename: pool/universe/h/htslib/libhts1_1.2.1-2ubuntu1_amd64.deb
Size: 225346
MD5sum: 033475ee9b295ec32760f509c77992f1
SHA1: eba24c537f6400d848076d6195cd99a094b06013
SHA256: 1a21143f686ff794307d610ae9620c599b2cbf8965d5dbc58123e4d05916e809
Description-en: C library for high-throughput sequencing data formats
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.
Description-md5: 6bcc3eaaf96941c9a7a6476850863056
Multi-Arch: same
Homepage: https://github.com/samtools/htslib
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu