# 使用 Homebrew, apt, zypper 安装 tabixpp

查看 tabixpp 的安装路径、可执行文件、元数据以及面向 AI 代理工作流的安全说明。

## 安装

```sh
sudo av install brew:tabixpp
```

其他安装命令:

### macOS

- Homebrew (100%):

```sh
brew install tabixpp
```

  证据: local Homebrew formula metadata

### Linux

- Debian apt (92%):

```sh
sudo apt install tabix
```

  证据: Debian stable package indexes: tabix from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz

- zypper (92%):

```sh
sudo zypper install tabix
```

  证据: openSUSE Tumbleweed package metadata: tabix from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst

## 软件包事实

- **软件包键:** brew:tabixpp
- **软件包管理器:** Homebrew
- **版本:** 1.1.2
- **来源摘要:** C++ wrapper to tabix indexer
- **主页:** <https://github.com/vcflib/tabixpp>
- **仓库:** <https://github.com/vcflib/tabixpp>
- **最后更新:** 2026-07-10T10:41:24-04:00
- **已生成:** 2026-08-03T19:37:03+00:00

## 可执行文件

- tabix++ (别名)

## 安装行为

- Bottle: 不可用

## 版本和新鲜度

- 页面生成时间: 2026-08-03
- 管理器版本: 1.1.2
## 项目历史与用法

tabixpp is a small C++ wrapper around tabix for opening and jumping through tabix-indexed genomics files.

### 项目历史

The README identifies tabixpp as a wrapper around the tabix project and names Erik Garrison as author. GitHub repository metadata records the public repository creation in May 2011.

### 采用历史

The project is modest but durable: GitHub releases include an initial tagged release in 2015, a Debian-packaging point release in 2019, and later maintenance releases through 2023. The Homebrew input records packaging in Homebrew and maps related distro packages to tabix on Debian, Ubuntu, and openSUSE.

### 使用方式

The README emphasizes building with the htslib submodule and testing with make. Its value is in C++ code that wants a smaller abstraction over tabix-indexed files rather than invoking tabix directly.

### 为什么软件包爱好者会关心

Package maintainers care because tabixpp is a thin compatibility layer in bioinformatics dependency graphs: it pulls in htslib-style native dependencies such as libcurl, zlib, and liblzma, and it is often packaged to satisfy genomics tools that expect the wrapper.

### 时间线

- 2011: The public GitHub repository was created.
- 2015: GitHub releases show v1.0.0 as the initial tagged release.
- 2019: GitHub releases show v1.1.0 as a point release for Debian packaging.
- 2023: GitHub releases show v1.1.2 published as minor updates.

### Related projects

- The README links tabix, htslib, libcurl, zlib, and liblzma as related projects or dependencies.

### 来源

- <https://api.github.com/repos/vcflib/tabixpp>
- <https://api.github.com/repos/vcflib/tabixpp/releases>
- <https://github.com/vcflib/tabixpp#readme>
- input.source_facts.package-manager


## 安全说明

narrow executable package without higher-risk signals.

- **Geiger 风险:** 绿色 / 低
- narrow executable package without higher-risk signals

## 其他软件包管理器记录

- Debian apt - tabix - 1.21+ds-1: installed executable or alias match | Debian stable package indexes: tabix from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | generic indexer for TAB-delimited genome position files | https://github.com/samtools/htslib
- Ubuntu apt - tabix - 1.19+ds-1.1build3: installed executable or alias match | Ubuntu 24.04 LTS package indexes: tabix from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | generic indexer for TAB-delimited genome position files | https://github.com/samtools/htslib
- zypper - tabix - 1.21-1.5: installed executable or alias match | openSUSE Tumbleweed package metadata: tabix from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst | Generic indexer for TAB-delimited genome position files from the HTSlib project | https://github.com/samtools/htslib/


## Combined YAML source

View the package source record on GitHub. [combined/tabixpp.yml](https://github.com/mxcl/pkgdb/blob/main/combined/tabixpp.yml)


## 来源

- pkg.so package database
- Geiger risk classifier
- curated package history
- pkgdb category and tag curation
- external package-manager database matches
- cross-ecosystem install command graph
