1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages/linux/pkgmk.md
2023-06-04 07:18:54 +05:30

28 lines
473 B
Markdown

# pkgmk
> Make a binary package for use with pkgadd on CRUX.
> More information: <https://docs.oracle.com/cd/E88353_01/html/E37839/pkgmk-1.html>.
- Make and download a package:
`pkgmk -d`
- Install the package after making it:
`pkgmk -d -i`
- Upgrade the package after making it:
`pkgmk -d -u`
- Ignore the footprint when making a package:
`pkgmk -d -if`
- Ignore the MD5 sum when making a package:
`pkgmk -d -im`
- Update the package's footprint:
`pkgmk -uf`