# 使用 Homebrew, apk, dnf, MacPorts, Nix, pacman 安装 abduco

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

## 安装

```sh
sudo av install brew:abduco
```

其他安装命令:

### macOS

- Homebrew (100%):

```sh
brew install abduco
```

  证据: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install abduco
```

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

### Linux

- apk (92%):

```sh
sudo apk add abduco
```

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

- dnf (92%):

```sh
sudo dnf install abduco
```

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

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

- pacman (92%):

```sh
sudo pacman -S abduco
```

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

## 软件包事实

- **软件包键:** brew:abduco
- **软件包管理器:** Homebrew
- **版本:** 0.6
- **来源摘要:** Provides session management: i.e. separate programs from terminals
- **主页:** <https://www.brain-dump.org/projects/abduco/>
- **仓库:** <https://github.com/martanne/abduco>
- **最后更新:** 2026-05-26T23:37:45-04:00
- **已生成:** 2026-08-03T19:37:03+00:00

## 可执行文件

- abduco (别名)

## 安装行为

- Bottle: 不可用

## 版本和新鲜度

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

abduco is a small terminal session attach/detach tool. It lets a command continue independently of its controlling terminal and later be reattached, and is often paired with dvtm as a lighter alternative to terminal multiplexers.

### 项目历史

Marc Andre Tanner announced abduco on the suckless development mailing list on 2014-03-08 and released version 0.1 on 2014-07-05. The official page frames it as an independent implementation similar to dtach, with an ISC license and a deliberately small feature set.

### 采用历史

The project lives in the suckless-adjacent terminal tooling world and is packaged by multiple distributions. The input package-manager facts list Homebrew, Alpine, Fedora, MacPorts, Nix, and Arch packages, matching its role as a tiny command-line utility suited to distro packaging.

### 使用方式

A typical workflow creates a named session with abduco -c, detaches with the configured control key, lists sessions by running abduco with no arguments, and reattaches with abduco -a. The official documentation also describes read-only sessions, socket recreation with SIGUSR1, and debugging traces.

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

abduco matters to package nerds because it is almost the minimal separable half of tmux or screen: session persistence without a pane manager. Its relationship with dvtm makes it a clean example of decomposed Unix terminal tooling.

### 时间线

- 2014-03-08: Initial announcement on the suckless development mailing list.
- 2014-07-05: abduco 0.1 released.
- 2014-11-15: abduco 0.2 released.
- 2015: Releases 0.3 and 0.4 add to the early stable series.
- 2016-03-24: abduco 0.6 released.
- 2020: GitHub release assets are published for the historical release series.

### Related projects

- Related projects include dvtm, dtach, tmux, GNU screen, suckless terminal tooling, and socat for the read-only proxy example documented by the project.

### 来源

- Official project page, GitHub README, GitHub release metadata, and source_facts.package-manager.


## 安全说明

narrow executable package without higher-risk signals.

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

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

- Nix - abduco: normalized package name match | nixpkgs package indexes: pkgs/by-name/ab/abduco/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- apk - abduco - 0.6-r7: normalized package name match | Alpine Linux edge package indexes: abduco from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Session management in a clean and simple way | https://www.brain-dump.org/projects/abduco/
- apk - abduco-doc - 0.6-r7: normalized package name match | Alpine Linux edge package indexes: abduco-doc from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Session management in a clean and simple way (documentation) | https://www.brain-dump.org/projects/abduco/
- dnf - abduco - 0.6-25.fc45: normalized package name match | Fedora Rawhide package metadata: abduco from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst | Session management in a clean and simple way | http://www.brain-dump.org/projects/abduco/
- pacman - abduco - 0.6-8: normalized package name match | Arch Linux sync databases: abduco from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz | Tool for session {at,de}tach support which allows a process to run independently from its controlling terminal | http://www.brain-dump.org/projects/abduco/
- MacPorts - abduco: normalized package name match | MacPorts ports tree: sysutils/abduco/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1


## Combined YAML source

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