Bug 40147 - Incorrect autocompletion of apt parameters
Summary: Incorrect autocompletion of apt parameters
Status: CLOSED FIXED
Alias: None
Product: Sisyphus
Classification: Development
Component: bash-completion (show other bugs)
Version: unstable
Hardware: x86_64 Linux
: P5 minor
Assignee: Anton Farygin
QA Contact: qa-sisyphus
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-06-03 15:33 MSK by Олег Соловьев
Modified: 2026-02-22 01:10 MSK (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Олег Соловьев 2021-06-03 15:33:32 MSK
bash предлагает опцию --assume-no для apt-get, но:

$ apt-get --assume-no 
E: Неизвестный параметр --assume-no

$ rpm -qf /usr/share/bash-completion/completions/apt-get
bash-completion-2.11-alt1.git.157.g59d2322e.noarch
$ rpm -q apt
apt-0.5.15lorg2-alt71.3.x86_64
Comment 1 Repository Robot 2026-02-22 01:10:23 MSK
bash-completion-1:2.17.0-alt1 -> sisyphus:

Sat Feb 21 2026 Anton Farygin <rider@altlinux> 1:2.17.0-alt1
- 2.15.0 -> 2.17.0
- enabled check section back
- apt-get completion: drop unsupported options for ALT Linux (ALT #40147)