1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-01 19:15:23 +02:00
tldr/pages/linux/pkgmk.md

29 lines
478 B
Markdown
Raw Normal View History

# pkgmk
2016-01-21 13:44:43 +01:00
> Make a binary package for use with pkgadd on CRUX.
> More information: <https://docs.oracle.com/cd/E19683-01/816-0210/6m6nb7mha/index.html>.
2016-01-21 13:44:43 +01:00
- Make and download a package:
`pkgmk -d`
2016-01-21 13:44:43 +01:00
- Install the package after making it:
`pkgmk -d -i`
2016-01-21 13:44:43 +01:00
- Upgrade the package after making it:
`pkgmk -d -u`
2016-01-21 13:44:43 +01:00
- Ignore the footprint when making a package:
`pkgmk -d -if`
2016-01-21 13:44:43 +01:00
- Ignore the MD5 sum when making a package:
`pkgmk -d -im`
2016-01-21 13:44:43 +01:00
- Update the package's footprint:
`pkgmk -uf`