How to Install and Uninstall tabix Package on Ubuntu 20.10 (Groovy Gorilla)

Last updated: May 18,2024

1. Install "tabix" package

This tutorial shows how to install tabix on Ubuntu 20.10 (Groovy Gorilla)

$ sudo apt update $ sudo apt install tabix

2. Uninstall "tabix" package

Please follow the steps below to uninstall tabix on Ubuntu 20.10 (Groovy Gorilla):

$ sudo apt remove tabix $ sudo apt autoclean && sudo apt autoremove

3. Information about the tabix package on Ubuntu 20.10 (Groovy Gorilla)

Package: tabix
Architecture: amd64
Version: 1.10.2-5
Priority: optional
Section: universe/science
Source: htslib
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Med Packaging Team
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 1266
Depends: libbz2-1.0, libc6 (>= 2.15), libcurl3-gnutls (>= 7.18.0), libdeflate0 (>= 1.0), liblzma5 (>= 5.1.1alpha+20120614), libssl1.1 (>= 1.1.0), zlib1g (>= 1:1.2.0)
Filename: pool/universe/h/htslib/tabix_1.10.2-5_amd64.deb
Size: 340572
MD5sum: ef3e07cd2405c2fb5ea8feec895f72a7
SHA1: eca65d0ce047234f250e6ba0e77c28ec70a7ca90
SHA256: 5e08222a2fd0a21af2525118c9397ad72a9c3256b369b87e86220ccd99bc975a
SHA512: a97339eb9d33e53b705e65111db2eb41f5f18fd3783a353e4f95d9dca60bfd4b39c4584fc3cc3898771a146bbd9bf2c85ee8c42718ae9f43f8ef2560f1f3b583
Homepage: https://github.com/samtools/htslib
Description-en: generic indexer for TAB-delimited genome position files
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 (provided in this package), which has a gzip
like interface. After indexing, tabix is able to quickly retrieve data lines by
chromosomal coordinates. Fast data retrieval also works over network if an URI
is given as a file name.
.
This version of tabix is built from the HTSlib source.
Description-md5: 8712005ee260a697bb78eedf2c010404