How to Install and Uninstall tabix Package on Ubuntu 16.04 LTS (Xenial Xerus)
Last updated: November 22,2024
1. Install "tabix" package
Please follow the instructions below to install tabix on Ubuntu 16.04 LTS (Xenial Xerus)
$
sudo apt update
Copied
$
sudo apt install
tabix
Copied
2. Uninstall "tabix" package
Please follow the guidance below to uninstall tabix on Ubuntu 16.04 LTS (Xenial Xerus):
$
sudo apt remove
tabix
Copied
$
sudo apt autoclean && sudo apt autoremove
Copied
3. Information about the tabix package on Ubuntu 16.04 LTS (Xenial Xerus)
Package: tabix
Priority: optional
Section: universe/science
Installed-Size: 866
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/tabix_1.2.1-2ubuntu1_amd64.deb
Size: 222482
MD5sum: 564b0a93865ab55bd0cad05f27a946a2
SHA1: 52d72584252103add7ad052d5b337afa63e0355f
SHA256: ef2f8e2666da2416c6d5009c6ebc5e9b8a8248f740a160bf1058d8ecf73f6ba4
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
Homepage: https://github.com/samtools/htslib
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu
Priority: optional
Section: universe/science
Installed-Size: 866
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/tabix_1.2.1-2ubuntu1_amd64.deb
Size: 222482
MD5sum: 564b0a93865ab55bd0cad05f27a946a2
SHA1: 52d72584252103add7ad052d5b337afa63e0355f
SHA256: ef2f8e2666da2416c6d5009c6ebc5e9b8a8248f740a160bf1058d8ecf73f6ba4
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
Homepage: https://github.com/samtools/htslib
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu