macOS
brew install stracelocal Homebrew formula metadata
brew / Rang 2921
Prüfe Installationswege, Executables, Metadaten und Sicherheitshinweise für strace in AI-Agent-Workflows.
Installation
brew install stracelocal Homebrew formula metadata
sudo apk add straceAlpine Linux edge package indexes · strace · Quelle: dl-cdn.alpinelinux.org
sudo apt install straceDebian stable package indexes · strace · Quelle: deb.debian.org
sudo dnf install straceFedora Rawhide package metadata · strace · Quelle: dl.fedoraproject.org
nix profile install nixpkgs#stracenixpkgs package indexes · pkgs/by-name/st/strace/package.nix · Quelle: api.github.com
sudo pacman -S straceArch Linux sync databases · strace · Quelle: geo.mirror.pkgbuild.com
sudo zypper install straceopenSUSE Tumbleweed package metadata · strace · Quelle: download.opensuse.org
Überblick
Diagnostic, instructional, and debugging tool for the Linux kernel
Verlauf
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.
Sicherheitslage
process tracing tool.
red Risiko · mittel Konfidenz · escape-surveillance-offensive
Prüfe vor unbeaufsichtigter Agent-Nutzung, ob das Tool Klartext-Credentials liest, Remote-Zustand schreibt, Artefakte veröffentlicht oder Plugins ausführt.
Executables
| Befehl | Art | Sichtbarkeit | Hinweis |
|---|---|---|---|
strace | Executable | indexiertes Executable | Aus dem lokalen Executable-Index erkannt. |
strace-log-merge | Executable | indexiertes Executable | Aus dem lokalen Executable-Index erkannt. |
Aktualität
Diese Signale trennen das Alter der Seitengenerierung, Aktivität des Paketmanagers und Upstream-Release-Vergleich. Versionsrückstand wird nur gemeldet, wenn eine Evidenz-URL und vergleichbare Versionen vorhanden sind.
Installationsmetadaten
| Paketschlüssel | brew:strace |
|---|---|
| Version | 7.1 |
| Paketmanager | Homebrew |
| Homepage | https://strace.io/ |
| Repository | https://github.com/strace/strace |
| Zuletzt aktualisiert | 2026-06-15T19:22:18Z |
| Pulse | updated |
| Bottle | nicht erfasst |
| Dienst | keiner deklariert |
Source-Datenbank-Treffer
Treffer stammen aus externen Paketmanager-Indizes und bleiben von lokalen Automic-Vault-Paketlinks getrennt.
strace 6.13+ds-1
System call tracer
sudo apt install stracestrace
nix profile install nixpkgs#stracestrace 6.8-0ubuntu2
System call tracer
sudo apt install stracestrace 6.19-r1
Diagnostic, debugging and instructional userspace tracer
sudo apk add stracestrace-dbg 6.19-r1
Diagnostic, debugging and instructional userspace tracer (debug symbols)
sudo apk add strace-dbgstrace-doc 6.19-r1
Diagnostic, debugging and instructional userspace tracer (documentation)
sudo apk add strace-docstrace 7.1-1.fc45
Tracks and displays system calls associated with a running process
sudo dnf install stracestrace 7.0-1
A diagnostic, debugging and instructional userspace tracer
sudo pacman -S stracestrace 7.1-2.3
A utility to trace the system calls of a program
sudo zypper install straceQuellspur
Diese Seite wird von av-web aus dem privaten Paket-SQLite-Artefakt bereitgestellt, das scripts/generate-pkg-sqlite.py erstellt.
View the package source record on GitHub.