# 使用 Homebrew, dnf, Nix 安装 termbg

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

## 安装

```sh
sudo av install brew:termbg
```

其他安装命令:

### macOS

- Homebrew (100%):

```sh
brew install termbg
```

  证据: local Homebrew formula metadata

### Linux

- dnf (92%):

```sh
sudo dnf install termbg
```

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

- Nix (92%):

```sh
nix profile install nixpkgs#termbg
```

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

## 软件包事实

- **软件包键:** brew:termbg
- **软件包管理器:** Homebrew
- **版本:** 0.6.2
- **来源摘要:** Rust library for terminal background color detection
- **主页:** <https://github.com/dalance/termbg>
- **仓库:** <https://github.com/dalance/termbg>
- **已生成:** 2026-08-03T19:37:03+00:00

## 可执行文件

- termbg (别名)

## 安装行为

- Bottle: 不可用

## 版本和新鲜度

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

termbg is a Rust library and small check program for detecting a terminal's background color. The README says it reports either RGB values or a dark/light theme.

### 项目历史

The GitHub repository was created in November 2020, and its v0.1.0 tag points to the initial repository work from the same day. The project has remained a focused terminal-behavior utility rather than a broad terminal UI framework.

### 采用历史

termbg is published as a Rust crate and appears in package-manager metadata for Homebrew, dnf, and Nix. Its README badges link crates.io and docs.rs, and its Homebrew formula exposes the included `termbg` executable for checking terminal behavior from the command line.

### 使用方式

Rust programs depend on the crate and call functions such as `terminal`, `rgb`, and `theme` with a timeout. The README also documents an example check program that prints the terminal type, detected RGB value, and dark/light theme.

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

termbg is useful in the terminal-tooling niche because theme-aware CLIs often need to know whether the background is dark or light. Its README documents support and non-support across many terminals, which gives package maintainers and CLI authors a compact compatibility reference.

### 时间线

- 2020-11-09: GitHub repository created and v0.1.0 tag commit dated.
- 2024-11-15: v0.6.1 tag commit dated.
- 2025-01-06: v0.6.2 tag commit dated.

### Related projects

- The README's compatibility list includes Alacritty, GNOME Terminal, GNU Screen, kitty, iTerm2, macOS Terminal, mintty, tmux, Visual Studio Code, xterm, Win32 console, and several unsupported terminals such as Cmder, ConEmu, PuTTY, QTerminal, and Windows Terminal.

### 来源

- <https://api.github.com/repos/dalance/termbg>
- <https://api.github.com/repos/dalance/termbg/commits/ebd895a0349367115b618a2a1c919c4a35870324>
- <https://api.github.com/repos/dalance/termbg/tags>
- <https://github.com/dalance/termbg#readme>
- source_facts.package-manager


## 安全说明

library-like package without higher-risk signals.

- **Geiger 风险:** 绿色 / 低
- library-like package without higher-risk signals

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

- Nix - termbg: normalized package name match | nixpkgs package indexes: pkgs/by-name/te/termbg/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- dnf - termbg - 0.6.2-5.fc45: normalized package name match | Fedora Rawhide package metadata: termbg from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst | Terminal background color detection | https://crates.io/crates/termbg


## Combined YAML source

View the package source record on GitHub. [combined/termbg.yml](https://github.com/mxcl/pkgdb/blob/main/combined/termbg.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
