Skip to content

ntp.org

A package from ntp.org

Package Information

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

Installation

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

Programs

This package provides the following executable programs:

  • ntpq
  • sntp
  • ntp-keygen
  • ntp-wait
  • ntpd
  • ntpdate
  • ntpdc
  • ntptime
  • ntptrace
  • update-leap

Available Versions

Show all 1 versions
  • 4.2.8.17

Latest Version: 4.2.8.17

Install Specific Version

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

Dependencies

This package depends on:

  • openssl.org^3

Usage Examples

typescript
import { pantry } from 'ts-pkgx'

// Access this package
const pkg = pantry.ntporg

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.