-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathdpkg.cmd.yaml
160 lines (160 loc) · 5.44 KB
/
dpkg.cmd.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
specVersion: 1.0.0
command:
name: dpkg
version: 1.21.1
options:
- flag: ["-i", "--install"]
help: ".deb file name... | -R|--recursive <directory>..."
- flag: ["--unpack"]
help: ".deb file name... | -R|--recursive <directory>..."
- flag: ["-A", "--record-avail"]
help: ".deb file name... | -R|--recursive <directory>..."
- flag: ["--configure"]
help: "<package>... | -a|--pending"
- flag: ["--triggers-only"]
help: "<package>... | -a|--pending"
- flag: ["-r", "--remove"]
help: "<package>... | -a|--pending"
- flag: ["-P", "--purge"]
help: "<package>... | -a|--pending"
- flag: ["-V", "--verify"]
help: "Verify the integrity of package(s)."
type: "valueOptional"
- flag: ["--get-selections"]
help: "Get list of selections to stdout."
type: "valueOptional"
- flag: ["--set-selections"]
help: "Set package selections from stdin."
type: "toggle"
- flag: ["--log"]
separator: =
metavar: filename
help: "Log status changes and actions to <filename>."
- flag: ["--clear-selections"]
help: "Deselect every non-essential package."
type: "toggle"
- flag: ["--update-avail"]
help: "Replace available packages info."
type: "valueOptional"
- flag: ["--merge-avail"]
help: "Merge with info from file."
type: "valueOptional"
- flag: ["--clear-avail"]
help: "Erase existing available info."
type: "toggle"
- flag: ["--forget-old-unavail"]
help: "Forget uninstalled unavailable pkgs."
type: "toggle"
- flag: ["-s", "--status"]
help: "Display package status details."
type: "valueOptional"
- flag: ["-p", "--print-avail"]
help: "Display available version details."
type: "valueOptional"
- flag: ["-L", "--listfiles"]
help: "List files 'owned' by package(s)."
repeatable: true
- flag: ["-l", "--list"]
help: "List packages concisely."
type: "valueOptional"
- flag: ["-S", "--search"]
help: "Find package(s) owning file(s)."
repeatable: true
- flag: ["-C", "--audit"]
help: "Check for broken package(s)."
type: "valueOptional"
- flag: ["--yet-to-unpack"]
help: "Print packages selected for installation."
type: "toggle"
- flag: ["--predep-package"]
help: "Print pre-dependencies to unpack."
type: "toggle"
- flag: ["--add-architecture"]
help: "Add <arch> to the list of architectures."
- flag: ["--remove-architecture"]
help: "Remove <arch> from the list of architectures."
- flag: ["--print-architecture"]
help: "Print dpkg architecture."
type: "toggle"
- flag: ["--print-foreign-architectures"]
help: "Print allowed foreign architectures."
type: "toggle"
- flag: ["--assert-help"]
help: "Show help on assertions."
type: "toggle"
- flag: ["--assert-<feature>"]
help: "Assert support for the specified feature."
- flag: ["--validate-<thing>"]
help: "Validate a <thing>'s <string>."
- flag: ["--compare-versions"]
help: "Compare version numbers - see below."
- flag: ["--force-help"]
help: "Show help on forcing."
type: "toggle"
- flag: ["-Dh", "--debug"]
help: "Show help on debugging."
type: "toggle"
- flag: ["-?", "--help"]
help: "Show this help message."
type: "toggle"
- flag: ["--version"]
help: "Show the version."
type: "toggle"
- flag: ["--admindir"]
help: "Use <directory> instead of /var/lib/dpkg."
- flag: ["--root"]
help: "Install on a different root directory."
- flag: ["--instdir"]
help: "Change installation dir without changing admin dir."
- flag: ["--pre-invoke"]
help: "Set a pre-invoke hook."
- flag: ["--post-invoke"]
help: "Set a post-invoke hook."
- flag: ["--path-exclude"]
help: "Do not install paths which match a shell pattern."
- flag: ["--path-include"]
help: "Re-include a pattern after a previous exclusion."
- flag: ["-O", "--selected-only"]
help: "Skip packages not selected for install/upgrade."
type: "toggle"
- flag: ["-E", "--skip-same-version"]
help: "Skip packages whose same version is installed."
type: "toggle"
- flag: ["-G", "--refuse-downgrade"]
help: "Skip packages with earlier version than installed."
type: "toggle"
- flag: ["-B", "--auto-deconfigure"]
help: "Install even if it would break some other package."
type: "toggle"
- flag: ["--[no-]triggers"]
help: "Skip or force consequential trigger processing."
type: "toggle"
- flag: ["--verify-format"]
help: "Verify output format (supported: 'rpm')."
- flag: ["--no-pager"]
help: "Disables the use of any pager."
type: "toggle"
- flag: ["--no-debsig"]
help: "Do not try to verify package signatures."
type: "toggle"
- flag: ["--no-act", "--dry-run", "--simulate"]
help: "Just say what we would do - don't do it."
- flag: ["-D", "--debug"]
help: "Enable debugging (see -Dhelp or --debug=help)."
- flag: ["--status-fd"]
help: "Send status change updates to file descriptor <n>."
- flag: ["--status-logger"]
help: "Send status change updates to <command>'s stdin."
- flag: ["--ignore-depends"]
help: "Ignore dependencies involving <package>."
- flag: ["--force-<thing>"]
help: "Override problems (see --force-help)."
- flag: ["--no-force-<thing>"]
help: "Stop when problems encountered."
- flag: ["--refuse-<thing>"]
help: "Ditto."
- flag: ["--abort-after"]
help: "Abort after encountering <n> errors."
- flag: ["--robot"]
help: "Use machine-readable output on some commands."
type: "toggle"