snippetbashTip
pkgmk — Make a binary package for use with pkgadd on CRUX. More information: <https://docs.oracle.com/cd/E88
Viewed 0 times
commandpkgmkuseclipackagebinaryformake
linux
Problem
How to use the
pkgmk command: Make a binary package for use with pkgadd on CRUX. More information: <https://docs.oracle.com/cd/E88353_01/html/E37839/pkgmk-1.html>.Solution
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 -dInstall the package after making it:
pkgmk -d -iUpgrade the package after making it:
pkgmk -d -uIgnore the footprint when making a package:
pkgmk -d -ifIgnore the MD5 sum when making a package:
pkgmk -d -imUpdate the package's footprint:
pkgmk -ufCode Snippets
Make and download a package
pkgmk -dInstall the package after making it
pkgmk -d -iUpgrade the package after making it
pkgmk -d -uIgnore the footprint when making a package
pkgmk -d -ifIgnore the MD5 sum when making a package
pkgmk -d -imContext
tldr-pages: linux/pkgmk
Revisions (0)
No revisions yet.