-
Notifications
You must be signed in to change notification settings - Fork 93
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement additional repoquery options #122
Comments
Document several options as dropped. For: rpm-software-management#122
Document several options as dropped. For: rpm-software-management#122
Document several options as dropped. For: rpm-software-management#122
Document several options as dropped. For: #122
While --qf / --queryformat is marked as implemented, it does not work as expected (namely in RHEL, dnf5-5.0.9-1.git.966.354f7b6.el9). --queryformat provides nothing while --qf is reported to be an unknown option. Comparison with dnf4 results on the same machine is provided:
|
The alias for
|
@kontura, it's really strange, below is output from terminal (with intentionally deleted some of non-related parts). For the first time 'dnf5 repoquery' is called there's apparently no output related to queryformat, however, there is missing also 'Repositories loaded.' phrase. Every other call shows the requested output (either with \n or without it). Maybe there's some issue related to repos and the first call just fails to provide the whole output, so it's unrelated to repoquery subcommand itself.
|
@glum23 can I please ask you to file a separate bug about that? |
The bug can be reproduced only in rhel9, postponed until the next build of dnf5 for rhel9. |
|
It is a general dnf option, tracked here: #191 |
I've added this request to the tracking issue here: #635. |
It is failing because of the missing |
I excluded remaining options into separate issue to allow testing of implemented features |
The dnf4 repoquery command has a lot of options.
There are two categories:
Select Options
Together with the <package-file-spec> argument, control what packages are displayed in the output.
<package-file-spec>
-a, --all
--arch / --archlist
--duplicates
Implement repoquery --unneeded option #454
--available
--disable-modular-filtering
--extras
-f <file>, --file <file>
--installed
--installonly
--latest-limit <number>
--recent
--repo <repoid>
--upgrades
--userinstalled
--whatdepends <capability>[,<capability>...]
--whatconflicts <capability>[,<capability>...]
--whatenhances <capability>[,<capability>...]
--whatobsoletes <capability>[,<capability>...]
--whatprovides <capability>[,<capability>...]
--whatrecommends <capability>[,<capability>...]
--whatrequires <capability>[,<capability>...]
--whatsuggests <capability>[,<capability>...]
--whatsupplements <capability>[,<capability>...]
--alldeps
--exactdeps
--srpm
Formatting Options
Set what information is displayed about each package.
Additional options:
--groupmember <package-spec>-> move togroup
command--contains-pkgs <pkg>
option?Additional tasks:
Options tracked in separate issues:
The text was updated successfully, but these errors were encountered: