ts-pkgx
Version:
A library & CLI for managing packages
55 lines • 4.02 kB
TypeScript
/**
* **kernel.org/linux-headers** - pkgx package
*
* @domain `kernel.org/linux-headers`
* @version `5.19.17` (191 versions available)
* @versions From newest version to oldest.
*
* @install `launchpad install kernel.org/linux-headers`
*
* @example
* ```typescript
* import { pantry } from 'ts-pkgx'
*
* const pkg = pantry.kernelorglinuxheaders
* console.log(pkg.name) // "kernel.org/linux-headers"
* console.log(pkg.versions[0]) // "5.19.17" (latest)
* ```
*
* @see https://ts-pkgx.netlify.app/packages/kernel-org/linux-headers.md
* @see https://ts-pkgx.netlify.app/usage
*/
export declare const kernelorglinuxheadersPackage: {
/**
* The display name of this package.
*/
name: 'kernel.org/linux-headers';
/**
* The canonical domain name for this package.
*/
domain: 'kernel.org/linux-headers';
/**
* Brief description of what this package does.
*/
description: '';
packageYmlUrl: 'https://github.com/pkgxdev/pantry/tree/main/projects/kernel.org/linux-headers/package.yml';
homepageUrl: '';
githubUrl: 'https://github.com/pkgxdev/pantry/';
/**
* Command to install this package using launchpad.
* @example launchpad install package-name
*/
installCommand: 'launchpad install kernel.org/linux-headers';
programs: readonly [];
companions: readonly [];
dependencies: readonly [];
/**
* Available versions from newest to oldest.
* @see https://ts-pkgx.netlify.app/usage for installation instructions
*/
versions: readonly ['5.19.17', '5.15.189', '5.15.188', '5.15.187', '5.15.186', '5.15.185', '5.15.184', '5.15.183', '5.15.182', '5.15.181', '5.15.180', '5.15.179', '5.15.178', '5.15.177', '5.15.176', '5.15.175', '5.15.174', '5.15.172', '5.15.171', '5.15.170', '5.15.169', '5.15.168', '5.15.167', '5.15.166', '5.15.165', '5.15.164', '5.15.163', '5.15.162', '5.15.161', '5.15.160', '5.15.159', '5.15.158', '5.15.157', '5.15.156', '5.15.155', '5.15.154', '5.15.153', '5.15.152', '5.15.151', '5.15.150', '5.15.149', '5.15.148', '5.15.147', '5.15.146', '5.15.145', '5.15.144', '5.15.143', '5.15.142', '5.15.141', '5.15.140', '5.15.139', '5.15.138', '5.15.137', '5.15.136', '5.15.135', '5.15.134', '5.15.133', '5.15.132', '5.15.131', '5.15.130', '5.15.129', '5.15.128', '5.15.127', '5.15.126', '5.15.124', '5.15.123', '5.15.122', '5.15.121', '5.15.120', '5.15.119', '5.15.118', '5.15.117', '5.15.116', '5.15.115', '5.15.114', '5.15.113', '5.15.112', '5.15.111', '5.15.110', '5.15.108', '5.10.240', '5.10.239', '5.10.238', '5.10.237', '5.10.236', '5.10.235', '5.10.234', '5.10.233', '5.10.232', '5.10.231', '5.10.230', '5.10.229', '5.10.228', '5.10.227', '5.10.226', '5.10.225', '5.10.224', '5.10.223', '5.10.222', '5.10.220', '5.10.219', '5.10.218', '5.10.217', '5.10.216', '5.10.215', '5.10.214', '5.10.213', '5.10.212', '5.10.211', '5.10.210', '5.10.209', '5.10.208', '5.10.207', '5.10.206', '5.10.205', '5.10.204', '5.10.203', '5.10.202', '5.10.201', '5.10.200', '5.10.199', '5.10.198', '5.10.197', '5.10.196', '5.10.195', '5.10.194', '5.10.193', '5.10.192', '5.10.191', '5.10.190', '5.10.188', '5.10.187', '5.10.186', '5.10.185', '5.10.184', '5.10.183', '5.10.182', '5.10.181', '5.10.180', '5.4.296', '5.4.295', '5.4.294', '5.4.293', '5.4.292', '5.4.291', '5.4.290', '5.4.289', '5.4.288', '5.4.287', '5.4.286', '5.4.284', '5.4.283', '5.4.282', '5.4.281', '5.4.280', '5.4.279', '5.4.278', '5.4.277', '5.4.276', '5.4.275', '5.4.274', '5.4.273', '5.4.272', '5.4.271', '5.4.270', '5.4.269', '5.4.268', '5.4.267', '5.4.266', '5.4.265', '5.4.264', '5.4.263', '5.4.262', '5.4.261', '5.4.260', '5.4.259', '5.4.258', '5.4.257', '5.4.256', '5.4.255', '5.4.254', '5.4.253', '5.4.251', '5.4.250', '5.4.249', '5.4.248', '5.4.247', '5.4.246', '5.4.245', '5.4.244', '5.4.243'];
aliases: readonly [];
pkgxInstallCommand: 'sh <(curl https://pkgx.sh) +kernel.org/linux-headers -- $SHELL -i';
launchpadInstallCommand: 'launchpad install kernel.org/linux-headers'
};
export type KernelorglinuxheadersPackage = typeof kernelorglinuxheadersPackage