Skip to content

smartmontools.org

SMART hard drive monitoring

Package Information

  • Domain: smartmontools.org
  • Name: smartmontools.org
  • Homepage: Not specified
  • Source: View on GitHub

Installation

bash
# Install with launchpad
launchpad install +smartmontools.org -- $SHELL -i

Programs

This package provides the following executable programs:

  • smartctl
  • smartd

Available Versions

Show all 3 versions
  • 7.5.0, 7.4.0, 7.3.0

Latest Version: 7.5.0

Install Specific Version

bash
# Install specific version
sh <(curl https://pkgx.sh) +smartmontools.org@7.5.0 -- $SHELL -i

Usage Examples

typescript
import { pantry } from 'ts-pkgx'

// Access this package
const pkg = pantry.smartmontoolsorg

console.log(`Package: ${pkg.name}`)
console.log(`Description: ${pkg.description}`)
console.log(`Programs: ${pkg.programs.join(', ')}`)

This documentation was auto-generated from package data.

Released under the MIT License.