pkg.soopen package index

brew / 順位 2921

strace を Homebrew, apk, apt, dnf, Nix, pacman, zypper でインストール

strace のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。

インストール

追加のインストールコマンド

macOS

Homebrew確認済み · 100%
brew install strace

local Homebrew formula metadata

Linux

Alpine Linux apk確認済み · 92%
sudo apk add strace

Alpine Linux edge package indexes · strace · ソース: dl-cdn.alpinelinux.org

Debian apt確認済み · 92%
sudo apt install strace

Debian stable package indexes · strace · ソース: deb.debian.org

Fedora dnf確認済み · 92%
sudo dnf install strace

Fedora Rawhide package metadata · strace · ソース: dl.fedoraproject.org

Nix確認済み · 92%
nix profile install nixpkgs#strace

nixpkgs package indexes · pkgs/by-name/st/strace/package.nix · ソース: api.github.com

Arch Linux pacman確認済み · 92%
sudo pacman -S strace

Arch Linux sync databases · strace · ソース: geo.mirror.pkgbuild.com

openSUSE zypper確認済み · 92%
sudo zypper install strace

openSUSE Tumbleweed package metadata · strace · ソース: download.opensuse.org

概要

パッケージ概要

Diagnostic, instructional, and debugging tool for the Linux kernel

コマンドとエイリアス

  • strace
  • strace-log-merge

履歴

プロジェクトの歴史と使われ方

strace is the standard Linux command-line tool for tracing system calls and signals. It is central to Unix debugging culture because it turns opaque process behavior into a readable syscall transcript.

プロジェクトの歴史

The strace manual history says the original program was written by Paul Kranenburg for SunOS and inspired by Sun's trace utility. Branko Lankester ported it to Linux and added Linux kernel support, and Rick Sladkey merged the SunOS and Linux lines in 1993 before adding SVR4, Solaris, and Irix work.

Maintenance later moved through Wichert Akkerman in 1996, Roland McGrath in 2002, and Dmitry Levin from 2009. The manual records major platform work across Linux architectures, a migration to Git, and the eventual removal of non-Linux code after the 4.6 release.

採用の歴史

strace is packaged across mainstream Unix-like package managers in the supplied source facts, including Homebrew, Debian, Fedora, Arch, Alpine, Nix, Ubuntu, and openSUSE.

Its adoption is tied less to a framework ecosystem and more to everyday operational debugging: when a binary cannot open a file, hangs on a socket, sees unexpected permissions, or makes surprising syscalls, strace is the small tool users install first.

使われ方

The man page describes tracing a new command, attaching to an existing process with -p, filtering syscall sets, tracing paths, dumping selected file descriptor I/O, collecting timing summaries, printing timestamps, decoding file descriptors, and injecting syscall faults.

Package users commonly install it as a rescue and diagnosis tool on Linux hosts, containers, CI images, and development machines.

パッケージ好きにとっての重要性

strace is package-nerd significant because it explains package failures at the syscall layer: missing shared libraries, wrong config paths, permission problems, sandbox behavior, and network or filesystem assumptions become visible without rebuilding the program.

It is also a fixture of minimal debugging toolbelts. Even users who do not develop strace depend on distributions keeping its syscall tables current with the Linux kernel.

タイムライン

  • 1991: Paul Kranenburg's SunOS strace lineage begins, according to the man page history.
  • 1992: Branko Lankester ports strace to Linux.
  • 1993: Rick Sladkey takes on the project and merges the SunOS and Linux versions.
  • 1996: Wichert Akkerman becomes maintainer.
  • 2002: Roland McGrath takes over maintenance.
  • 2009: Dmitry Levin becomes active maintainer.
  • 2012: strace 4.7 removes non-Linux code after the 4.6 release.

Related projects

  • The man page positions strace among Unix tracing tools such as Sun trace and SVR4 truss, and its Linux implementation depends on the kernel ptrace interface.
  • Adjacent Linux diagnostic tools include ltrace, perf, ftrace tooling, and system-call-aware debuggers, but strace remains the small user-facing syscall tracer most package users reach for.

セキュリティ状態

リスクレベル: red

process tracing tool.

リスク分類器

リスク red · 信頼度 中 · escape-surveillance-offensive

理由

  • process tracing tool

信号

  • override:strace

インストール挙動

  • Homebrew bottle メタデータは記録されていません。

推奨レビュー

エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。

実行可能ファイル

インストールされる実行可能ファイル

