# 使用 Homebrew, apk, apt, MacPorts, Nix, pacman, zypper, scoop, winget, dnf 安装 tealdeer

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

## 安装

```sh
sudo av install brew:tealdeer
```

其他安装命令:

### macOS

- Homebrew (100%):

```sh
brew install tealdeer
```

  证据: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install tealdeer
```

  证据: MacPorts ports tree: sysutils/tealdeer/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

### Linux

- apk (92%):

```sh
sudo apk add tealdeer
```

  证据: Alpine Linux edge package indexes: tealdeer from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz

- Debian apt (92%):

```sh
sudo apt install tealdeer
```

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

- Nix (92%):

```sh
nix profile install nixpkgs#tealdeer
```

  证据: nixpkgs package indexes: pkgs/by-name/te/tealdeer/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

- pacman (92%):

```sh
sudo pacman -S tealdeer
```

  证据: Arch Linux sync databases: tealdeer from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz

- zypper (92%):

```sh
sudo zypper install tealdeer
```

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

- dnf (92%):

```sh
sudo dnf install tldr
```

  证据: Fedora Rawhide package metadata: tldr from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/210a2053c8e007daf9ae39c2a21daaed9b2ddd07d63ecffa597050361e73650c-primary.xml.zst

### Windows

- Scoop (92%):

```sh
scoop install main/tealdeer
```

  证据: Scoop official bucket manifest trees: bucket/tealdeer.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1

- winget (92%):

```sh
winget install --id dbrgn.tealdeer -e
```

  证据: Windows Package Manager source index: dbrgn.tealdeer from https://cdn.winget.microsoft.com/cache/source.msix

## 软件包事实

- **软件包键:** brew:tealdeer
- **软件包管理器:** Homebrew
- **软件包管理器页面:** <https://formulae.brew.sh/formula/tealdeer>
- **版本:** 1.8.1
- **来源摘要:** Very fast implementation of tldr in Rust
- **主页:** <https://tealdeer-rs.github.io/tealdeer/>
- **仓库:** <https://github.com/tealdeer-rs/tealdeer>
- **上游文档:** <https://tealdeer-rs.github.io/tealdeer/>
- **许可证:** Apache-2.0 OR MIT
- **源码归档:** <https://github.com/tealdeer-rs/tealdeer/archive/refs/tags/v1.8.1.tar.gz>
- **已生成:** 2026-08-04T22:13:35+00:00

## 可执行文件

- tldr (cli)
- tldr (别名)

## 构建依赖

- rust

## 安装行为

- post-install 钩子: 未定义
- Bottle: 可用 于 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux

## 版本和新鲜度

- 页面生成时间: 2026-08-04
- 管理器版本: 1.8.1
- 本地数据: OK
- 上游仓库: https://github.com/tealdeer-rs/tealdeer
- 检测到的最新版本: v1.8.1 (当前)
- 信息: No package-manager update timestamp was available.
## 项目历史与用法

tealdeer is a Rust implementation of the TLDR client idea: simplified, example-based, community-maintained command help pages exposed through a fast `tldr` command. Its name is a pronunciation joke on "tldr".

### 项目历史

The official README frames tealdeer as a fast TLDR client written in Rust, with goals including cache download, offline use after cache update, compatibility with the NodeJS TLDR client, compliance with the TLDR client specification, configurable highlighting, and speed.

The project maintains an mdBook user manual covering installation, usage, custom pages, configuration, and tips. Its usage documentation shows the installed binary is named `tldr`, aligning it with the broader TLDR client ecosystem rather than exposing a separate end-user command name.

### 采用历史

The official installation manual lists packages for Arch Linux, Debian, Fedora, FreeBSD, Funtoo, Homebrew, MacPorts, NetBSD, Nix, openSUSE, Scoop, Solus, and Void Linux, along with static binaries, Cargo installation, and source builds. The supplied package-manager facts also show broad packaging across Homebrew, Debian/Ubuntu, Fedora, MacPorts, Nix, pacman, Scoop, winget, and openSUSE.

### 使用方式

tealdeer is used as a fast local client for TLDR pages: users update or clear the cache, list cached commands, render pages, choose platform/language preferences, and customize display, style, search, update, and directory behavior through TOML configuration.

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

tealdeer is significant to package-manager users because it turns command examples into a fast, cacheable CLI experience and is packaged broadly under the familiar `tldr` executable. Its README even benchmarks multiple TLDR clients, placing it in the tradition of package nerds comparing small CLI implementations across languages.

### 时间线

- 2021: README benchmark compares tealdeer against other TLDR clients.
- v0.2.0-v1.8.1: Official git tags show continued release series.
- 1.8.1: User manual usage page documents the current `tldr` command options.

### Related projects

- The README and user manual tie tealdeer to the TLDR Pages project, the TLDR client specification, tldr-node-client, tldr-python-client, tldr-bash, tldr-hs, fast-tldr, and outfieldr.

### 来源

- <https://github.com/tealdeer-rs/tealdeer>
- <https://raw.githubusercontent.com/tealdeer-rs/tealdeer/main/README.md>
- <https://tealdeer-rs.github.io/tealdeer/>
- <https://tealdeer-rs.github.io/tealdeer/config.html>
- <https://tealdeer-rs.github.io/tealdeer/installing.html>
- <https://tealdeer-rs.github.io/tealdeer/usage.html>
- source_facts.package-manager


## 安全说明

narrow executable package without higher-risk signals.

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


## Configuration and credential file locations

These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.


## Configuration files

- Linux: $XDG_CONFIG_HOME/tealdeer/config.toml, ~/.config/tealdeer/config.toml
## 源数据库详情

- **Source Database:** Homebrew formula API
- **Tap:** homebrew/core
- **Full Name:** tealdeer
- **Version Scheme:** 0
- **Revision:** 0
- **Head Version:** HEAD
- **Conflicts With:** tldr, tlrc
- **Bottle Stable Root URL:** <https://ghcr.io/v2/homebrew/core>
- **Deprecated:** no
- **Disabled:** no
- **Keg Only:** no
- **URL Keys:** head, stable

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

- Debian apt - tealdeer - 1.7.2-1+deb13u1: normalized package name match | Debian stable package indexes: tealdeer from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | simplified, example based and community-driven man pages | https://github.com/tealdeer-rs/tealdeer/
- Nix - tealdeer: normalized package name match | nixpkgs package indexes: pkgs/by-name/te/tealdeer/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- Ubuntu apt - tealdeer - 1.6.1-4build2: normalized package name match | Ubuntu 24.04 LTS package indexes: tealdeer from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | simplified, example based and community-driven man pages | https://github.com/dbrgn/tealdeer/
- apk - tealdeer - 1.8.0-r0: normalized package name match | Alpine Linux edge package indexes: tealdeer from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz | Very fast implementation of tldr in Rust | https://tealdeer-rs.github.io/tealdeer/
- apk - tealdeer-bash-completion - 1.8.0-r0: normalized package name match | Alpine Linux edge package indexes: tealdeer-bash-completion from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz | Bash completions for tealdeer | https://tealdeer-rs.github.io/tealdeer/
- apk - tealdeer-fish-completion - 1.8.0-r0: normalized package name match | Alpine Linux edge package indexes: tealdeer-fish-completion from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz | Fish completions for tealdeer | https://tealdeer-rs.github.io/tealdeer/
- apk - tealdeer-zsh-completion - 1.8.0-r0: normalized package name match | Alpine Linux edge package indexes: tealdeer-zsh-completion from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz | Zsh completions for tealdeer | https://tealdeer-rs.github.io/tealdeer/
- pacman - tealdeer - 1.8.1-2: normalized package name match | Arch Linux sync databases: tealdeer from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz | A fast tldr client in Rust | https://github.com/tealdeer-rs/tealdeer
- zypper - tealdeer - 1.8.0-1.5: normalized package name match | openSUSE Tumbleweed package metadata: tealdeer from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst | An implementation of tldr in Rust | https://github.com/tealdeer-rs/tealdeer
- zypper - tealdeer-bash-completion - 1.8.0-1.5: normalized package name match | openSUSE Tumbleweed package metadata: tealdeer-bash-completion from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst | Bash Completion for tealdeer | https://github.com/tealdeer-rs/tealdeer
- zypper - tealdeer-fish-completion - 1.8.0-1.5: normalized package name match | openSUSE Tumbleweed package metadata: tealdeer-fish-completion from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst | Fish Completion for tealdeer | https://github.com/tealdeer-rs/tealdeer
- zypper - tealdeer-zsh-completion - 1.8.0-1.5: normalized package name match | openSUSE Tumbleweed package metadata: tealdeer-zsh-completion from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst | Zsh Completion for tealdeer | https://github.com/tealdeer-rs/tealdeer
- MacPorts - tealdeer: normalized package name match | MacPorts ports tree: sysutils/tealdeer/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1
- Scoop - main/tealdeer: normalized package name match | Scoop official bucket manifest trees: bucket/tealdeer.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1
- winget - dbrgn.tealdeer: normalized package name match | Windows Package Manager source index: dbrgn.tealdeer from https://cdn.winget.microsoft.com/cache/source.msix
- Nix - tldr: installed executable or alias match | nixpkgs package indexes: pkgs/by-name/tl/tldr/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1


## 相关链接

- [Source-control packages](https://pkg.so/zh-hans/source-control-tools/) - Belongs to a source-control command family.
- [Terminal utility packages](https://pkg.so/zh-hans/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Text processing packages](https://pkg.so/zh-hans/text-processing-tools/) - Matched text, document, or structured-data processing metadata.
- [Developer build packages](https://pkg.so/zh-hans/developer-build-tools/) - Matched build, compiler, generator, or developer workflow metadata.
- [rust](https://pkg.so/zh-hans/brew/rust/) - Build dependency declared by Homebrew.
- [starship](https://pkg.so/zh-hans/brew/starship/) - Shares pkgdb curated category or tags: cli, developer-tools, rust, terminal.
- [helix](https://pkg.so/zh-hans/brew/helix/) - Shares pkgdb curated category or tags: cli, developer-tools, rust, terminal.
- [sk](https://pkg.so/zh-hans/brew/sk/) - Shares pkgdb curated category or tags: cli, developer-tools, rust, terminal.
- [gitui](https://pkg.so/zh-hans/brew/gitui/) - Shares pkgdb curated category or tags: cli, developer-tools, rust, terminal.
- [moor](https://pkg.so/zh-hans/brew/moor/) - Shares pkgdb curated category or tags: cli, developer-tools, rust, terminal.
- [mdbook](https://pkg.so/zh-hans/brew/mdbook/) - Shares pkgdb curated category or tags: cli, developer-tools, documentation, rust.
- [gitu](https://pkg.so/zh-hans/brew/gitu/) - Shares pkgdb curated category or tags: cli, developer-tools, rust, terminal.
- [genact](https://pkg.so/zh-hans/brew/genact/) - Shares pkgdb curated category or tags: cli, developer-tools, rust, terminal.
- [try-rs](https://pkg.so/zh-hans/brew/try-rs/) - Both packages touch the same language runtime or ecosystem. Shared terms: cli, developer, developer-tools, fast, rust.
- [zsh-patina](https://pkg.so/zh-hans/brew/zsh-patina/) - Both packages touch the same language runtime or ecosystem. Shared terms: cli, developer, developer-tools, fast, rust.

## Combined YAML source

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


## 来源

- pkg.so package database
- Geiger risk classifier
- package-page enrichment
- curated configuration and credential file locations
- curated package history
- package version freshness
- pkgdb category and tag curation
- package relationship graph
- external package-manager database matches
- cross-ecosystem install command graph
