strace
strace is a diagnostic, debugging and instructional userspace utility for Linux
Package Information
- Domain:
strace.io
- Name:
strace
- Homepage: Not specified
- Source: View on GitHub
Installation
bash
# Install with launchpad
launchpad install strace
Programs
This package provides the following executable programs:
strace
Available Versions
Show all 1 versions
6.2.0
Latest Version: 6.2.0
Install Specific Version
bash
# Install specific version
sh <(curl https://pkgx.sh) strace -- $SHELL -i
Usage Examples
typescript
import { pantry } from 'ts-pkgx'
// Access this package
const pkg = pantry.strace
console.log(`Package: ${pkg.name}`)
console.log(`Description: ${pkg.description}`)
console.log(`Programs: ${pkg.programs.join(', ')}`)
Links
This documentation was auto-generated from package data.