コマンド種類公開範囲メモ
strace実行可能ファイルインデックス済み実行可能ファイルローカル実行可能ファイルインデックスから検出されました。
strace-log-merge実行可能ファイルインデックス済み実行可能ファイルローカル実行可能ファイルインデックスから検出されました。

鮮度

バージョンと鮮度

これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。

ページ生成日2026-08-03
マネージャ版7.1
マネージャ更新日2026-06-15
ローカルデータ不明
上流利用不可
検出された最新未検出
  • OK鮮度警告は生成されていません。

インストールメタデータ

パッケージメタデータ

パッケージキーbrew:strace
バージョン7.1
パッケージマネージャHomebrew
ホームページhttps://strace.io/
リポジトリhttps://github.com/strace/strace
最終更新2026-06-15T19:22:18Z
Pulseupdated
Bottle未記録
サービス宣言なし

ソースデータベース一致

他のパッケージマネージャ記録

一致は外部パッケージマネージャインデックスから取得され、ローカルの Automic Vault パッケージリンクとは分けて表示されます。

Debian apt95%

strace 6.13+ds-1

System call tracer

https://strace.io

sudo apt install strace
  • Section: utils
  • Architecture: amd64
  • 2 依存関係
  • normalized package name match
  • 一致条件: Strace
Debian stable package indexes · deb.debian.org · Debian stable package indexes: strace from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Nix95%

strace

nix profile install nixpkgs#strace
  • normalized package name match
  • 一致条件: Strace
nixpkgs package indexes · api.github.com · nixpkgs package indexes: pkgs/by-name/st/strace/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
Ubuntu apt95%

strace 6.8-0ubuntu2

System call tracer

https://strace.io

sudo apt install strace
  • Section: utils
  • Architecture: amd64
  • 2 依存関係
  • normalized package name match
  • 一致条件: Strace
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: strace from https://archive.ubuntu.com/ubuntu/dists/noble/main/binary-amd64/Packages.gz
apk95%

strace 6.19-r1

Diagnostic, debugging and instructional userspace tracer

https://strace.io

sudo apk add strace
  • License: BSD-3-Clause
  • Architecture: x86_64
  • Source Package: strace
  • 1 依存関係
  • 1 提供
  • normalized package name match
  • 一致条件: Strace
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: strace from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz
apk95%

strace-dbg 6.19-r1

Diagnostic, debugging and instructional userspace tracer (debug symbols)

https://strace.io

sudo apk add strace-dbg
  • License: BSD-3-Clause
  • Architecture: x86_64
  • Source Package: strace
  • 1 依存関係
  • normalized package name match
  • 一致条件: Strace
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: strace-dbg from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz
apk95%

strace-doc 6.19-r1

Diagnostic, debugging and instructional userspace tracer (documentation)

https://strace.io

sudo apk add strace-doc
  • License: BSD-3-Clause
  • Architecture: x86_64
  • Source Package: strace
  • normalized package name match
  • 一致条件: Strace
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: strace-doc from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz
dnf95%

strace 7.1-1.fc45

Tracks and displays system calls associated with a running process

https://strace.io

sudo dnf install strace
  • License: LGPL-2.1-or-later AND GPL-2.0-or-later AND GPL-3.0-or-later AND BSD-2-Clause AND BSD-3-Clause AND (GPL-1.0-or-later WITH Linux-syscall-note) AND
  • Category: Unspecified
  • Architecture: x86_64
  • Source Package: strace
  • 5 依存関係
  • 1 提供
  • normalized package name match
  • 一致条件: Strace
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: strace from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst
pacman95%

strace 7.0-1

A diagnostic, debugging and instructional userspace tracer

https://strace.io/

sudo pacman -S strace
  • License: LGPL-2.1-or-later
  • Architecture: x86_64
  • 2 依存関係
  • normalized package name match
  • 一致条件: Strace
Arch Linux sync databases · geo.mirror.pkgbuild.com · Arch Linux sync databases: strace from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz
zypper95%

strace 7.1-2.3

A utility to trace the system calls of a program

http://strace.io/

sudo zypper install strace
  • License: LGPL-2.1-or-later
  • Category: Development/Tools/Debuggers
  • Architecture: x86_64
  • Source Package: strace
  • 4 依存関係
  • 1 提供
  • normalized package name match
  • 一致条件: Strace
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: strace from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst

ソース経路

リポジトリデータから生成

このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。

使用ソース

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