macOS
brew install stracelocal Homebrew formula metadata
brew / rang 2921
Consultez les chemins d'installation, exécutables, métadonnées et notes de sécurité de strace pour les workflows d'agents IA.
installation
brew install stracelocal Homebrew formula metadata
sudo apk add straceAlpine Linux edge package indexes · strace · Source: dl-cdn.alpinelinux.org
sudo apt install straceDebian stable package indexes · strace · Source: deb.debian.org
sudo dnf install straceFedora Rawhide package metadata · strace · Source: dl.fedoraproject.org
nix profile install nixpkgs#stracenixpkgs package indexes · pkgs/by-name/st/strace/package.nix · Source: api.github.com
sudo pacman -S straceArch Linux sync databases · strace · Source: geo.mirror.pkgbuild.com
sudo zypper install straceopenSUSE Tumbleweed package metadata · strace · Source: download.opensuse.org
aperçu
Diagnostic, instructional, and debugging tool for the Linux kernel
historique
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.
posture de sécurité
process tracing tool.
risque red · confiance moyen · escape-surveillance-offensive
Avant une utilisation sans surveillance par un agent, vérifiez si l'outil lit des identifiants en clair, écrit un état distant, publie des artefacts ou lance des plugins.
exécutables
| Commande | Type | Exposition | Note |
|---|---|---|---|
strace | exécutable | exécutable indexé | Découvert depuis l'index local des exécutables. |
strace-log-merge | exécutable | exécutable indexé | Découvert depuis l'index local des exécutables. |
fraîcheur
Ces signaux séparent l'âge de génération de la page, l'activité du gestionnaire de paquets et la comparaison avec les versions amont. Un retard de version n'est signalé que lorsqu'une URL de preuve et des versions comparables sont présentes.
métadonnées d'installation
| Clé du paquet | brew:strace |
|---|---|
| Version | 7.1 |
| Gestionnaire de paquets | Homebrew |
| Page d'accueil | https://strace.io/ |
| Dépôt | https://github.com/strace/strace |
| Dernière mise à jour | 2026-06-15T19:22:18Z |
| Pulse | updated |
| Bouteille | non enregistré |
| Service | aucun déclaré |
correspondances dans les bases sources
Les correspondances proviennent d’index externes de gestionnaires de paquets et restent séparées des liens de paquets Automic Vault locaux.
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 stracepiste source
Cette page est servie par av-web depuis l'artéfact SQLite privé des paquets généré par scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.