- Package:
- bash-completion
- Source:
- bash-completion
- Submitter:
- Dan Jacobson
- Date:
- 2026-08-01 14:23:03 UTC
- Severity:
- normal
- Tags:
$ dpkg --s<TAB> --search --set-selections --status --status-logger= --selected-only --skip-same-version --status-fd Same with --dry-run $ dpkg --version Debian 'dpkg' package management program version 1.22.22 (arm64).
Hi! Unfortunately dpkg, does not (yet) ship its own bash completion, so it cannot be currently fixed here. The current completion is owned by bash-completion itself. Thanks, Guillem
Hi! While integrating the bash completions for dpkg from upstream, I realized that this is indeed a problem with dpkg itself, as its --help output lists all the long options on the same line, preventing the parser to show them all. I've locally split them, so that they start showing up in the completions. Thanks, Guillem
Hi! Bug #1137545 in package dpkg reported by you has been fixed in the dpkg/dpkg.git Git repository. You can see the changelog below, and you can check the diff of the fix at: https://git.dpkg.org/cgit/dpkg/dpkg.git/diff/?id=93ce470d4 --- dpkg: Split --no-act aliases into their own lines in --help output This follows the existing style, and also helps with bash-completion parsing the --help output which expects a single long option per line, otherwise it does not propose the aliases as completions. Closes: #1137545