Hide Forgot
Description of problem: There's no clear way to list the installed dnf package groups. "dnf group list" does have an "Installed Groups" heading that includes a list of groups, but there doesn't seem to be a way to get *only* those groups for maximum greppability. Also, "dnf group info <group>" only reports the packages in the group, and not whether the group is installed or not, and leaving the group argument off seems to return the help for "dnf info", which is misleading. The only way that I could find to get whether or not a single group is installed was to do "dnf group list <group> | grep Installed", which seems a bit backwards and undocumented. An additional argument to "dnf group list" similar to the argument to "dnf list" would be the most logical approach and is the first thing most people will try since "dnf list installed | grep <package>" or "dnf list installed <package>" is so common.
we can extend "dnf group list" for "--installed/--available" arguments.
We can close this bugzilla as PR is merged - https://github.com/rpm-software-management/dnf/pull/438
dnf-plugins-core-0.1.17-1.fc23 dnf-1.1.7-1.fc23 has been submitted as an update to Fedora 23. https://bodhi.fedoraproject.org/updates/FEDORA-2016-0123ce82c1
dnf-plugins-core-0.1.17-1.fc22 dnf-1.1.7-1.fc22 has been submitted as an update to Fedora 22. https://bodhi.fedoraproject.org/updates/FEDORA-2016-f673381075
dnf-1.1.7-2.fc23 dnf-plugins-core-0.1.17-1.fc23 libsolv-0.6.19-2.fc23 has been submitted as an update to Fedora 23. https://bodhi.fedoraproject.org/updates/FEDORA-2016-0123ce82c1
dnf-1.1.7-2.fc22 dnf-plugins-core-0.1.17-1.fc22 libsolv-0.6.19-2.fc22 has been submitted as an update to Fedora 22. https://bodhi.fedoraproject.org/updates/FEDORA-2016-f673381075
dnf-1.1.7-2.fc22, dnf-plugins-core-0.1.17-1.fc22, libsolv-0.6.19-2.fc22 has been pushed to the Fedora 22 testing repository. If problems still persist, please make note of it in this bug report. See https://fedoraproject.org/wiki/QA:Updates_Testing for instructions on how to install test updates. You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2016-f673381075
dnf-1.1.7-2.fc23, dnf-plugins-core-0.1.17-1.fc23, libsolv-0.6.19-2.fc23 has been pushed to the Fedora 23 testing repository. If problems still persist, please make note of it in this bug report. See https://fedoraproject.org/wiki/QA:Updates_Testing for instructions on how to install test updates. You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2016-0123ce82c1
dnf-1.1.7-2.fc23, dnf-plugins-core-0.1.17-1.fc23, libsolv-0.6.19-2.fc23 has been pushed to the Fedora 23 stable repository. If problems still persist, please make note of it in this bug report.
dnf-1.1.7-2.fc24 has been submitted as an update to Fedora 24. https://bodhi.fedoraproject.org/updates/FEDORA-2016-c030d24231
dnf-1.1.7-2.fc24 has been pushed to the Fedora 24 testing repository. If problems still persist, please make note of it in this bug report. See https://fedoraproject.org/wiki/QA:Updates_Testing for instructions on how to install test updates. You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2016-c030d24231
dnf-1.1.7-2.fc24 has been pushed to the Fedora 24 stable repository. If problems still persist, please make note of it in this bug report.
[root@fedsrv ~]# dnf -v group list --installed cachedir: /var/cache/dnf Loaded plugins: system-upgrade, reposync, noroot, protected_packages, config-manager, playground, Query, download, debuginfo-install, builddep, needs-restarting, copr, generate_completion_cache DNF version: 1.1.10 repo: using cache for: updates repo: using cache for: fedora not found updateinfo for: Fedora 25 - x86_64 updates: using metadata from Tue Apr 25 07:09:14 2017. fedora: using metadata from Wed Nov 16 01:19:18 2016. Last metadata expiration check: 2:58:51 ago on Tue Apr 25 20:22:47 2017. Warning: No groups match: --installed [root@fedsrv ~]# Its not fixed yet.
(In reply to aaraodeo from comment #13) > [root@fedsrv ~]# dnf -v group list --installed . . > Warning: No groups match: > --installed > [root@fedsrv ~]# > > Its not fixed yet. It is in Fedora 26 and later.