How to Install and Uninstall libhts-dev Package on Kali Linux

Last updated: May 04,2024

1. Install "libhts-dev" package

This guide covers the steps necessary to install libhts-dev on Kali Linux

$ sudo apt update $ sudo apt install libhts-dev

2. Uninstall "libhts-dev" package

This is a short guide on how to uninstall libhts-dev on Kali Linux:

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

3. Information about the libhts-dev package on Kali Linux

Package: libhts-dev
Source: htslib
Version: 1.19+ds-1
Installed-Size: 6861
Maintainer: Debian Med Packaging Team
Architecture: amd64
Depends: libhts3 (= 1.19+ds-1), libcurl4-gnutls-dev, libdeflate-dev, liblzma-dev, zlib1g-dev
Size: 1666956
SHA256: f40aa88576cde0bc1fa0f336bf0717a7aef2f106cdfb142b29156490948aaec0
SHA1: 7801143ef97c0855d360606c60939fe693459f94
MD5sum: 08fe422f9c3bbe86786f0b2f818ad1b4
Description: 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.
.
For compatibility with sambamba, the internal routine cram_to_bam was
exported, hereto adopting a patch found in guix.
Description-md5:
Multi-Arch: same
Homepage: https://github.com/samtools/htslib
Tag: devel::lang:c, devel::library, implemented-in::c, role::devel-lib
Section: libdevel
Priority: optional
Filename: pool/main/h/htslib/libhts-dev_1.19+ds-1_amd64.deb