# 使用 Homebrew, apk, dnf, Nix 安装 desed

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

## 安装

```sh
sudo av install brew:desed
```

其他安装命令:

### macOS

- Homebrew (100%):

```sh
brew install desed
```

  证据: local Homebrew formula metadata

### Linux

- apk (92%):

```sh
sudo apk add desed
```

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

- dnf (92%):

```sh
sudo dnf install desed
```

  证据: Fedora Rawhide package metadata: desed 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#desed
```

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

## 软件包事实

- **软件包键:** brew:desed
- **软件包管理器:** Homebrew
- **版本:** 1.2.2
- **来源摘要:** Debugger for Sed
- **主页:** <https://soptik.tech/articles/building-desed-the-sed-debugger.html>
- **仓库:** <https://github.com/SoptikHa2/desed>
- **已生成:** 2026-08-03T19:37:03+00:00

## 可执行文件

- desed (别名)

## 安装行为

- Bottle: 不可用

## 版本和新鲜度

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

desed is a terminal user-interface debugger for sed scripts. It wraps GNU sed's debugging capability with interactive stepping, breakpoints, reverse stepping, hot reload, and state inspection.

### 项目历史

The maintainer describes desed as a first Rust project built because sed lacked comfortable debugging tooling. The project reached public 1.x releases by 2020 and had a v1.2.2 release in 2024.

### 采用历史

The official README lists several package routes, including Alpine Linux, Arch AUR, DragonFly BSD, Fedora, FreeBSD, Void Linux, Cargo, source builds, and precompiled GitHub releases. That spread reflects a small but real command-line audience across Unix-like package ecosystems.

### 使用方式

Users run desed to step through sed programs, inspect pattern and hold-space state, preview substitutions, place breakpoints, and reload edited scripts while staying in a terminal UI.

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

desed is notable because it gives a classic Unix stream editor the kind of interactive debugger usually associated with larger programming languages. For package collectors, it is a niche but memorable text-processing tool: small, Rust-based, and aimed at people who write enough sed to need a debugger.

### 时间线

- 2020: v1.2.0 added autoreload and BSD support.
- 2022: v1.2.1 fixed BSD file-watch support on armv7.
- 2024: v1.2.2 was published.

### Related projects

- Related tools include GNU sed itself and sed programs such as sedtris, which the README references as an example of complex sed usage.

### 来源

- <https://github.com/SoptikHa2/desed#readme>
- <https://github.com/SoptikHa2/desed/releases/tag/v1.2.0>
- <https://github.com/SoptikHa2/desed/releases/tag/v1.2.2>


## 安全说明

escape, surveillance, or offensive capability signal.

- **Geiger 风险:** red / 中
- escape, surveillance, or offensive capability signal

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

- Nix - desed: normalized package name match | nixpkgs package indexes: pkgs/by-name/de/desed/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- apk - desed - 1.2.2-r0: normalized package name match | Alpine Linux edge package indexes: desed from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz | Demystify and debug your sed scripts, from comfort of your terminal | https://github.com/SoptikHa2/desed
- apk - desed-doc - 1.2.2-r0: normalized package name match | Alpine Linux edge package indexes: desed-doc from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz | Demystify and debug your sed scripts, from comfort of your terminal (documentation) | https://github.com/SoptikHa2/desed
- dnf - desed - 1.2.2-9.fc45: normalized package name match | Fedora Rawhide package metadata: desed from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst | Sed script debugger | https://crates.io/crates/desed


## Combined YAML source

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