Skip to content

libssh.org

A package from libssh.org

Package Information

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

Installation

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

Programs

This package provides the following executable programs:

No programs specified

Available Versions

Show all 7 versions
  • 0.11.1, 0.11.0, 0.10.6, 0.10.5, 0.10.4
  • 0.9.8, 0.9.7

Latest Version: 0.11.1

Install Specific Version

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

Dependencies

This package depends on:

  • openssl.org^1.1
  • zlib.net^1

Usage Examples

typescript
import { pantry } from 'ts-pkgx'

// Access this package
const pkg = pantry.libsshorg

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.