mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-15 03:48:40 +00:00
Move pages under tldr, lint run.sh, update docs
This commit is contained in:
33
tldr/linux/pkgmk
Normal file
33
tldr/linux/pkgmk
Normal file
@@ -0,0 +1,33 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, linux]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# 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`
|
||||
Reference in New Issue
Block a user