wget
Internet file retriever
Package Information
- Domain:
gnu.org/wget
- Name:
wget
- Homepage: Not specified
- Source: View on GitHub
Installation
bash
# Install with launchpad
launchpad install wget
Programs
This package provides the following executable programs:
wget
Available Versions
Show all 4 versions
1.25.0
,1.24.5
,1.21.4
,1.21.3
Latest Version: 1.25.0
Install Specific Version
bash
# Install specific version
sh <(curl https://pkgx.sh) wget -- $SHELL -i
Dependencies
This package depends on:
openssl.org^1.1
Usage Examples
typescript
import { pantry } from 'ts-pkgx'
// Access this package
const pkg = pantry.wget
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.