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

Last updated: May 08,2024

1. Install "libtabixpp0" package

This guide let you learn how to install libtabixpp0 on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libtabixpp0

2. Uninstall "libtabixpp0" package

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

$ sudo apt remove libtabixpp0 $ sudo apt autoclean && sudo apt autoremove

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

Package: libtabixpp0
Priority: optional
Section: universe/libs
Installed-Size: 28
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Med Packaging Team
Architecture: amd64
Source: libtabixpp
Version: 1.0.0-2
Depends: libc6 (>= 2.14), libgcc1 (>= 1:3.0), libhts1 (>= 1.0), libstdc++6 (>= 5.2)
Filename: pool/universe/libt/libtabixpp/libtabixpp0_1.0.0-2_amd64.deb
Size: 7874
MD5sum: abb412a34851a82aa6d9637367482037
SHA1: 94502ef11be671fd6eabcee1917977bcb0ada93d
SHA256: 745a049f8f3acae9ed2fdaf60ccaa7b232a92b8cbc2d0b87859ff794031b1b25
Description-en: C++ wrapper to tabix indexer
Tabix indexes files where some columns indicate sequence coordinates: name
(usually a chromosome), start and stop. The input data file must be position
sorted and compressed by bgzip. After indexing, tabix is able to quickly
retrieve data lines by chromosomal coordinates.
.
This package provides a C++ wrapper to the tabix indexer.
Description-md5: 5d905f6df26f286bf996183bc2175c8f
Multi-Arch: same
Homepage: https://github.com/ekg/tabixpp
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu